diff options
author | davidxu <davidxu@FreeBSD.org> | 2008-03-12 02:37:31 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2008-03-12 02:37:31 +0000 |
commit | f2039f468ff509d4943133419a8dd310008b398c (patch) | |
tree | 4b5da65ff1f2490973b5c3b2781f195975cf1d23 /lib/libc | |
parent | 20682c9e8d9ca54398e8afe510c275d3ef2b49da (diff) | |
download | FreeBSD-src-f2039f468ff509d4943133419a8dd310008b398c.zip FreeBSD-src-f2039f468ff509d4943133419a8dd310008b398c.tar.gz |
Add missing comma.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sem_timedwait.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sem_timedwait.3 b/lib/libc/gen/sem_timedwait.3 index 9481c90..d9d3890 100644 --- a/lib/libc/gen/sem_timedwait.3 +++ b/lib/libc/gen/sem_timedwait.3 @@ -108,7 +108,7 @@ A signal interrupted this function. .Sh SEE ALSO .Xr semctl 2 , .Xr semget 2 , -.Xr semop 2 +.Xr semop 2 , .Xr sem_post 3 , .Xr sem_trywait 3 , .Xr sem_wait 3 |