diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-12 07:36:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-12 07:36:45 +0000 |
commit | 573e3a8af4eca4b3c2056a3ca01126c58cf840b5 (patch) | |
tree | 9efa6d29ad9b61bdbce68d4727eaf587665eacb6 /share | |
parent | a686a2e16ba5ea2c52a33545818dc28b633eecbb (diff) |
typos;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.vax/dz.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.vax/hp.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/mem.4 | 19 | ||||
-rw-r--r-- | share/man/man4/man4.vax/uda.4 | 11 |
4 files changed, 21 insertions, 19 deletions
diff --git a/share/man/man4/man4.vax/dz.4 b/share/man/man4/man4.vax/dz.4 index 61ba770c934..3516c37d7af 100644 --- a/share/man/man4/man4.vax/dz.4 +++ b/share/man/man4/man4.vax/dz.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dz.4,v 1.7 2003/03/06 22:57:29 jason Exp $ +.\" $OpenBSD: dz.4,v 1.8 2003/03/12 07:36:44 jmc Exp $ .\" $NetBSD: dz.4,v 1.3 1996/03/03 17:13:29 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -98,7 +98,7 @@ dialups .El .Sh DIAGNOSTICS .Bl -diag -.It dz%d: silo overflow . +.It dz%d: silo overflow. The 64 character input silo overflowed before it could be serviced. This can happen if a hard error occurs when the diff --git a/share/man/man4/man4.vax/hp.4 b/share/man/man4/man4.vax/hp.4 index b2f87e4a584..51e35a9f349 100644 --- a/share/man/man4/man4.vax/hp.4 +++ b/share/man/man4/man4.vax/hp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hp.4,v 1.9 2002/10/01 21:05:31 miod Exp $ +.\" $OpenBSD: hp.4,v 1.10 2003/03/12 07:36:44 jmc Exp $ .\" $NetBSD: hp.4,v 1.4 1996/03/05 15:28:50 ragge Exp $ .\" .\" Copyright (c) 1980,1988, 1991 Regents of the University of California. @@ -60,14 +60,14 @@ described in The script .Xr MAKEDEV 8 should be used to create the special files; if a special file -needs to be created by hand consult +needs to be created by hand, consult .Xr mknod 8 . It is recommended as a security precaution to not create special files for devices which may never be installed. .Pp The first sector of each disk contains both a first-stage bootstrap program and a disk label containing geometry information and partition layouts (see -.Xr disklabel 5 . +.Xr disklabel 5 ) . This sector is normally write-protected, and disk-to-disk copies should avoid copying this sector. The label may be updated with diff --git a/share/man/man4/man4.vax/mem.4 b/share/man/man4/man4.vax/mem.4 index c7fc87bfab5..8379c1fdfcb 100644 --- a/share/man/man4/man4.vax/mem.4 +++ b/share/man/man4/man4.vax/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.6 2002/10/01 21:05:31 miod Exp $ +.\" $OpenBSD: mem.4,v 1.7 2003/03/12 07:36:44 jmc Exp $ .\" $NetBSD: mem.4,v 1.3 1996/03/03 17:13:50 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -43,19 +43,19 @@ .Nd memory files .Sh DESCRIPTION The special file -.Nm /dev/mem +.Pa /dev/mem is an interface to the physical memory of the computer. Byte offsets in this file are interpreted as physical memory addresses. Reading and writing this file is equivalent to reading and writing memory itself. Only offsets within the bounds of -.Nm /dev/mem +.Pa /dev/mem are allowed. .Pp Kernel virtual memory is accessed through the interface -.Nm /dev/kmem +.Pa /dev/kmem in the same manner as -.Nm /dev/mem . +.Pa /dev/mem . Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp On the @@ -82,14 +82,15 @@ Writeability of these devices is controlled by the system .Xr securelevel 7 . .Sh FILES .Bl -tag -width Pa -compact -.It Pa /dev/mem -.It Pa /dev/kmem +.It /dev/mem +.It /dev/kmem .El .Sh SEE ALSO .Xr securelevel 7 .Sh HISTORY The -.Nm mem , -.Nm kmem +.Pa /dev/mem +and +.Pa /dev/kmem files appeared in .At v6 . diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index c57093fea36..949ac94da4d 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.14 2003/03/07 11:28:10 hugh Exp $ +.\" $OpenBSD: uda.4,v 1.15 2003/03/12 07:36:44 jmc Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -65,7 +65,7 @@ The driver is a typical block-device disk driver; see .Xr physio 9 -for a description of block I/O . +for a description of block I/O. The script .Xr MAKEDEV 8 should be used to create the @@ -280,7 +280,7 @@ part number .Tn AA-M185B-TC , pp. 18-22). If this occurs during normal -operation, the driver will reset it and retry pending I/O . +operation, the driver will reset it and retry pending I/O. If it occurs during configuration, the controller may be ignored. .Pp @@ -315,7 +315,8 @@ This is immediately followed by a A benign message tracing BDP purges. I have been trying to figure out what BDP purges are for. You might want to comment out this -call to log() in /sys/arch/vax/uba/uda.c. +call to log() in +.Pa /sys/arch/vax/uba/uda.c . .Pp .It "uda%d: SETCTLRC failed: `detail'" The Set Controller Characteristics command (the last part of the @@ -349,7 +350,7 @@ The driver never issues any so something is wrong. .Pp .It "panic: udabb" -The controller reported completion of bad block related I/O . +The controller reported completion of bad block related I/O. The driver never issues any such, so something is wrong. .Pp |