diff options
author | ru <ru@FreeBSD.org> | 2008-03-13 10:25:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-03-13 10:25:30 +0000 |
commit | 0fbb16583593eb9686a9ff7336acc723c40e4e49 (patch) | |
tree | cfb8593966fa792c1f349c798b62e32b9624a30b /lib | |
parent | efc24456b8374cf90c517059ddbc3439d6371394 (diff) | |
download | FreeBSD-src-0fbb16583593eb9686a9ff7336acc723c40e4e49.zip FreeBSD-src-0fbb16583593eb9686a9ff7336acc723c40e4e49.tar.gz |
Add missing section number.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sem_wait.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3 index 474e78b..18e9586 100644 --- a/lib/libc/gen/sem_wait.3 +++ b/lib/libc/gen/sem_wait.3 @@ -84,7 +84,7 @@ The semaphore value was zero, and thus could not be decremented. .Sh SEE ALSO .Xr sem_getvalue 3 , .Xr sem_post 3 , -.Xr sem_timedwait , +.Xr sem_timedwait 3 , .Xr sem 4 .Sh STANDARDS The |