-.\" $OpenBSD: csh.1,v 1.35 2000/04/15 11:45:53 aaron Exp $
+.\" $OpenBSD: csh.1,v 1.36 2000/04/17 02:32:41 aaron Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.Em anywhere
in the input stream (with the proviso that they do
.Em not
-nest.)
+nest).
This
.Ql !
may be preceded by a
-.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $
+.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
.\"***************************************************************************
.\"
.\" $From: term.7,v 1.11 1999/01/24 02:35:14 Todd.Miller Exp $
-.\" $OpenBSD: term.7,v 1.2 1999/01/24 20:06:45 millert Exp $
+.\" $OpenBSD: term.7,v 1.3 2000/04/17 02:32:46 aaron Exp $
.TH TERM 7
.ds n 5
.ds d /usr/share/terminfo
the remote one. There can be problems if the remote terminfo or termcap entry
for your type is not compatible with yours, but this situation is rare and
can almost always be avoided by explicitly exporting `vt100' (assuming you
-are in fact using a VT100-superset console, terminal, or terminal emulator.)
+are in fact using a VT100-superset console, terminal, or terminal emulator).
.PP
In any case, you are free to override the system \fBTERM\fR setting to your
taste in your shell profile. The \fBtset\fP(1) utility may be of assistance;
-.\" $OpenBSD: newfs.8,v 1.22 2000/03/29 01:28:56 deraadt Exp $
+.\" $OpenBSD: newfs.8,v 1.23 2000/04/17 02:32:48 aaron Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
This does not include sectors reserved at the end of each track for bad
block replacement (see the
.Fl p
-option.)
+option).
.It Fl x Ar spare sectors per cylinder
Spare sectors (bad sector replacements) are physical sectors that occupy
space at the end of the last track in the cylinder.
-.\" $OpenBSD: ksyms.4,v 1.3 1999/06/05 13:18:32 aaron Exp $
+.\" $OpenBSD: ksyms.4,v 1.4 2000/04/17 02:32:45 aaron Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
.It Bq Er ENXIO
No kernel symbols were saved by the boot loader (usually because
they were removed with
-.Xr strip 1).
+.Xr strip 1 ) .
.El
.Sh SEE ALSO
.Xr kvm 3 ,
-.\" $OpenBSD: ss.4,v 1.5 1999/07/09 13:35:47 aaron Exp $
+.\" $OpenBSD: ss.4,v 1.6 2000/04/17 02:32:45 aaron Exp $
.\"
.\" Copyright (c) 1998 Kenneth Stailey and Ian Darwin
.\"
The list of supported scanners varies from time to time; at present it
includes HP Scanner Control Language (SCL) SCSI processor type
scanners: Scanjet IIp, IIc, IIcx, 4p and 5p (others will probably work
-if the SCSI INQUIRY strings are added to the driver.) Not recently
+if the SCSI INQUIRY strings are added to the driver). Not recently
tested but worked in the past true SCSI scanners: Mustek 600CX and 1200CX
(these do not do SCSI disconnect-reconnect they will lock up the bus
during operation. You can use a second controller.)
-.\" $OpenBSD: tty.4,v 1.14 1999/07/13 01:00:08 aaron Exp $
+.\" $OpenBSD: tty.4,v 1.15 2000/04/17 02:32:44 aaron Exp $
.\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
.Pa /dev/
(for
example,
-.Pa /dev/tty03 ).
+.Pa /dev/tty03 ) .
When a user logs into
the system on one of these hardware terminal ports, the system has already
opened the associated device and prepared the line for normal interactive
use (see
-.Xr getty 8 .)
+.Xr getty 8 ) .
There is also a special case of a terminal file that connects not to
a hardware terminal port, but to another program on the other side.
These special terminal devices are called
.Xr rlogin 1 ,
or
.Xr telnet 1
-for example.) Even in these cases the details of how the terminal
+for example). Even in these cases the details of how the terminal
file was opened and set up is already handled by special software
in the system.
Thus, users do not normally need to worry about the details of
-.\" $OpenBSD: crash.8,v 1.4 2000/03/22 03:05:51 aaron Exp $
+.\" $OpenBSD: crash.8,v 1.5 2000/04/17 02:32:47 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
.\" All rights reserved.
source code for the system.
.Pp
The most common cause of system failures is hardware failure
-.Pq e.g. bad memory
+.Pq e.g., bad memory
which
can reflect itself in different ways. Here are the messages which
are most likely, with some hints as to causes.
.Sq makeoptions DEBUG=-ggdb
.Pq see Xr options 4
(though you will not be able to boot an unstripped kernel since it uses too
-much memory.)
+much memory).
In this case, you should use
.Pa bsd.gdb
instead of
-.\" $OpenBSD: yp.8,v 1.11 1999/09/23 04:12:07 alex Exp $
+.\" $OpenBSD: yp.8,v 1.12 2000/04/17 02:32:48 aaron Exp $
.\" $NetBSD: yp.8,v 1.9 1995/08/11 01:16:52 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
.Xr ypinit 8
(which initializes the machine as a
.Nm YP
-server.)
+server).
.Pp
If
.Nm ypbind
-.\" $OpenBSD: binpatch.8,v 1.4 1999/07/09 13:35:31 aaron Exp $
+.\" $OpenBSD: binpatch.8,v 1.5 2000/04/17 02:32:46 aaron Exp $
.\" $NetBSD: binpatch.8,v 1.3 1994/10/26 02:06:54 cgd Exp $
.\"
.\" Copyright (c) 1994 Christian E. Hopps
and
.Fl l
specify the size of the data to be modified or examined
-(byte, word and long respectively.) The
+(byte, word and long, respectively).
+The
.Ar binfile
is scanned in search of the symbol
.Ar symname
-.\" $OpenBSD: cal.1,v 1.9 2000/03/04 21:12:00 aaron Exp $
+.\" $OpenBSD: cal.1,v 1.10 2000/04/17 02:32:43 aaron Exp $
.\" $NetBSD: cal.1,v 1.6 1995/09/02 05:34:20 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
The Gregorian Reformation is assumed to have occurred in 1752 after the 2nd
of September.
By this time, most countries had recognized the reformation (although a
-few did not recognize it until the early 1900's.)
+few did not recognize it until the early 1900's).
Eleven days following that date were eliminated by the reformation, so the
calendar for that month is a bit unusual.
.Sh SEE ALSO
-.\" @(#) $OpenBSD: m4.1,v 1.15 2000/04/12 21:47:48 aaron Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.16 2000/04/17 02:32:43 aaron Exp $
.\"
.\"
.Dd January 26, 1993
usually for cleanup purposes (e.g.,
.Ic m4wrap("cleanup(tempfile)")
causes the macro cleanup to be
-invoked after all other processing is done.)
+invoked after all other processing is done).
.It Ic maketemp
Translates the string
.Dq XXXXX
-.\" $OpenBSD: ndc.8,v 1.4 1999/06/05 22:17:44 aaron Exp $
+.\" $OpenBSD: ndc.8,v 1.5 2000/04/17 02:32:49 aaron Exp $
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
.\"
.B named
to dump its database and cache to
.B /etc/namedb/tmp/named_dump.db
-(uses the INT signal.)
+(uses the INT signal).
.TP
.B reload
Causes
.B named
to check the serial numbers of all primary and secondary zones
-and to reload those that have changed (uses the HUP signal.)
+and to reload those that have changed (uses the HUP signal).
.TP
.B stats
Causes
.B named
to dump its statistics to
.B /etc/namedb/tmp/named.stats
-(uses the IOT or ABRT signal.)
+(uses the IOT or ABRT signal).
.TP
.B trace
Causes
to increment its ``tracing level'' by one. Whenever the tracing level
is nonzero, trace information will be written to
.BR /etc/namedb/tmp/named.run .
-Higher tracing levels result in more detailed information.
-(Uses the USR1 signal.)
+Higher tracing levels result in more detailed information
+(uses the USR1 signal).
.TP
.B notrace
Causes
.B named
to set its ``tracing level'' to zero, closing
.B /etc/namedb/tmp/named.run
-if it is open (uses the USR2 signal.)
+if it is open (uses the USR2 signal).
.TP
.B querylog
Causes
.B named
to toggle the ``query logging'' feature, which while on will result in a
.BR syslog (3)
-of each incoming query (uses the WINCH signal.) Note that query logging
+of each incoming query (uses the WINCH signal). Note that query logging
consumes quite a lot of log file space. This directive may also be given as
.BR qrylog .
.TP