diff options
30 files changed, 47 insertions, 77 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index f8fa711adb2..010b555c0e2 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daemon.3,v 1.4 1999/02/16 16:49:20 deraadt Exp $ +.\" $OpenBSD: daemon.3,v 1.5 1999/04/02 16:21:35 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,6 @@ .Ft int .Fn daemon "int nochdir" "int noclose" .Sh DESCRIPTION -.Pp The .Fn daemon function is for programs wishing to detach themselves from the @@ -52,14 +51,15 @@ Unless the argument .Fa nochdir is non-zero, .Fn daemon -changes the current working directory to the root (``/''). +changes the current working directory to the root +.Pq Pa / . .Pp Unless the argument .Fa noclose is non-zero, .Fn daemon -will redirect standard input, standard output and standard error -to ``/dev/null''. +will redirect standard input, standard output and standard error to +.Pa /dev/null . .Sh ERRORS The function .Fn daemon @@ -70,8 +70,8 @@ for any of the errors specified for the library functions and .Xr setsid 2 . .Sh SEE ALSO +.Xr fork 2 , .Xr setsid 2 -.Xr fork 2 .Sh HISTORY The .Fn daemon diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index 118e0290b39..fcaf4b2be28 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.5 1998/06/15 17:54:59 mickey Exp $ +.\" $OpenBSD: sysconf.3,v 1.6 1999/04/02 16:21:35 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,6 @@ .Ft long .Fn sysconf "int name" .Sh DESCRIPTION -.Pp This interface is defined by .St -p1003.1-88 . A far more complete interface is available using diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 1484857b0a7..fabaf421a2e 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.3 1996/08/19 08:32:31 tholo Exp $ +.\" $OpenBSD: fgets.3,v 1.4 1999/04/02 16:21:35 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,6 @@ except that the newline character (if any) is not stored in the string. It is the caller's responsibility to ensure that the input line, if any, is sufficiently short to fit in the string. .Sh RETURN VALUES -.Pp Upon successful completion, .Fn fgets and diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 299c5ca7721..1ddf33bb6ed 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.4 1999/02/27 21:56:37 deraadt Exp $ +.\" $OpenBSD: pathconf.2,v 1.5 1999/04/02 16:21:35 aaron Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -48,7 +48,6 @@ .Ft long .Fn fpathconf "int fd" "int name" .Sh DESCRIPTION -.Pp The .Fn pathconf and diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 0c825d45ec3..4f0bdd43229 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vfork.2,v 1.7 1999/02/27 21:56:59 deraadt Exp $ +.\" $OpenBSD: vfork.2,v 1.8 1999/04/02 16:21:35 aaron Exp $ .\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -78,7 +78,6 @@ the parent's context. Same as for .Xr fork 2 . .Sh BUGS -.Pp To avoid a possible deadlock situation, processes that are children in the middle of a diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8 index 3e143cd095b..d26861bf7f6 100644 --- a/libexec/tcpd/tcpd/tcpd.8 +++ b/libexec/tcpd/tcpd/tcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpd.8,v 1.3 1998/06/15 17:55:37 mickey Exp $ +.\" $OpenBSD: tcpd.8,v 1.4 1999/04/02 16:21:36 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -244,7 +244,6 @@ daemon forwards the request to a local daemon. As far as the .Xr rwall 8 etc. daemons know, the request comes from the local host. .Sh FILES -.Pp The default locations of the host access control tables are: .Pp .Bl -tag -width /etc/hosts.allow -compact diff --git a/libexec/tcpd/tcpdchk/tcpdchk.8 b/libexec/tcpd/tcpdchk/tcpdchk.8 index d3137e253df..c9cb0c85e06 100644 --- a/libexec/tcpd/tcpdchk/tcpdchk.8 +++ b/libexec/tcpd/tcpdchk/tcpdchk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdchk.8,v 1.3 1997/07/08 09:47:06 deraadt Exp $ +.\" $OpenBSD: tcpdchk.8,v 1.4 1999/04/02 16:21:36 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -43,7 +43,6 @@ .Op Fl i Ar inet_conf .Op Fl v .Sh DESCRIPTION -.Pp .Nm tcpdchk examines your tcp wrapper configuration and reports all potential and real problems it can find. The program examines the @@ -98,7 +97,6 @@ lists, shell commands and options are shown in a pretty-printed format; this makes it easier for you to spot any discrepancies between what you want and what the program understands. .Sh FILES -.Pp The default locations of the .Xr tcpd 8 access control tables are: diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8 index 59b4518bd21..b58e0e42bbd 100644 --- a/libexec/tcpd/tcpdmatch/tcpdmatch.8 +++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdmatch.8,v 1.3 1997/07/08 09:47:08 deraadt Exp $ +.\" $OpenBSD: tcpdmatch.8,v 1.4 1999/04/02 16:21:36 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -154,7 +154,6 @@ tcpdmatch telnetd paranoid .\" .Nm tcpdmatch\ .\" may need some help to locate the inetd configuration file. .Sh FILES -.Pp The default locations of the .Xr tcpd 8 access control tables are: diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index 9966fba909f..4667985fb8c 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.8,v 1.5 1999/03/06 23:18:23 deraadt Exp $ +.\" $OpenBSD: ipf.8,v 1.6 1999/04/02 16:21:35 aaron Exp $ .Dd February 6, 1999 .Dt IPF 8 .Os @@ -12,9 +12,10 @@ .Op Fl F Ar i|o|a|s|S .Op Fl f Ar filename .Sh DESCRIPTION -.Pp .Nm -opens the filenames listed (treating "\-" as stdin) and parses the +opens the filenames listed (treating +.Sq \- +as stdin) and parses the file for a set of rules which are to be added or removed from the packet filter rule set. .Pp @@ -98,17 +99,17 @@ affect fragment or state statistics). .Sh FILES .Bl -tag -width /usr/share/ipf -compact .It Pa /usr/share/ipf -Location of sample configuration files +location of sample configuration files .It Pa /dev/ipauth -Name of the +name of the .Nm auth socket .It Pa /dev/ipl -Name of the +name of the .Nm logging socket .It Pa /dev/ipstate -Name of the +name of the .Nm state socket .Sh SEE ALSO diff --git a/share/man/man4/esis.4 b/share/man/man4/esis.4 index 84cf4c42e20..6d6c62bbdaa 100644 --- a/share/man/man4/esis.4 +++ b/share/man/man4/esis.4 @@ -158,7 +158,6 @@ a redirect .Tn PDU is generated. .Sh MANUAL ROUTING TABLE MODIFICATION -.Pp To facilitate communications with systems which do not use .Nm ES-IS, one may add a route whose destination is a sockaddr_iso containing @@ -190,10 +189,10 @@ once again be a link-level sockaddr specifying the of the .Tn IS . .Sh SEE ALSO -.Xr un 4 , .Xr iso 4 , -.Xr route 8 , -.Xr ifconfig 8 +.Xr un 4 , +.Xr ifconfig 8 , +.Xr route 8 .Rs .%T "End system to Intermediate system routing exchange protocol for use in conjunction with the Protocol for providing the connectionless-mode network service" .%R ISO diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 92fe69f39a2..857318b0f8e 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpa.4,v 1.3 1998/10/31 23:17:40 espie Exp $ +.\" $OpenBSD: fpa.4,v 1.4 1999/04/02 16:21:36 aaron Exp $ .\" $NetBSD: fpa.4,v 1.2 1997/02/18 01:07:46 jonathan Exp $ .\" .\" Copyright (c) 1995, Matt Thomas @@ -14,7 +14,6 @@ .Nd Device Drivers for DEC FDDI Controllers .Sh SYNOPSIS -.Pp .Cd "fpa* at pci?" .Cd "fea* at eisa?" .Sh DESCRIPTION diff --git a/share/man/man4/iso.4 b/share/man/man4/iso.4 index 99677b8fa86..cc0a6f0118c 100644 --- a/share/man/man4/iso.4 +++ b/share/man/man4/iso.4 @@ -123,7 +123,6 @@ a convenience for user level programs. The network part of the address, described below. .El .Sh TRANSPORT ADDRESSING -.Pp An .Tn ISO transport address is similar to an Internet address in that diff --git a/share/man/man4/man4.arc/joy.4 b/share/man/man4/man4.arc/joy.4 index 68bbdda777d..4383cd2760a 100644 --- a/share/man/man4/man4.arc/joy.4 +++ b/share/man/man4/man4.arc/joy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: joy.4,v 1.1 1998/05/05 06:11:03 imp Exp $ +.\" $OpenBSD: joy.4,v 1.2 1999/04/02 16:21:37 aaron Exp $ .\" .\" Copyright (c) 1996 Matthieu Herrb .\" All rights reserved. @@ -127,6 +127,5 @@ first joystick second joystick .El .Sh AUTHORS -.Pp Jean-Marc Zucconi wrote the FreeBSD driver. Matthieu Herrb ported it to NetBSD and wrote this manual page. Warner Losh ported it to the arc. diff --git a/share/man/man4/man4.i386/boca.4 b/share/man/man4/man4.i386/boca.4 index 7b353458c69..60d38b9eda4 100644 --- a/share/man/man4/man4.i386/boca.4 +++ b/share/man/man4/man4.i386/boca.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boca.4,v 1.4 1998/07/12 09:55:13 downsj Exp $ +.\" $OpenBSD: boca.4,v 1.5 1999/04/02 16:21:37 aaron Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -45,7 +45,6 @@ .Nd multiplexing serial communications interface .Sh SYNOPSIS -.Pp For 4-port BB1004 boards: .Pp .Cd "boca0 at isa? port 0x100 irq 5" diff --git a/share/man/man4/man4.i386/joy.4 b/share/man/man4/man4.i386/joy.4 index 8e6110c2cbb..e6c8206805f 100644 --- a/share/man/man4/man4.i386/joy.4 +++ b/share/man/man4/man4.i386/joy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: joy.4,v 1.5 1998/09/01 16:38:22 deraadt Exp $ +.\" $OpenBSD: joy.4,v 1.6 1999/04/02 16:21:37 aaron Exp $ .\" .\" Copyright (c) 1996 Matthieu Herrb .\" All rights reserved. @@ -128,6 +128,5 @@ first joystick second joystick .El .Sh AUTHORS -.Pp Jean-Marc Zucconi wrote the FreeBSD driver. Matthieu Herrb ported it to NetBSD and wrote this manual page. diff --git a/share/man/man4/man4.pmax/dc.4 b/share/man/man4/man4.pmax/dc.4 index edb92e8b0e6..83727b130e0 100644 --- a/share/man/man4/man4.pmax/dc.4 +++ b/share/man/man4/man4.pmax/dc.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: dc.4,v 1.3 1998/02/23 19:46:24 jonathan Exp $ -.\" $OpenBSD: dc.4,v 1.2 1998/03/09 15:37:18 millert Exp $ +.\" $OpenBSD: dc.4,v 1.3 1999/04/02 16:21:37 aaron Exp $ .\" .Dd February 20, 1998 .Dt DC 4 pmax @@ -88,7 +88,6 @@ The DECstation 5000/200 hardware provides full modem control on both bulkhead RS-232 ports and is less prone to overrun. .Sh BUGS -.Pp The 19200 speed on all .Nm devices is actually implemented as 19800, diff --git a/share/man/man4/man4.pmax/px.4 b/share/man/man4/man4.pmax/px.4 index e6d95af727e..5c06b3d3edd 100644 --- a/share/man/man4/man4.pmax/px.4 +++ b/share/man/man4/man4.pmax/px.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: px.4,v 1.1 1997/11/08 07:27:56 jonathan Exp $ -.\" $OpenBSD: px.4,v 1.2 1998/03/09 15:37:24 millert Exp $ +.\" $OpenBSD: px.4,v 1.3 1999/04/02 16:21:37 aaron Exp $ .\" .Dd November 11, 1997 .Dt PX 4 pmax @@ -62,7 +62,6 @@ protocol used to talk to the on-board blitter chip. .Xr tc 4 , .Xr ws 4 . .Sh BUGS -.Pp Console output support and X11 server support should be implemented. They are not. .Pp diff --git a/share/man/man4/man4.pmax/tc.4 b/share/man/man4/man4.pmax/tc.4 index 885d69d2df2..7f5df74bb7d 100644 --- a/share/man/man4/man4.pmax/tc.4 +++ b/share/man/man4/man4.pmax/tc.4 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: tc.4,v 1.3 1997/11/08 07:27:55 jonathan Exp $ -.\" $OpenBSD: tc.4,v 1.2 1998/03/09 15:37:28 millert Exp $ +.\" $OpenBSD: tc.4,v 1.3 1999/04/02 16:21:37 aaron Exp $ .\" .Dd August 6, 1996 .Dt TC 4 pmax @@ -62,7 +62,6 @@ driver first appeared in .Nx 1.1 . .Sh BUGS -.Pp The .Nm driver makes poor use of interrupt priority on the 5000/1xx diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4 index ea341bcb7fd..4ac3a1e43e9 100644 --- a/share/man/man4/man4.sparc/intro.4 +++ b/share/man/man4/man4.sparc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.8 1998/11/19 08:22:39 jason Exp $ +.\" $OpenBSD: intro.4,v 1.9 1999/04/02 16:21:37 aaron Exp $ .\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $ .\" .\" Copyright (c) 1996 Jonathan Stone. @@ -251,7 +251,6 @@ Xylogics 450/451 VMEbus SMD disk controller Zilog 8530 serial controller .El .Sh UNSUPPORTED DEVICES -.Pp The following devices are not supported, due to unavailability of either documentation or sample hardware: .Bl -tag -width hypersparc diff --git a/share/man/man4/man4.vax/up.4 b/share/man/man4/man4.vax/up.4 index c2a3f025f9f..d0618a1af7d 100644 --- a/share/man/man4/man4.vax/up.4 +++ b/share/man/man4/man4.vax/up.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: up.4,v 1.3 1998/09/24 07:08:39 pjanzen Exp $ +.\" $OpenBSD: up.4,v 1.4 1999/04/02 16:21:38 aaron Exp $ .\" $NetBSD: up.4,v 1.3 1996/03/03 17:14:12 thorpej Exp $ .\" .\" Copyright (c) 1980,1988, 1991 Regents of the University of California. @@ -251,7 +251,6 @@ The driver appeared in .Bx 4.0 . .Sh BUGS -.Pp A program to analyze the logged error information (even in its present reduced form) is needed. .Pp diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index d2f814ce1f5..9aad511779d 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -156,7 +156,6 @@ by .Pp .\" Why isn't .Ss documented in mdoc(7) and mdoc.samples(7)? .\" .Sh DIAGNOSTICS -.Pp .Sh SEE ALSO .Xr inet 4 , .Xr arp 4 , diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index dca24ec5548..c062afaf5fa 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -737,7 +737,6 @@ set to .Er EIO , until the device is closed. .Sh General Terminal Interface -.Pp .Ss Closing a Terminal Device File The last process to close a terminal device file causes any output to be sent to the device and any input to be discarded. Then, if diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index 30589cb98f3..8c67954423a 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -49,7 +49,6 @@ Transport Protocol .Ft int .Fn socket "[AF_INET, AF_ISO]" SOCK_SEQPACKET 0 .Sh DESCRIPTION -.Pp The .Tn TP protocol provides reliable, flow-controlled, two-way @@ -590,7 +589,6 @@ set when expedited data are present Reserved. .El .Sh ERROR VALUES -.Pp The .Tn TP entity returns diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index aa2b5f9c13a..81ac2a37758 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tx.4,v 1.1 1998/09/21 17:11:06 jason Exp $ +.\" $OpenBSD: tx.4,v 1.2 1999/04/02 16:21:37 aaron Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -112,7 +112,6 @@ While resetting, the driver failed to stop the device correctly. .Xr inet 4 , .Xr arp 4 .Sh BUGS -.Pp The multicast packets filtering is not supported. Only one PHY has really been tested, .Tn Quality Semiconductor QS6612 . diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5 index 72b06b7ca11..dd85d76b7de 100644 --- a/share/man/man5/stab.5 +++ b/share/man/man5/stab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stab.5,v 1.4 1998/11/29 15:47:25 aaron Exp $ +.\" $OpenBSD: stab.5,v 1.5 1999/04/02 16:21:38 aaron Exp $ .\" $NetBSD: stab.5,v 1.3 1994/11/30 19:31:33 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -219,7 +219,6 @@ compiled files: .Xr ld 1 , .Xr a.out 5 .Sh BUGS -.Pp More basic types are needed. .Sh HISTORY The diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 3a0abd6234c..b71a3f2860a 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -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. .\" -.\" $OpenBSD: ports.7,v 1.3 1998/11/28 03:38:02 aaron Exp $ +.\" $OpenBSD: ports.7,v 1.4 1999/04/02 16:21:38 aaron Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -65,7 +65,6 @@ Package System documentation (http://www.netbsd.org/Documentation/netbsd/Packages.txt). .Pp .Sh TARGETS -.Pp Some of the targets work recursively through subdirectories. This lets you, for example, install all of the net ports. The targets that do this are diff --git a/share/man/man8/compat_ultrix.8 b/share/man/man8/compat_ultrix.8 index 70c2806f7a3..6f49ffc5d7c 100644 --- a/share/man/man8/compat_ultrix.8 +++ b/share/man/man8/compat_ultrix.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_ultrix.8,v 1.3 1998/06/15 17:56:05 mickey Exp $ +.\" $OpenBSD: compat_ultrix.8,v 1.4 1999/04/02 16:21:38 aaron Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone .\" All rights reserved. @@ -37,7 +37,6 @@ .Nm compat_ultrix .Nd setup procedure for running Ultrix binaries under emulation .Sh DESCRIPTION - OpenBSD/mips and OpenBSD/vax architectures can run Risc ULTRIX and Vax ULTRIX executables, respectively. However, you have to worry about the legal issues of ensuring that you have a right to use any ULTRIX @@ -87,7 +86,6 @@ or local flat-file mappings. You should create an /emul/ultrix/etc/svc.conf specifying either local files or bind (DNS) lookups for all Ultrix name services. .Sh BUGS -.Pp RISC Ultrix YP(NIS) is known to not work. The Ultrix YP libraries have a consistent endian-ness bug. Ultrix YP client will not inter-operate with the OpenBSD @@ -106,4 +104,4 @@ with Ultrix 4.1. An implementation of the Ultrix 4.2 Xws interface A complete list of things which fail to work in Ultrix compatibility mode should be added here. .Sh SEE ALSO -.Xr resolv.conf 5 . +.Xr resolv.conf 5 diff --git a/share/man/man8/man8.hp300/MAKEDEV.8 b/share/man/man8/man8.hp300/MAKEDEV.8 index d27174c65fd..fe7c5e99b2f 100644 --- a/share/man/man8/man8.hp300/MAKEDEV.8 +++ b/share/man/man8/man8.hp300/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 1997/07/27 18:17:55 downsj Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 1999/04/02 16:21:38 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -159,8 +159,7 @@ The special file directory. .El .Pp .Sh SEE ALSO -.Pp -.Xr mknod 8 , .Xr intro 4 , .Xr config 8 , -.Xr special 8 . +.Xr mknod 8 , +.Xr special 8 diff --git a/share/man/man8/man8.hp300/format.8 b/share/man/man8/man8.hp300/format.8 index 5f5ffdb4f36..0bd65ecdfd5 100644 --- a/share/man/man8/man8.hp300/format.8 +++ b/share/man/man8/man8.hp300/format.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: format.8,v 1.2 1997/07/27 08:23:09 downsj Exp $ +.\" $OpenBSD: format.8,v 1.3 1999/04/02 16:21:38 aaron Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -44,7 +44,6 @@ .Nm format .Nd how to format disks and tapes .Sh DESCRIPTION -.Pp Currently, there are no .Dq native .Tn BSD @@ -65,5 +64,5 @@ are supposed to. .Sh HISTORY The .Nm -command +command is .Ud diff --git a/sys/arch/i386/isa/pcvt/Util/keycap/keycap.5 b/sys/arch/i386/isa/pcvt/Util/keycap/keycap.5 index 01cb418a2e0..192592f2cd4 100644 --- a/sys/arch/i386/isa/pcvt/Util/keycap/keycap.5 +++ b/sys/arch/i386/isa/pcvt/Util/keycap/keycap.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keycap.5,v 1.4 1999/01/13 07:26:05 niklas Exp $ +.\" $OpenBSD: keycap.5,v 1.5 1999/04/02 16:21:35 aaron Exp $ .\" .\" .\" Copyright (c) 1992,1993,1994 Hellmuth Michaelis @@ -62,7 +62,6 @@ should be in lower case and contain no blanks; the last name may well contain upper case and blanks for readability. .Sh CAPABILITIES -.Pp .Bl -column indent indent .Sy Name Type Description .It "de bool Resets Keyboard mapping to compiled-in default" @@ -105,15 +104,15 @@ tt\||test\||Test entry which swaps y and z:\e .Pp Entries may continue onto multiple lines by giving a \e as the last character of a line. Comments may be included on lines beginning with -.Dq # . +.Sq # . .Sh FILES .Bl -tag -width /usr/share/misc/keycap.pcvt -compact .It Pa /usr/share/misc/keycap.pcvt -File containing keyboard mapping descriptions. +contains keyboard mapping descriptions .El .Sh SEE ALSO .Xr kcon 1 , -.Xr keycap 3 , +.Xr keycap 3 .Sh EXAMPLES The entry .Dq Li l1#60 |