diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
commit | a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c (patch) | |
tree | ae634646eba783e50df1db9f2aa99fa1e4f8ec95 /lib/libc/stdlib/strtol.3 | |
parent | ae41577e4eb7a2dc4e4730c53f9fa77ac6796b60 (diff) | |
download | FreeBSD-src-a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c.zip FreeBSD-src-a04d04aa06ee0f1a8153d539b4e2c0a93c665a6c.tar.gz |
Move to using .In instead of .Fd #include <> for include mark-up.
Inspired by comment from: dd
Diffstat (limited to 'lib/libc/stdlib/strtol.3')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 1ee6add..f994339 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -45,15 +45,15 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <stdlib.h> -.Fd #include <limits.h> +.In stdlib.h +.In limits.h .Ft long .Fn strtol "const char *nptr" "char **endptr" "int base" .Ft long long .Fn strtoll "const char *nptr" "char **endptr" "int base" -.Fd #include <sys/types.h> -.Fd #include <stdlib.h> -.Fd #include <limits.h> +.In sys/types.h +.In stdlib.h +.In limits.h .Ft quad_t .Fn strtoq "const char *nptr" "char **endptr" "int base" .Sh DESCRIPTION |