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/realpath.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/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 5176770..9479a3c 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -44,8 +44,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <sys/param.h> -.Fd #include <stdlib.h> +.In sys/param.h +.In stdlib.h .Ft "char *" .Fn realpath "const char *pathname" "char resolved_path[MAXPATHLEN]" .Sh DESCRIPTION |