summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
committerwosch <wosch@FreeBSD.org>1997-09-29 19:11:55 +0000
commit8ee659dd96d873b5cbd19e4345cf0eb021efe021 (patch)
tree44cf9e4f8119b3ecb4c88c32df24ce89015a4ac4 /lib
parenteadc11f8e0cc5ed82c20bd029bbb46b49177573f (diff)
downloadFreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.zip
FreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.tar.gz
Sort cross refereces in section SEE ALSO.
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/i386/dlopen.35
-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
-rw-r--r--lib/libedit/editline.34
-rw-r--r--lib/libutil/uucplock.34
12 files changed, 23 insertions, 22 deletions
diff --git a/lib/csu/i386/dlopen.3 b/lib/csu/i386/dlopen.3
index efd59be..530d58e 100644
--- a/lib/csu/i386/dlopen.3
+++ b/lib/csu/i386/dlopen.3
@@ -231,5 +231,6 @@ retrieved via a call to
.Fn dlerror .
.Sh SEE ALSO
.Xr ld 1 ,
-.Xr link 5 ,
-.Xr rtld 1
+.Xr rtld 1 ,
+.Xr link 5
+
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index b60540e..6693b79 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 6b3d23f..ede3ef6 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 bad7e10..e6b14f5 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 cf8fec0..997ee76 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 420d553..e797c7a 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 a1bb999..a08290a 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 943aa7d..551ac43 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 b39bf9c..0cdb7ff 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 e1f0dec..0cbcc08 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
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index b2858f6..fc39973 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -507,10 +507,10 @@ Save the history list to
.\"XXX.Sh EXAMPLES
.\"XXX: provide some examples
.Sh SEE ALSO
-.Xr editrc 5 ,
.Xr sh 1 ,
.Xr signal 3 ,
-.Xr termcap 3
+.Xr termcap 3 ,
+.Xr editrc 5
.Sh HISTORY
The
.Nm
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 5be50a3..c65e141 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: uucplock.3,v 1.7 1997/05/12 10:36:14 brian Exp $
+.\" $Id: uucplock.3,v 1.8 1997/08/10 18:42:38 ache Exp $
.\" "
.Dd March 30, 1997
.Os
@@ -146,9 +146,9 @@ Refer to the description of
.Xr unlink 2
for further details.
.Sh SEE ALSO
+.Xr lseek 2 ,
.Xr open 2 ,
.Xr read 2 ,
-.Xr lseek 2 ,
.Xr write 2
.Sh BUGS
Locking is not atomic. Should a race condition occur, it's
OpenPOWER on IntegriCloud