diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
commit | 5401879e3bd853b0e590e68591180a72ffc016a8 (patch) | |
tree | 54a8b92d47c7c53fc4213d949c8f6115b8f24389 /lib/libc/stdio/remove.3 | |
parent | b36bce1735674dbe0034e5d01807c6c1212f96e7 (diff) | |
download | FreeBSD-src-5401879e3bd853b0e590e68591180a72ffc016a8.zip FreeBSD-src-5401879e3bd853b0e590e68591180a72ffc016a8.tar.gz |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
Diffstat (limited to 'lib/libc/stdio/remove.3')
-rw-r--r-- | lib/libc/stdio/remove.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index e9b380b..4f2c5c4 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -42,6 +42,8 @@ .Sh NAME .Nm remove .Nd remove directory entry +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int |