diff options
author | 2008-10-24 14:34:39 +0000 | |
---|---|---|
committer | 2008-10-24 14:34:39 +0000 | |
commit | d742a0af6acb4997814a60b35219b2e8de5625c8 (patch) | |
tree | 80f4f93bba8b0cad5aa19a9af8afbf27572b878c /lib/libc/gen | |
parent | Start documenting the lang/ruby module. (diff) | |
download | wireguard-openbsd-d742a0af6acb4997814a60b35219b2e8de5625c8.tar.xz wireguard-openbsd-d742a0af6acb4997814a60b35219b2e8de5625c8.zip |
some SEE ALSO additions from Ingo Schwarze;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getcwd.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/sleep.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/usleep.3 | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index b826f158a4e..c951d6967d1 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcwd.3,v 1.10 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: getcwd.3,v 1.11 2008/10/24 14:34:39 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 24 2008 $ .Dt GETCWD 3 .Os .Sh NAME @@ -119,6 +119,7 @@ argument is greater than zero but smaller than the length of the pathname plus 1. .El .Sh SEE ALSO +.Xr pwd 1 , .Xr chdir 2 , .Xr fchdir 2 , .Xr malloc 3 , diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 06255fe6ec4..de0d7974faf 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.3,v 1.10 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: sleep.3,v 1.11 2008/10/24 14:34:39 jmc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 24 2008 $ .Dt SLEEP 3 .Os .Sh NAME @@ -70,6 +70,7 @@ function returns due to the delivery of a signal, the value returned will be the unslept amount (the request time minus the time actually slept) in seconds. .Sh SEE ALSO +.Xr sleep 1 , .Xr nanosleep 2 , .Xr select 2 , .Xr setitimer 2 , diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index 3f3cb1646da..5854047efc2 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usleep.3,v 1.16 2007/05/31 19:19:29 jmc Exp $ +.\" $OpenBSD: usleep.3,v 1.17 2008/10/24 14:34:39 jmc Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 24 2008 $ .Dt USLEEP 3 .Os .Sh NAME @@ -86,6 +86,7 @@ specified a value of 1,000,000 or more microseconds. .Sh NOTES A microsecond is 0.000001 seconds. .Sh SEE ALSO +.Xr sleep 1 , .Xr getitimer 2 , .Xr nanosleep 2 , .Xr setitimer 2 , |