diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-17 02:32:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-17 02:32:50 +0000 |
commit | 4f0f174afabd8a84199f415fb12012bd5b7ca9e0 (patch) | |
tree | b8338dec29c1c2ff20e1a529d896d74b51de693e /share/man | |
parent | 4d350b5e34d6b1308c0d028fc5f04310130ce264 (diff) |
Move some misplaced periods outside of the parentheses.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ksyms.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ss.4 | 4 | ||||
-rw-r--r-- | share/man/man4/tty.4 | 8 | ||||
-rw-r--r-- | share/man/man8/crash.8 | 6 | ||||
-rw-r--r-- | share/man/man8/yp.8 | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/ksyms.4 b/share/man/man4/ksyms.4 index 85abae19ee9..7b3ab246baf 100644 --- a/share/man/man4/ksyms.4 +++ b/share/man/man4/ksyms.4 @@ -1,4 +1,4 @@ -.\" $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. @@ -81,7 +81,7 @@ An open was attempted with write permissions. .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 , diff --git a/share/man/man4/ss.4 b/share/man/man4/ss.4 index ec00a284d83..455ad0c6b71 100644 --- a/share/man/man4/ss.4 +++ b/share/man/man4/ss.4 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -49,7 +49,7 @@ concerned with details of its particular command set. 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.) diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index fd865f3ea49..0c22af437f9 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $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 @@ -51,12 +51,12 @@ file associated with it in the directory .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 @@ -66,7 +66,7 @@ system when logging in over a network (using .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 diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index ee194523bd6..2467e73073c 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $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. @@ -89,7 +89,7 @@ A full understanding of most panic messages requires perusal of the 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. @@ -166,7 +166,7 @@ configured your kernel to include debugging symbols with .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 diff --git a/share/man/man8/yp.8 b/share/man/man8/yp.8 index 84c3ff8a817..2461013a5ad 100644 --- a/share/man/man8/yp.8 +++ b/share/man/man8/yp.8 @@ -1,4 +1,4 @@ -.\" $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> @@ -170,7 +170,7 @@ This directory is automatically created by .Xr ypinit 8 (which initializes the machine as a .Nm YP -server.) +server). .Pp If .Nm ypbind |