diff options
Diffstat (limited to 'share/man/man4/sem.4')
-rw-r--r-- | share/man/man4/sem.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/sem.4 b/share/man/man4/sem.4 index 961814b..580f413 100644 --- a/share/man/man4/sem.4 +++ b/share/man/man4/sem.4 @@ -32,14 +32,17 @@ .Nd POSIX semaphores .Sh SYNOPSIS To link into the kernel: +.Bd -ragged -offset indent .Cd "options P1003_1B_SEMAPHORES" +.Ed .Pp To load as a kernel loadable module: -.Dl kldload sem +.Pp +.Dl "kldload sem" .Sh DESCRIPTION The .Nm -facility provides system calls used by the C library +facility provides system calls used by the standard C library .Pq Pa libc to implement .Tn POSIX |