diff options
author | 2002-04-30 16:31:42 +0000 | |
---|---|---|
committer | 2002-04-30 16:31:42 +0000 | |
commit | 49bdad570bd1d68338d6afe21882d4af0d059a5c (patch) | |
tree | 4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/stdlib | |
parent | typo: form -> from. From form@ (diff) | |
download | wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtoul.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3 index 991f8113869..61269bc900f 100644 --- a/lib/libc/stdlib/strtoul.3 +++ b/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ +.\" $OpenBSD: strtoul.3,v 1.9 2002/04/30 16:31:42 mpech Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -47,7 +47,7 @@ .Fd #include <limits.h> .Ft unsigned long .Fn strtoul "const char *nptr" "char **endptr" "int base" - +.Pp .Fd #include <sys/types.h> .Fd #include <stdlib.h> .Fd #include <limits.h> |