summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-01-20 23:10:39 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-01-20 23:10:39 +0000
commit179604044813b13b6c13ecb74de46206ad287e49 (patch)
tree0bc9f320b733ac47752d90f87bd095b802f28dc3
parent6dfa1330e59be88bbac5397b7772f885f521ee4b (diff)
Notes
-rw-r--r--lib/libc/compat-43/killpg.22
-rw-r--r--lib/libc/compat-43/setruid.310
-rw-r--r--lib/libc/compat-43/sigblock.22
-rw-r--r--lib/libc/compat-43/sigpause.24
-rw-r--r--lib/libc/compat-43/sigsetmask.24
5 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/compat-43/killpg.2 b/lib/libc/compat-43/killpg.2
index 8683b7d6b295..717a453d1f7e 100644
--- a/lib/libc/compat-43/killpg.2
+++ b/lib/libc/compat-43/killpg.2
@@ -85,8 +85,8 @@ of the target processes has an effective user ID different from that
of the sending process.
.El
.Sh SEE ALSO
-.Xr kill 2 ,
.Xr getpgrp 2 ,
+.Xr kill 2 ,
.Xr sigaction 2
.Sh HISTORY
The
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3
index 7342b21f7447..db05a3413811 100644
--- a/lib/libc/compat-43/setruid.3
+++ b/lib/libc/compat-43/setruid.3
@@ -62,12 +62,12 @@ functions return \-1.
The use of these calls is not portable.
Their use is discouraged; they will be removed in the future.
.Sh SEE ALSO
-.Xr setuid 2 ,
-.Xr setgid 2 ,
-.Xr seteuid 2 ,
-.Xr setegid 2 ,
+.Xr getgid 2 ,
.Xr getuid 2 ,
-.Xr getgid 2
+.Xr setegid 2 ,
+.Xr seteuid 2 ,
+.Xr setgid 2 ,
+.Xr setuid 2
.Sh HISTORY
The
.Fn setruid
diff --git a/lib/libc/compat-43/sigblock.2 b/lib/libc/compat-43/sigblock.2
index 14b73fac1d61..bb61f61786ee 100644
--- a/lib/libc/compat-43/sigblock.2
+++ b/lib/libc/compat-43/sigblock.2
@@ -72,8 +72,8 @@ imposed by the system.
The previous set of masked signals is returned.
.Sh SEE ALSO
.Xr kill 2 ,
-.Xr sigprocmask 2 ,
.Xr sigaction 2 ,
+.Xr sigprocmask 2 ,
.Xr sigsetmask 2 ,
.Xr sigsetops 3
.Sh HISTORY
diff --git a/lib/libc/compat-43/sigpause.2 b/lib/libc/compat-43/sigpause.2
index bc472ea0085c..52230cc86023 100644
--- a/lib/libc/compat-43/sigpause.2
+++ b/lib/libc/compat-43/sigpause.2
@@ -60,11 +60,11 @@ always terminates by being interrupted, returning -1 with
set to
.Dv EINTR
.Sh SEE ALSO
-.Xr sigsuspend 2 ,
.Xr kill 2 ,
.Xr sigaction 2 ,
-.Xr sigprocmask 2 ,
.Xr sigblock 2 ,
+.Xr sigprocmask 2 ,
+.Xr sigsuspend 2 ,
.Xr sigvec 2
.Sh HISTORY
The
diff --git a/lib/libc/compat-43/sigsetmask.2 b/lib/libc/compat-43/sigsetmask.2
index dad6977a6093..6131b0f3b61b 100644
--- a/lib/libc/compat-43/sigsetmask.2
+++ b/lib/libc/compat-43/sigsetmask.2
@@ -67,12 +67,12 @@ to be blocked.
.Sh RETURN VALUES
The previous set of masked signals is returned.
.Sh SEE ALSO
-.Xr sigprocmask 2 ,
.Xr kill 2 ,
.Xr sigaction 2 ,
+.Xr sigblock 2 ,
+.Xr sigprocmask 2 ,
.Xr sigsuspend 2 ,
.Xr sigvec 2 ,
-.Xr sigblock 2 ,
.Xr sigsetops 3
.Sh HISTORY
The