aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-13 10:25:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-13 10:25:30 +0000
commitc130b9f1afa6ca453bbf6cd433e6d23d2b82d9bf (patch)
treecfb8593966fa792c1f349c798b62e32b9624a30b /lib/libc/gen
parentea39de9f9329f1b86236eba65f6e93aefdb2a5fb (diff)
downloadsrc-c130b9f1afa6ca453bbf6cd433e6d23d2b82d9bf.tar.gz
src-c130b9f1afa6ca453bbf6cd433e6d23d2b82d9bf.zip
Add missing section number.
Notes
Notes: svn path=/head/; revision=177140
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sem_wait.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_wait.3 b/lib/libc/gen/sem_wait.3
index 474e78b995b3..18e95868f202 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