diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-07-24 00:43:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-07-24 00:43:59 +0000 |
commit | a51ea65e416b5c5b539af74b1f7708cda4c8f0e1 (patch) | |
tree | 8cca50dab8c73e67403b861cb68b05ddf6085a96 | |
parent | f851098596d7cebc18176ac1e7982ccd4719004b (diff) |
Man pages Xrefs.
-rw-r--r-- | lib/libc/compat-43/sigblock.3 | 4 | ||||
-rw-r--r-- | lib/libc/compat-43/sigpause.3 | 4 | ||||
-rw-r--r-- | lib/libc/compat-43/sigsetmask.3 | 4 | ||||
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 12 | ||||
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/siginterrupt.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/setsid.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 6 | ||||
-rw-r--r-- | sbin/reboot/reboot.8 | 4 | ||||
-rw-r--r-- | share/man/man4/options.4 | 5 | ||||
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 4 | ||||
-rw-r--r-- | usr.bin/mkfifo/mkfifo.1 | 4 | ||||
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 2 | ||||
-rw-r--r-- | usr.sbin/named/man/dig.1 | 4 |
15 files changed, 35 insertions, 34 deletions
diff --git a/lib/libc/compat-43/sigblock.3 b/lib/libc/compat-43/sigblock.3 index 3a9fafbc28e..80b715efb0f 100644 --- a/lib/libc/compat-43/sigblock.3 +++ b/lib/libc/compat-43/sigblock.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigblock.3,v 1.2 1996/08/19 08:19:37 tholo Exp $ +.\" $OpenBSD: sigblock.3,v 1.3 1998/07/24 00:43:40 espie Exp $ .\" .Dd March 10, 1991 .Dt SIGBLOCK 3 @@ -74,7 +74,7 @@ The previous set of masked signals is returned. .Xr kill 2 , .Xr sigprocmask 2 , .Xr sigaction 2 , -.Xr sigsetmask 2 , +.Xr sigsetmask 3 , .Xr sigsetops 3 .Sh HISTORY The diff --git a/lib/libc/compat-43/sigpause.3 b/lib/libc/compat-43/sigpause.3 index f1045cfb144..b1bfbfceb18 100644 --- a/lib/libc/compat-43/sigpause.3 +++ b/lib/libc/compat-43/sigpause.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigpause.3,v 1.2 1996/08/19 08:19:41 tholo Exp $ +.\" $OpenBSD: sigpause.3,v 1.3 1998/07/24 00:43:41 espie Exp $ .\" .Dd March 10, 1991 .Dt SIGPAUSE 3 @@ -64,7 +64,7 @@ set to .Xr kill 2 , .Xr sigaction 2 , .Xr sigprocmask 2 , -.Xr sigblock 2 , +.Xr sigblock 3 , .Xr sigvec 3 .Sh HISTORY The diff --git a/lib/libc/compat-43/sigsetmask.3 b/lib/libc/compat-43/sigsetmask.3 index ecb5e641d55..eb396363e09 100644 --- a/lib/libc/compat-43/sigsetmask.3 +++ b/lib/libc/compat-43/sigsetmask.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigsetmask.3,v 1.2 1996/08/19 08:19:42 tholo Exp $ +.\" $OpenBSD: sigsetmask.3,v 1.3 1998/07/24 00:43:42 espie Exp $ .\" .Dd March 10, 1991 .Dt SIGSETMASK 3 @@ -72,7 +72,7 @@ The previous set of masked signals is returned. .Xr sigaction 2 , .Xr sigsuspend 2 , .Xr sigvec 3 , -.Xr sigblock 2 , +.Xr sigblock 3 , .Xr sigsetops 3 .Sh HISTORY The diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 65aeeffb80e..da0872465bf 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.8 1998/04/28 07:36:25 deraadt Exp $ +.\" $OpenBSD: sigvec.3,v 1.9 1998/07/24 00:43:43 espie Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -89,9 +89,9 @@ defines the set of signals currently blocked from delivery to a process. The signal mask for a process is initialized from that of its parent (normally 0). It may be changed with a -.Xr sigblock 2 +.Xr sigblock 3 or -.Xr sigsetmask 2 +.Xr sigsetmask 3 call, or when a signal is delivered to the process. .Pp When a signal @@ -312,13 +312,13 @@ For an example of signal handler declerations, see .Xr setjmp 3 , .Xr sigaction 2 , .Xr sigaltstack 2 , -.Xr sigblock 2 , +.Xr sigblock 3 , .Xr siginterrupt 3 , .Xr sigpause 2 , .Xr sigprocmask 2 , -.Xr sigsetmask 2 , +.Xr sigsetmask 3 , .Xr sigsetops 3 , .Xr sigstack 2 , .Xr sigsuspend 2 , -.Xr sigvec 2 , +.Xr sigvec 3 , .Xr tty 4 diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index fe4d944c3a7..87c85549212 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.6 1998/07/07 07:12:52 deraadt Exp $ +.\" $OpenBSD: getdomainname.3,v 1.7 1998/07/24 00:43:45 espie Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,7 +82,7 @@ invalid address. The caller tried to set the domain name and was not the super-user. .El .Sh SEE ALSO -.Xr sysctl 2 , +.Xr sysctl 3 , .Xr gethostid 3 , .Xr gethostname 3 , .Xr domainname 1 , diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index 656f1503554..630b9e91698 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: siginterrupt.3,v 1.2 1996/08/19 08:26:01 tholo Exp $ +.\" $OpenBSD: siginterrupt.3,v 1.3 1998/07/24 00:43:46 espie Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,7 +98,7 @@ A \-1 value indicates that an invalid signal number has been supplied. .Xr sigaction 2 , .Xr sigblock 2 , .Xr sigpause 2 , -.Xr sigsetmask 2 . +.Xr sigsetmask 3 . .Sh HISTORY The .Fn siginterrupt diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index c2fcf4aec74..8f337e89616 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.7 1998/07/06 18:27:17 deraadt Exp $ +.\" $OpenBSD: fcntl.2,v 1.8 1998/07/24 00:43:47 espie Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -477,7 +477,7 @@ the process ID given as argument is not in use. .Xr flock 2 , .Xr getdtablesize 3 , .Xr open 2 , -.Xr sigaction 3 +.Xr sigaction 2 .Sh HISTORY The .Fn fcntl diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index d039f50a84c..9be3d8bffc6 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.6 1998/07/06 18:28:30 deraadt Exp $ +.\" $OpenBSD: setsid.2,v 1.7 1998/07/24 00:43:48 espie Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,8 +71,8 @@ group ID of a process other than the calling process matches the process ID of the calling process. .El .Sh SEE ALSO +.Xr setpgid 2 , .Xr getsid 2 , -.Xr setpgid 3 , .Xr tcgetpgrp 3 , .Xr tcsetpgrp 3 .Sh STANDARDS diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 3bedab5f6a6..abc430f632f 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.16 1998/07/13 02:18:54 deraadt Exp $ +.\" $OpenBSD: sigaction.2,v 1.17 1998/07/24 00:43:50 espie Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -447,13 +447,13 @@ flags are options commonly found in other operating systems. .Xr kill 2 , .Xr ptrace 2 , .Xr sigaltstack 2 , -.Xr sigblock 2 , .Xr sigpause 2 , .Xr sigprocmask 2 , -.Xr sigsetmask 2 , .Xr sigsuspend 2 , .Xr wait 2 , .Xr setjmp 3 , +.Xr sigblock 3 , +.Xr sigsetmask 3 , .Xr sigsetops 3 , .Xr sigvec 3 , .Xr tty 4 diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 4af12147791..708a0caf354 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.8 1997/10/02 14:39:46 downsj Exp $ +.\" $OpenBSD: reboot.8,v 1.9 1998/07/24 00:43:51 espie Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -101,7 +101,7 @@ users advance warning of their impending doom. .Pa /etc/rc.shutdown - The script which is run at shutdown time. .Sh SEE ALSO -.Xr sync 1 , +.Xr sync 8 , .Xr utmp 5 , .Xr boot_<arch> 8 , .Xr savecore 8 , diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 4d95bc250cf..22b52679690 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.16 1998/07/13 00:23:12 marc Exp $ +.\" $OpenBSD: options.4,v 1.17 1998/07/24 00:43:52 espie Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -714,8 +714,9 @@ These option set the number of pages available for the buffer cache. Their default value is a machine dependent value, often calculated as between 5% and 10% of total available RAM. .It Cd NTP -Modify the scheduler code to add hooks neccessary for running an NTP +Modify the scheduler code to add hooks necessary for running an NTP daemon. +.Xr xntpd 8 is available as part of the port collection. .El .\" The following requests should be uncommented and used where appropriate. .\" .Sh FILES diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index e407d019428..d28303f5427 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.5 1997/05/30 00:10:34 deraadt Exp $ +.\" $OpenBSD: lastcomm.1,v 1.6 1998/07/24 00:43:54 espie Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -119,7 +119,7 @@ Default accounting file. .El .Sh SEE ALSO .Xr last 1 , -.Xr sigvec 2 , +.Xr sigvec 3 , .Xr acct 5 , .Xr accton 8, .Xr core 5 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index e11e3722772..c8208b19435 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkfifo.1,v 1.4 1996/08/30 07:04:32 etheisen Exp $ +.\" $OpenBSD: mkfifo.1,v 1.5 1998/07/24 00:43:55 espie Exp $ .\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -77,7 +77,7 @@ requires write permission in the parent directory. exits 0 if successful, and >0 if an error occurred. .Sh SEE ALSO .Xr mkdir 1 , -.Xr mknod 1 , +.Xr mknod 8 , .Xr rm 1 , .Xr mkfifo 2 .Sh STANDARDS diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index 22aee3e7e95..ff04e096dd8 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1542,7 +1542,7 @@ $HOME/.exrc 2nd choice for local directory startup file. .SH SEE ALSO .IR ctags (1), -.IR more (3), +.IR more (1), .IR curses (3), .IR dbopen (3) .sp diff --git a/usr.sbin/named/man/dig.1 b/usr.sbin/named/man/dig.1 index ae591d0882f..5212ea8ff86 100644 --- a/usr.sbin/named/man/dig.1 +++ b/usr.sbin/named/man/dig.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dig.1,v 1.6 1998/05/22 00:47:27 millert Exp $ +.\" $OpenBSD: dig.1,v 1.7 1998/07/24 00:43:58 espie Exp $ .\" $From: dig.1,v 8.2 1997/06/01 20:34:33 vixie Exp $ .\" .\" ++Copyright++ 1993 @@ -529,5 +529,5 @@ simply continues with the next query. .Sh SEE ALSO .Xr named 8 , .Xr resolver 3 , -.Xr resolve.conf 5 , +.Xr resolv.conf 5 , .Xr nslookup 8 |