summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
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/libc/sys
parenteadc11f8e0cc5ed82c20bd029bbb46b49177573f (diff)
downloadFreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.zip
FreeBSD-src-8ee659dd96d873b5cbd19e4345cf0eb021efe021.tar.gz
Sort cross refereces in section SEE ALSO.
Diffstat (limited to 'lib/libc/sys')
-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
5 files changed, 8 insertions, 8 deletions
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
OpenPOWER on IntegriCloud