aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
commitbf5cbf35513d811c5829f8756a46eeb017a0a39b (patch)
tree2e310344d8482e4d378bc2161345b670a7eca124 /lib/libc
parentb3b892f2885c1d9a5f6f3369f7b5636db6c8a3ab (diff)
Sort cross refereces in section SEE ALSO.
Notes
Notes: svn path=/head/; revision=29988
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/siginterrupt.34
-rw-r--r--lib/libc/gen/sleep.34
-rw-r--r--lib/libc/gen/ualarm.34
-rw-r--r--lib/libc/gen/usleep.34
-rw-r--r--lib/libc/sys/getpgrp.22
-rw-r--r--lib/libc/sys/getsid.24
-rw-r--r--lib/libc/sys/issetugid.24
-rw-r--r--lib/libc/sys/mkfifo.22
-rw-r--r--lib/libc/sys/nanosleep.24
9 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index b60540e4e1dd..6693b794a480 100644
--- a/lib/libc/gen/siginterrupt.3
+++ b/lib/libc/gen/siginterrupt.3
@@ -101,9 +101,9 @@ A \-1 value indicates that an invalid signal number has been supplied.
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr sigblock 2 ,
-.Xr signal 3 ,
.Xr sigpause 2 ,
-.Xr sigsetmask 2 .
+.Xr sigsetmask 2 ,
+.Xr signal 3
.Sh HISTORY
The
.Fn siginterrupt
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3
index 6b3d23f6e082..ede3ef687836 100644
--- a/lib/libc/gen/sleep.3
+++ b/lib/libc/gen/sleep.3
@@ -81,10 +81,10 @@ needed to be passed to a subsequent sleep to complete the necessary delay.
repeatedly until it returns zero may busy-wait until a timer
is available.
.Sh SEE ALSO
-.Xr alarm 3 ,
.Xr setitimer 2 ,
-.Xr signal 3 ,
.Xr signanosleep 2 ,
+.Xr alarm 3 ,
+.Xr signal 3 ,
.Xr ualarm 3 ,
.Xr usleep 3
.Sh HISTORY
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index bad7e102b662..e6b14f55395e 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94
-.\" $Id: ualarm.3,v 1.6 1997/08/14 06:32:25 ache Exp $
+.\" $Id: ualarm.3,v 1.7 1997/08/14 07:44:56 ache Exp $
.\"
.Dd April 19, 1994
.Dt UALARM 3
@@ -84,11 +84,11 @@ returns the amount of time left on the clock.
.Pp
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
-.Xr alarm 3 ,
.Xr getitimer 2 ,
.Xr setitimer 2 ,
.Xr sigpause 2 ,
.Xr sigvec 2 ,
+.Xr alarm 3 ,
.Xr signal 3 ,
.Xr sleep 3 ,
.Xr usleep 3
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index cf8fec0b1fa8..997ee76ef152 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -71,10 +71,10 @@ of time or until SIGALRM signal occurse (if not blocked).
.Pp
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
-.Xr alarm 3 ,
.Xr setitimer 2 ,
-.Xr signal 3 ,
.Xr signanosleep 2 ,
+.Xr alarm 3 ,
+.Xr signal 3 ,
.Xr sleep 3 ,
.Xr ualarm 3
.Sh HISTORY
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2
index 420d553a93ad..e797c7adfef5 100644
--- a/lib/libc/sys/getpgrp.2
+++ b/lib/libc/sys/getpgrp.2
@@ -74,8 +74,8 @@ and
calls
are used to get/set the process group of the control terminal.
.Sh SEE ALSO
-.Xr setpgid 2 ,
.Xr getsid 2 ,
+.Xr setpgid 2 ,
.Xr termios 4
.Sh HISTORY
The
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2
index a1bb99992220..a08290a2e87f 100644
--- a/lib/libc/sys/getsid.2
+++ b/lib/libc/sys/getsid.2
@@ -21,7 +21,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: getsid.2,v 1.1 1997/08/19 07:19:43 peter Exp $
.\"
.Dd August 19, 1997
.Dt GETSID 2
@@ -61,8 +61,8 @@ if there is no process with a process ID equal to
Note that an implementation may restrict this function call to
processes within the same session ID as the calling process.
.Sh SEE ALSO
-.Xr getpgrp 2 ,
.Xr getpgid 2 ,
+.Xr getpgrp 2 ,
.Xr setpgid 2 ,
.Xr setsid 2 ,
.Xr termios 4
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2
index 943aa7db8d71..551ac435d84d 100644
--- a/lib/libc/sys/issetugid.2
+++ b/lib/libc/sys/issetugid.2
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: issetugid.2,v 1.3 1997/04/01 18:45:57 mpp Exp $
+.\" $Id: issetugid.2,v 1.4 1997/04/01 18:50:56 mpp Exp $
.\"
.Dd August, 25 1996
.Dt ISSETUGID 2
@@ -79,9 +79,9 @@ indicate an error.
.Sh SEE ALSO
.Xr execve 2 ,
.Xr fork 2 ,
-.Xr setgid 2 ,
.Xr setegid 2 ,
.Xr seteuid 2 ,
+.Xr setgid 2 ,
.Xr setregid 2 ,
.Xr setreuid 2 ,
.Xr setuid 2
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index b39bf9cd87d8..0cdb7ffcdf1b 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -113,7 +113,7 @@ points outside the process's allocated address space.
.El
.Sh SEE ALSO
.Xr chmod 2 ,
-.Xr mknod 2,
+.Xr mknod 2 ,
.Xr stat 2 ,
.Xr umask 2
.Sh STANDARDS
diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2
index e1f0dec616ec..0cbcc0812e52 100644
--- a/lib/libc/sys/nanosleep.2
+++ b/lib/libc/sys/nanosleep.2
@@ -1,4 +1,4 @@
-.\" $Id: nanosleep.2,v 1.2 1997/06/01 09:47:05 peter Exp $
+.\" $Id: nanosleep.2,v 1.3 1997/08/21 19:44:41 bde Exp $
.\" $OpenBSD: nanosleep.2,v 1.1 1997/04/20 20:56:20 tholo Exp $
.\" $NetBSD: nanosleep.2,v 1.1 1997/04/17 18:12:02 jtc Exp $
.\"
@@ -106,7 +106,7 @@ or greater than or equal to 1000 million.
is not supported by this implementation.
.El
.Sh SEE ALSO
-.Xr sigsuspend 2
+.Xr sigsuspend 2 ,
.Xr sleep 3
.Sh STANDARDS
The