diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
commit | 25bb73e063c17cd9048cf60100dbc0ac5177e94a (patch) | |
tree | 9160f84286ed4bd1184aae1a5bedcd86c4288d6b /lib/libc/gen/nice.3 | |
parent | ddd1f930f3ddb56c67b972a41db67d53b84083ec (diff) |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
Notes
Notes:
svn path=/head/; revision=59460
Diffstat (limited to 'lib/libc/gen/nice.3')
-rw-r--r-- | lib/libc/gen/nice.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index d61ec2ec8963..d464a4d69633 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -38,6 +38,8 @@ .Sh NAME .Nm nice .Nd set program scheduling priority +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int |