diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-12 07:30:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-12 07:30:28 +0000 |
commit | a686a2e16ba5ea2c52a33545818dc28b633eecbb (patch) | |
tree | 08d4935225691ca7e411f30cf70ffe502a15a636 /share/man | |
parent | 905b1d47afca157be8e785b0e15793a9a278c196 (diff) |
typos;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.sparc64/apio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/mem.4 | 24 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/openprom.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/uperf.4 | 8 |
5 files changed, 24 insertions, 24 deletions
diff --git a/share/man/man4/man4.sparc64/apio.4 b/share/man/man4/man4.sparc64/apio.4 index f8212465fa0..30cf4fe7c74 100644 --- a/share/man/man4/man4.sparc64/apio.4 +++ b/share/man/man4/man4.sparc64/apio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apio.4,v 1.2 2002/10/01 21:03:27 miod Exp $ +.\" $OpenBSD: apio.4,v 1.3 2003/03/12 07:30:27 jmc Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -43,7 +43,7 @@ The .Nm driver provides support for the Aurora Technologies .Tn pio1 -parallel port interface, which is basically a +parallel port interface, which is basically an .Xr lpt 4 port with .Xr sbus 4 diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4 index dfd2bc63b7e..7f12187913f 100644 --- a/share/man/man4/man4.sparc64/intro.4 +++ b/share/man/man4/man4.sparc64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.24 2002/12/04 21:24:29 jason Exp $ +.\" $OpenBSD: intro.4,v 1.25 2003/03/12 07:30:27 jmc Exp $ .\" .\" Copyright (c) 2001-2002 The OpenBSD Project .\" All Rights Reserved. @@ -86,7 +86,7 @@ PCI Trident 4DWAVE DX/NX, SiS 7018, ALi M5451 audio. .It Xr be 4 10BaseT/100BaseTX SBus Ethernet controller. .It Xr beeper 4 -simple speaker beeper +Simple speaker beeper. .It Xr bwtwo 4 SBus monochrome graphics frame buffer. .It Xr cgsix 4 diff --git a/share/man/man4/man4.sparc64/mem.4 b/share/man/man4/man4.sparc64/mem.4 index b7f154102b6..cb0b8bd49b5 100644 --- a/share/man/man4/man4.sparc64/mem.4 +++ b/share/man/man4/man4.sparc64/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2001/10/05 00:16:57 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2003/03/12 07:30:27 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -42,10 +42,10 @@ .Sh NAME .Nm mem , .Nm kmem -.Nd main memory +.Nd memory files .Sh DESCRIPTION The 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. @@ -53,12 +53,12 @@ Reading and writing this file is equivalent to reading and writing memory itself. An error will be returned if an attempt is made to reference an offset outside of -.Nm /dev/mem . +.Pa /dev/mem . .Pp Kernel virtual memory is accessed via the file -.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. .Sh SPARC64 On the @@ -71,15 +71,15 @@ Writeability of these devices is controlled by the system .Xr securelevel 7 . .Sh FILES .Bl -tag -width /dev/kmem -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 files -.Nm mem +The +.Pa /dev/mem and -.Nm kmem -appeared in +.Pa /dev/kmem +files appeared in .At v6 . diff --git a/share/man/man4/man4.sparc64/openprom.4 b/share/man/man4/man4.sparc64/openprom.4 index ab328486461..2754808e042 100644 --- a/share/man/man4/man4.sparc64/openprom.4 +++ b/share/man/man4/man4.sparc64/openprom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openprom.4,v 1.4 2002/10/01 21:03:28 miod Exp $ +.\" $OpenBSD: openprom.4,v 1.5 2003/03/12 07:30:27 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -46,7 +46,7 @@ .Fd #include <machine/openpromio.h> .Sh DESCRIPTION The file -.Nm /dev/openprom +.Pa /dev/openprom is an interface to the ULTRAsparc OPENPROM. This interface is highly stylized; ioctls are used for all operations. @@ -62,7 +62,7 @@ The calls that take and/or return a node use a pointer to an .Li int variable for this purpose; -others use a pointer to an +others use a pointer to a .Li struct opiocdesc descriptor, which contains a node and two counted strings. @@ -126,7 +126,7 @@ As with the next name after the empty string is the first name. .El .Sh FILES -.Pa /dev/openprom +.Li /dev/openprom .Sh ERRORS The following may result in rejection of an operation: .Bl -tag -width Er diff --git a/share/man/man4/man4.sparc64/uperf.4 b/share/man/man4/man4.sparc64/uperf.4 index abde5d3c00b..99453153953 100644 --- a/share/man/man4/man4.sparc64/uperf.4 +++ b/share/man/man4/man4.sparc64/uperf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uperf.4,v 1.7 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: uperf.4,v 1.8 2003/03/12 07:30:27 jmc Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -74,7 +74,7 @@ The .Fa cnt_src0 and .Fa cnt_src1 -fields specify the source for the counter +fields specify the source for the counter. Not all counters support monitoring all sources and specifying an invalid source for a counter to monitor will result in an error. The sources are specified below: @@ -98,8 +98,8 @@ The sources are specified below: .It Em UPERFSRC_RDP0 Ta "read requests, processor 0" .It Em UPERFSRC_P0CRMR Ta "coherent read misses, processor 0" .It Em UPERFSRC_P0PIO Ta "PIO accesses, processor 0" -.It Em UPERFSRC_MEMRC Ta "memory reqeusts completed" -.It Em UPERFSRC_P1RR Ta "read reqeusts, processor 1" +.It Em UPERFSRC_MEMRC Ta "memory requests completed" +.It Em UPERFSRC_P1RR Ta "read requests, processor 1" .It Em UPERFSRC_CRMP1 Ta "coherent read misses, processor 1" .It Em UPERFSRC_PIOP1 Ta "PIO accesses, processor 1" .It Em UPERFSRC_CWXI Ta "coherent write transactions issued" |