diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 08:00:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 08:00:07 +0000 |
commit | 28fbdee6a1ba441f6d223931401d4e58c9e3ba60 (patch) | |
tree | 5ea25ce34ba05ed02215707947fe541c3be4e441 /share | |
parent | 7305a2374355204e00312e8fc9ad302c266d58fe (diff) |
various Xr fixes; nordin@cse.ogi.edu
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/enc.4 | 12 | ||||
-rw-r--r-- | share/man/man4/faith.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ipsec.4 | 4 | ||||
-rw-r--r-- | share/man/man4/options.4 | 8 | ||||
-rw-r--r-- | share/man/man4/termios.4 | 4 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 | ||||
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 | ||||
-rw-r--r-- | share/man/man5/hosts.5 | 4 | ||||
-rw-r--r-- | share/man/man5/login.conf.5 | 8 | ||||
-rw-r--r-- | share/man/man5/passwd.5 | 4 | ||||
-rw-r--r-- | share/man/man8/afterboot.8 | 8 | ||||
-rw-r--r-- | share/man/man8/crash.8 | 6 | ||||
-rw-r--r-- | share/man/man8/dhcp.8 | 4 | ||||
-rw-r--r-- | share/man/man8/ssl.8 | 4 | ||||
-rw-r--r-- | share/man/man8/vpn.8 | 6 | ||||
-rw-r--r-- | share/man/man9/Makefile | 3 | ||||
-rw-r--r-- | share/man/man9/microtime.9 | 6 |
17 files changed, 49 insertions, 50 deletions
diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4 index 27aa951562b..2bfa9d437d1 100644 --- a/share/man/man4/enc.4 +++ b/share/man/man4/enc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: enc.4,v 1.7 2000/10/18 16:32:11 aaron Exp $ +.\" $OpenBSD: enc.4,v 1.8 2000/11/20 08:00:00 deraadt Exp $ .Dd October 7, 1999 .Dt ENC 4 .Os @@ -60,7 +60,7 @@ interface is to allow an administrator to see outgoing packets before they have been processed by .Xr ipsec 4 , or incoming packets after they have been similarly processed, via -.Xr tcpdump 1 . +.Xr tcpdump 8 . .Pp The .Dq enc0 @@ -72,14 +72,14 @@ an IPsec SA to another interface, all IPsec traffic could be filtered based on .Dq enc0 , and all IPsec traffic could be seen by invoking -.Xr tcpdump 1 +.Xr tcpdump 8 on the .Dq enc0 interface. IPsec SAs that have been assigned to some other .Nm interface can be snooped via -.Xr tcpdump 1 +.Xr tcpdump 8 or filtered via .Xr ipf 5 through that @@ -94,7 +94,7 @@ or all incoming packets after they have been similarly processed: #> tcpdump -i enc0 .Ed .Sh SEE ALSO -.Xr tcpdump 1 , +.Xr tcpdump 8 , .Xr bpf 4 , .Xr inet 4 , .Xr ipsec 4 , @@ -105,5 +105,5 @@ or all incoming packets after they have been similarly processed: The .Cm PROMISC flag is not cleared on the enc0 interface after -.Xr tcpdump +.Xr tcpdump 8 is stopped. diff --git a/share/man/man4/faith.4 b/share/man/man4/faith.4 index c7d56dad362..a34abe5523e 100644 --- a/share/man/man4/faith.4 +++ b/share/man/man4/faith.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faith.4,v 1.5 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: faith.4,v 1.6 2000/11/20 08:00:01 deraadt Exp $ .\" $KAME: faith.4,v 1.4 2000/04/19 09:39:42 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -62,7 +62,7 @@ Userland programs, such as .Xr faithd 8 can use this behavior to relay IPv6 TCP traffic to IPv4 TCP traffic. The program can accept some specific IPv6 TCP traffic, perform -.Xr getsockname 3 +.Xr getsockname 2 to get the IPv6 destination address specified by the client, and perform application-specific address mapping to relay IPv6 TCP to IPv4 TCP. .Pp diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 3e653135e89..eee0918daa6 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.35 2000/10/27 18:57:32 aaron Exp $ +.\" $OpenBSD: ipsec.4,v 1.36 2000/11/20 08:00:01 deraadt Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -307,7 +307,7 @@ Unless IPF drops the packet, it will then be IPsec-processed, even if the packet has been modified by NAT. .Pp Security Associations can be set up manually with the -.Xr ipsecadm 1 +.Xr ipsecadm 8 utility or automatically with the .Xr photurisd 8 or diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index f96295cc00d..bb4deb009ee 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.55 2000/10/22 15:00:11 aaron Exp $ +.\" $OpenBSD: options.4,v 1.56 2000/11/20 08:00:01 deraadt Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -468,7 +468,7 @@ A reasonable way to derive a value of should a large number of namei cache misses be noticed with a tool such as .Xr systat 1 , is to examine the system's current computed value with -.Xr sysctl 1 , +.Xr sysctl 8 , (which calls this parameter "kern.maxvnodes") and to increase this value until either the namei cache hit rate improves or it is determined that the system does not benefit substantially from an increase in the size of @@ -746,7 +746,7 @@ enables logging of IP packets using ip-filter. This option sets the default policy of ip-filter to block packets that exit the rule-set unmatched. Otherwise they are silently passed. See -.Xr ipf 1 +.Xr ipf 8 for details. .It Cd option PPP_FILTER This option turns on @@ -918,8 +918,6 @@ and/or .Xr msgget 2 , .Xr msgrcv 2 , .Xr msgsnd 2 , -.Xr ntp_adjtime 2 , -.Xr ntp_gettime 2 , .Xr semctl 2 , .Xr semget 2 , .Xr semop 2 , diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 6910f8e757a..ca610ec3f90 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -61,9 +61,9 @@ a connection being present. In practice, applications seldom open these files; they are opened by special programs, such as -.Xr getty 2 +.Xr getty 8 or -.Xr rlogind 2 , +.Xr rlogind 8 , and become an application's standard input, output, and error files. .Ss Job Control in a Nutshell diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3564be391aa..add45dc3f5f 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.17 2000/10/26 00:37:04 aaron Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.18 2000/11/20 08:00:02 deraadt Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -380,7 +380,7 @@ File recorded in the package and displayed during installation. Defaults to ${PKGDIR}/MESSAGE if this file exists. Leave empty if no message is needed. .It Ev MTREE_FILE -.Xr mtree 1 +.Xr mtree 8 specification to check when creating a PLIST with the .Ar plist target. @@ -724,7 +724,7 @@ Starting with the operating system installation script runs the /usr/local specification globally, instead of embedding it in each package. So packages no longer record an -.Xr mtree 1 +.Xr mtree 8 specification. Use an explicit .Sq @exec @@ -843,7 +843,7 @@ process after tweaking a few variables. .Pp .Ar fake first creates a skeleton tree under ${WRKINST}, using the -.Xr mtree 1 +.Xr mtree 8 specification .Pa ${PORTSDIR}/infrastructure/db/fake.mtree . .Pp diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index f1ad80c41ab..0e6229974f1 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.22 2000/10/26 00:37:04 aaron Exp $ +.\" $OpenBSD: hostname.if.5,v 1.23 2000/11/20 08:00:03 deraadt Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -148,7 +148,7 @@ Useful for doing interface specific configuration using commands like setting up custom routes using .Xr route 8 , or establishing tunnels using -.Xr gifconfig 8 . +.Xr ifconfig 8 . It is worth noting that .Dq \e$if in a command line will be replaced by the interface name. @@ -212,7 +212,7 @@ Optional miscellaneous options to set on the interface, i.e., An addressless network interface setup (useful for .Xr bridge 4 member interfaces and interfaces to be used with -.Xr pppoe 4 ) +.Xr pppoe 8 ) consists of .Pp .Bd -literal -offset xxxx diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5 index 5247c87a80e..58d23a513d9 100644 --- a/share/man/man5/hosts.5 +++ b/share/man/man5/hosts.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts.5,v 1.10 2000/10/26 00:37:04 aaron Exp $ +.\" $OpenBSD: hosts.5,v 1.11 2000/11/20 08:00:03 deraadt Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -62,7 +62,7 @@ The system configuration file controls where host name information will be searched for. The mechanism provided permits the administrator to describe the databases to search; the databases currently known include -.Xr yp 5 , +.Xr yp 8 , DNS and the .Xr hosts 5 diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index ddd7829fdc7..fff84a3b76c 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.3 2000/10/26 00:37:04 aaron Exp $ +.\" $OpenBSD: login.conf.5,v 1.4 2000/11/20 08:00:03 deraadt Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd February 23, 1995 @@ -96,7 +96,7 @@ Same as having a .Pa $HOME/.hushlogin file. See -.Xr login 8 . +.Xr login 1 . .\" .sp .It ignorenologin Ta bool Ta Dv false Ta @@ -104,7 +104,7 @@ Not affected by .Pa nologin files. See -.Xr login 8 . +.Xr login 1 . .\" .sp .It stacksize Ta size Ta "" Ta @@ -278,4 +278,4 @@ For example, to indicate 1 and 1/2 hours, the following string could be used: .Xr passwd 5 , .Xr ttys 5 , .Xr ftpd 8 , -.Xr login 8 +.Xr login 1 diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 2cc7aeb78f9..a8d350cd7db 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.5,v 1.16 2000/10/26 00:37:05 aaron Exp $ +.\" $OpenBSD: passwd.5,v 1.17 2000/11/20 08:00:03 deraadt Exp $ .\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -137,7 +137,7 @@ this field currently has little special meaning. The .Ar class field is used by -.Xr login 8 +.Xr login 1 and other programs to determine which entry in the .Xr login.conf 5 database should be used. diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 2d091842124..c1c1dee347a 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.57 2000/10/30 18:22:31 deraadt Exp $ +.\" $OpenBSD: afterboot.8,v 1.58 2000/11/20 08:00:04 deraadt Exp $ .Dd October 20, 1997 .Dt AFTERBOOT 8 \!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu @@ -407,7 +407,7 @@ and edit .Pa /etc/group by hand to add new groups. The manual page for -.Xr su 8 , +.Xr su 1 , tells you to make sure to put people in the .Sq wheel @@ -789,7 +789,7 @@ boot time in the kernel image. .Xr krb.conf 5 , .Xr krb.realms 5 , .Xr passwd 5 , -.Xr rbootd 5 , +.Xr rbootd 8 , .Xr resolv.conf 5 , .Xr hostname 7 , .Xr packages 7 , @@ -801,7 +801,7 @@ boot time in the kernel image. .Xr config 8 , .Xr dhcp 8 , .Xr dhcpd 8 , -.Xr domainname 8 , +.Xr domainname 1 , .Xr ext_srvtab 8 , .Xr ifconfig 8 , .Xr inetd 8 , diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index a8c1f577944..cc89fd43653 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.8 2000/10/26 16:08:58 aaron Exp $ +.\" $OpenBSD: crash.8,v 1.9 2000/11/20 08:00:04 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -216,15 +216,15 @@ too, if you are looking at the live system. The following commands understand these options: .Xr fstat 1 , .Xr netstat 1 , +.Xr nfsstat 1 , .Xr ps 1 , .Xr w 1 , .Xr dmesg 8 , .Xr iostat 8 , .Xr kgmon 8 , -.Xr nfsstat 8 , .Xr pstat 8 , .Xr slstats 8 , -.Xr systat 8 , +.Xr systat 1 , .Xr trpt 8 , .Xr trsp 8 , .Xr vmstat 8 diff --git a/share/man/man8/dhcp.8 b/share/man/man8/dhcp.8 index 288feabc375..2c7b5b53213 100644 --- a/share/man/man8/dhcp.8 +++ b/share/man/man8/dhcp.8 @@ -115,7 +115,7 @@ interface-specific configuration files .El .Sh SEE ALSO .Xr dhclient.conf 5 , +.Xr dhcpd.conf 5 , .Xr hostname.if 5 , .Xr dhclient 8 , -.Xr dhcpd 8 , -.Xr dhcpd.conf 8 +.Xr dhcpd 8 diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index 285b6a1482d..62653f72b30 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -96,7 +96,7 @@ file .Pp Once you have the .Ar DSA -paramters generated, you can generate a certificate +parameters generated, you can generate a certificate and unencrypted private key using the command: .Bd -literal -offset indent # openssl req -x509 -nodes -newkey dsa:dsa1024.pem \\ @@ -203,7 +203,7 @@ the RSA patent will expire September 20th, 2000. .Xr isakmpd 8 , .Xr pkg_add 1 , .Xr openssl 1 , -.Xr arandom 4, +.Xr arandom 4 , .Xr ssl 3 , .Xr rc 8 .Sh HISTORY diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 00866046a3d..8af729e1914 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.46 2000/10/18 16:50:22 deraadt Exp $ +.\" $OpenBSD: vpn.8,v 1.47 2000/11/20 08:00:04 deraadt Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -274,7 +274,7 @@ trust management system. needs to be configured such that all packets from the outside are blocked by default. Only successfully IPsec-processed packets (from the -.Xr enc0 4 +.Xr enc 4 interface), or key management packets (for .Xr photurisd 8 , .Tn UDP @@ -312,7 +312,7 @@ If there are no other .Xr ipf 5 rules, the "quick" clause can be added to the last four rules. NAT rules can also be used on the -.Xr enc0 4 +.Xr enc 4 interface. Note that it is strongly encouraged that instead of detailed IPF rules, the SPD (IPsec flow database) be utilized to specify security diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 7ef8199752e..b02d2f4aa6c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2000/11/09 16:17:01 mickey Exp $ +# $OpenBSD: Makefile,v 1.28 2000/11/20 08:00:05 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -54,5 +54,6 @@ MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \ MLINKS+=vm_map_copy.9 vm_copy.9 MLINKS+=vm_map_inherit.9 vm_inherit.9 MLINKS+=vm_map_protect.9 vm_protect.9 +MLINKS+=malloc.9 MALLOC.9 malloc.9 free.9 malloc.9 FREE.9 .include <bsd.prog.mk> diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 973c8ce94fb..73907d94b0d 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.3 2000/10/12 18:06:01 aaron Exp $ +.\" $OpenBSD: microtime.9,v 1.4 2000/11/20 08:00:06 deraadt Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -60,11 +60,11 @@ all calls to are guaranteed to return a system time greater than or equal to the system time returned in any previous calls. .Sh SEE ALSO +.Xr settimeofday 2 , .Xr hz 9 , .Xr hardclock 9 , .Xr inittodr 9 , -.Xr time 9 , -.Xr settimeofday 9 +.Xr time 9 .Sh CODE REFERENCES The implementation of the .Fn microtime |