From 9c42db4937e45152479e5f1d29fcc98ce79df2ec Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 14 Jul 2005 14:10:50 +0000 Subject: - make sure sem_ pages reference each other (idea from similar freebsd commit) - where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)... --- lib/libpthread/man/sem_wait.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libpthread/man/sem_wait.3') diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3 index 00d5a2fe4f3..1e7bd4aee08 100644 --- a/lib/libpthread/man/sem_wait.3 +++ b/lib/libpthread/man/sem_wait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sem_wait.3,v 1.4 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: sem_wait.3,v 1.5 2005/07/14 14:10:50 jmc Exp $ .\" .\" Copyright (C) 2000 Jason Evans . .\" All rights reserved. @@ -78,6 +78,10 @@ will fail if: The semaphore value was zero, and thus could not be decremented. .El .Sh SEE ALSO +.Xr sem_destroy 3 , +.Xr sem_getvalue 3 , +.Xr sem_init 3 , +.Xr sem_open 3 , .Xr sem_post 3 .Sh STANDARDS .Fn sem_wait -- cgit v1.2.3-59-g8ed1b