diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
| commit | 8aefde060768b2636e1e9a842692cec605960985 (patch) | |
| tree | ae634646eba783e50df1db9f2aa99fa1e4f8ec95 /lib/libc/stdlib/realpath.3 | |
| parent | 84b4fdf912a81a94c9472fd4a9204ce4f7b3a789 (diff) | |
Notes
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 51767705f259..9479a3c394aa 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 |
