diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-16 10:18:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-16 10:18:46 +0000 |
commit | 3d97fd81ad10f6720e897899a1542d1608ade0fb (patch) | |
tree | 1907ff94153eb335a11244a47f91bf3c9c703d6b | |
parent | 53b525761e8b0d7d16774cfa18a5de00c0b28172 (diff) |
typos;
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@
gsckbd(4): found by miod@
-rw-r--r-- | share/man/man4/dc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/ddb.4 | 42 | ||||
-rw-r--r-- | share/man/man4/de.4 | 6 | ||||
-rw-r--r-- | share/man/man4/dpt.4 | 9 | ||||
-rw-r--r-- | share/man/man4/gdt.4 | 4 | ||||
-rw-r--r-- | share/man/man4/gre.4 | 8 | ||||
-rw-r--r-- | share/man/man4/gtp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/hilid.4 | 4 | ||||
-rw-r--r-- | share/man/man4/hilkbd.4 | 6 | ||||
-rw-r--r-- | share/man/man4/hilms.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/gsckbd.4 | 4 |
11 files changed, 47 insertions, 50 deletions
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4 index 54420670750..57064f4813a 100644 --- a/share/man/man4/dc.4 +++ b/share/man/man4/dc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.4,v 1.28 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: dc.4,v 1.29 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -99,8 +99,8 @@ The driver does its best to provide generalized support for all of these chipsets in order to keep special case code to a minimum. .Pp -These chips are used by many vendors which makes it -difficult provide a complete list of all supported cards. +These chips are used by many vendors, which makes it +difficult to provide a complete list of all supported cards. The following NICs are known to work with the .Nm driver at this time: diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index c5e76d81f29..cae1d7c6a11 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.31 2002/09/10 13:15:38 mpech Exp $ +.\" $OpenBSD: ddb.4,v 1.32 2003/03/16 10:18:44 jmc Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -143,9 +143,9 @@ and waits for a response. The valid responses are: .Pp .Bl -tag -width 10n -offset indent -compact -.It <space> +.It Ic <space> One more page. -.It <return> +.It Ic <return> One more line. .It Ic q Abort the current command, and return to the command input mode. @@ -155,16 +155,16 @@ The following command line editing keys are provided: .Pp .Bl -tag -width 10n -offset indent -compact .It Ic \&^b -back up one character +back one character .It Ic \&^f -forward up one character +forward one character .It Ic \&^a beginning of line .It Ic \&^e end of line .It Ic \&^w erase word back -.It Ic \&^h No | <del> +.It Ic \&^h | <del> erase previous character .It Ic \&^d erase next character @@ -215,7 +215,7 @@ Display the contents at address according to the formats in the modifier. Multiple modifier formats display multiple locations. If no format is specified, the last formats specified for this command -is used. +are used. .Pp The format characters are: .Pp @@ -282,7 +282,7 @@ except that the next address displayed by it is used as the start address. .\" -------------------- .It Ic xb Examine backward. -Executes an +Execute an .Ic examine command with the last specified parameters to it except that the last start address subtracted by the size displayed by it @@ -291,7 +291,7 @@ is used as the start address. .It Xo .Ic print .Op Cm /axzodurc -.Op Ar addr Op addr ... +.Op Ar addr Op Ar addr ... .Xc Print each .Ar addr @@ -327,7 +327,7 @@ ecx = yyyyyy .Ic w Ns Oo Ic rite Oc .Op Cm /bhl .Op Ar addr -.Ar expr Op expr ... +.Ar expr Op Ar expr ... .Xc Write the value of each .Ar expr @@ -409,7 +409,7 @@ When the modifier is specified, .Ar addr is taken as a user space address. -Without it, the address is considered in the kernel space. +Without it, the address is considered as a kernel space address. Wrong space addresses are rejected with an error message. The .Cm /u @@ -505,13 +505,13 @@ with an error message. .Pp .Sy Warning: attempts to watch wired kernel memory -may cause unrecoverable error on some systems (e.g., i386). +may cause an unrecoverable error on some systems (e.g., i386). Watchpoints on user addresses work best. .\" -------------------- .It Ic dwatch Ar addr Delete the watchpoint at address .Ar addr -that was previously set with +that was previously set with a .Ic watch command. .\" -------------------- @@ -519,11 +519,11 @@ command. .Ic hangman .Op Cm /s Ns Op Ic 0-9 .Xc -This is tiny and handy tool for random kernel hangs analysis, of which its +This is a tiny and handy tool for random kernel hangs analysis, of which its depth is controlled by the optional argument of the default value of five. It uses some sophisticated heuristics to spot the global symbol that caused the hang. -Since the discovering algorithm is a probabilistic one +Since the discovering algorithm is a probabilistic one, you may spend substantial time to figure the exact symbol name. This smart thing requires a little of your attention, the input it accepts is mostly of the same format as that of the famous @@ -542,7 +542,7 @@ Stop at the next or .Qq return instruction. -If +If the .Cm /p modifier is specified, .Nm @@ -576,7 +576,7 @@ Show the stack trace. The .Cm /u modifier shows the stack trace of user space; -If omitted, the kernel stack is traced instead. +if omitted, the kernel stack is traced instead. The .Ar count argument is the limit on the number of frames to be followed. @@ -769,7 +769,7 @@ Register names can be found with the .Ic show registers command. .Pp -Some variables names are suffixed with numbers, and some may have a modifier +Some variable names are suffixed with numbers, and some may have a modifier following a colon immediately after the variable name. For example, register variables can have the .Ql :u @@ -780,14 +780,14 @@ user register (e.g., Built-in debugger variables currently supported are: .Bl -tag -width 10n -compact -offset indent .It Va \&$radix -Input and output radix +Input and output radix. .It Va \&$maxoff Addresses are printed as .Ar symbol Ns Li + Ns Ar offset unless .Ar offset is greater than -.Va \&$maxoff. +.Va \&$maxoff . .It Va \&$maxwidth The width of the displayed lines. .It Va \&$lines @@ -880,7 +880,7 @@ A binary operator which rounds up the left hand side to the next multiple of right hand side. .It Li \&* Ns Ar expr Indirection. -It may be followed by a ':' and modifiers as described above. +It may be followed by a ':' and modifiers as described above. .El .Sh SEE ALSO .Xr gdb 1 , diff --git a/share/man/man4/de.4 b/share/man/man4/de.4 index e672a4ecf76..ff9999fdfad 100644 --- a/share/man/man4/de.4 +++ b/share/man/man4/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.12 2002/09/26 07:55:39 miod Exp $ +.\" $OpenBSD: de.4,v 1.13 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -95,7 +95,7 @@ setup utility and are not changeable. .Pp Use the .Xr ifconfig 8 -command an in particular the +command and in particular the .Fl m flag to list the supported media types for your particular card. .Pp @@ -119,7 +119,7 @@ Certain revisions of the chipset are not supported by this driver. .El .Sh CAVEATS Since the 21040 is available on both EISA and PCI boards, one must be careful -in how defines the 21040 in the kernel config file. +in how one defines the 21040 in the kernel config file. .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4 index f9292b44bee..e029c1b9bda 100644 --- a/share/man/man4/dpt.4 +++ b/share/man/man4/dpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpt.4,v 1.12 2002/06/30 22:02:13 miod Exp $ +.\" $OpenBSD: dpt.4,v 1.13 2003/03/16 10:18:44 jmc Exp $ .\" $NetBSD: dpt.4,v 1.7 2000/01/17 16:34:44 ad Exp $ .\" .\" Copyright (c) 1999, 2000 Andy Doran <ad@NetBSD.org> @@ -50,19 +50,14 @@ adapters: None of these messages should be encountered under normal circumstances. It should be noted that the list below is not complete. .Pp -.Bl -tag -width indent +.Bl -diag .It dpt0: readcfg failed - see dpt(4) -.br The EATA configuration data did not appear upon request. This may be caused by older firmware. Generally the solution is to power-cycle the affected machine. -.br .It dpt0: spurious intr -.br A spurious interrupt was received from the HBA. -.br .It dpt0: bogus status (returned CCB id NNNN) -.br A corrupt or incomplete status packet was received from the HBA. .El .Sh SEE ALSO diff --git a/share/man/man4/gdt.4 b/share/man/man4/gdt.4 index f1392afde15..feeefbc40f7 100644 --- a/share/man/man4/gdt.4 +++ b/share/man/man4/gdt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gdt.4,v 1.16 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: gdt.4,v 1.17 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 2000 Niklas Hallqvist. All rights reserved. .\" @@ -94,7 +94,7 @@ Although the controllers are actual RAID controllers the driver makes them look just like SCSI controllers. All RAID configuration is done through the controllers' BIOSes. .Sh DIAGNOSTICS -.Bl -tag +.Bl -diag .It "pci_mem_find: expected mem type 00000000, found 00000002" This message occurs during autoconfiguration if jumper J4 is set to map the controller memory below 1MB in physical memory. diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index caee9454996..4aadc432554 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.15 2003/03/06 04:03:40 david Exp $ +.\" $OpenBSD: gre.4,v 1.16 2003/03/16 10:18:44 jmc Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -69,7 +69,7 @@ the Mobile-IP (RFC 2004) encapsulation protocols. This driver currently supports the following modes of operation: .Bl -tag -width abc .It GRE encapsulation (IP protocol number 47). -Encapsulated datagrams are prepended by a outer datagram and a GRE header. +Encapsulated datagrams are prepended by an outer datagram and a GRE header. The GRE header specifies the type of the encapsulated datagram and thus allows for tunneling other protocols than IP like e.g. AppleTalk. @@ -214,7 +214,9 @@ To avoid the address munging described above, turn on the link1 flag on the ifconfig command line. This implies that the GRE packet destination and the remote host are not the same IP addresses, and that the GRE destination does not route over -the greX interface itself. +the +.Sy gre Ns Ar X +interface itself. .Pp GRE RFC not yet fully implemented (no GRE options). .Pp diff --git a/share/man/man4/gtp.4 b/share/man/man4/gtp.4 index f4e53d1577b..2ecbfe993af 100644 --- a/share/man/man4/gtp.4 +++ b/share/man/man4/gtp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gtp.4,v 1.3 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: gtp.4,v 1.4 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 2002 Vladimir Popov <jumbo@narod.ru> .\" All rights reserved. @@ -38,7 +38,7 @@ The driver provides support for the Gemtek PCI and Guillemot MaxiRadio FM2000 FM radio tuners. .Pp -The Gemtek PCI cards are stereo FM tuners that allow to tune in the range +The Gemtek PCI cards are stereo FM tuners that can tune in the range 87.5 - 108.0 MHz, report signal status and stereo/mono on the current frequency, force audio output to mono, perform hardware signal search, and have an internal AFC. diff --git a/share/man/man4/hilid.4 b/share/man/man4/hilid.4 index 486c7e85d43..bda690932d6 100644 --- a/share/man/man4/hilid.4 +++ b/share/man/man4/hilid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilid.4,v 1.1 2003/02/15 23:55:27 miod Exp $ +.\" $OpenBSD: hilid.4,v 1.2 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -42,5 +42,5 @@ bitstring. .Xr hil 4 , .Xr intro 4 .Sh BUGS -There is currently no way to communicated the ID module bitstring to +There is currently no way to communicate the ID module bitstring to userland applications. diff --git a/share/man/man4/hilkbd.4 b/share/man/man4/hilkbd.4 index 2f3a2772252..e9036bbb5b9 100644 --- a/share/man/man4/hilkbd.4 +++ b/share/man/man4/hilkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilkbd.4,v 1.3 2003/02/15 23:55:27 miod Exp $ +.\" $OpenBSD: hilkbd.4,v 1.4 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -38,7 +38,7 @@ This driver supports HIL keyboards within the .Xr wscons 4 framework. -It doesn't prowide direct device driver entry points, but makes its +It doesn't provide direct device driver entry points, but makes its functions available through the internal .Xr wskbd 4 interface. @@ -90,5 +90,5 @@ to the kernel configuration file. .Xr wskbd 4 , .Xr wsconsctl 8 .Sh BUGS -The list of built-in mappings doesn't follow any logics. +The list of built-in mappings doesn't follow any logic. It grew as people submitted what they needed. diff --git a/share/man/man4/hilms.4 b/share/man/man4/hilms.4 index bc1342790a7..0e7b0b68630 100644 --- a/share/man/man4/hilms.4 +++ b/share/man/man4/hilms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hilms.4,v 1.2 2003/02/15 23:55:27 miod Exp $ +.\" $OpenBSD: hilms.4,v 1.3 2003/03/16 10:18:44 jmc Exp $ .\" .\" Copyright (c) 2003 Miodrag Vallat. .\" All rights reserved. @@ -37,7 +37,7 @@ This driver supports HIL mice and graphics tablet within the .Xr wscons 4 framework. -It doesn't prowide direct device driver entry points, but makes its +It doesn't provide direct device driver entry points, but makes its functions available through the internal .Xr wsmouse 4 interface. diff --git a/share/man/man4/man4.hppa/gsckbd.4 b/share/man/man4/man4.hppa/gsckbd.4 index 7fad909ed8f..289e1a25632 100644 --- a/share/man/man4/man4.hppa/gsckbd.4 +++ b/share/man/man4/man4.hppa/gsckbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gsckbd.4,v 1.4 2003/03/05 19:50:48 jmc Exp $ +.\" $OpenBSD: gsckbd.4,v 1.5 2003/03/16 10:18:45 jmc Exp $ .\" .\" Copyright (c) 2003, Miodrag Vallat. .\" All rights reserved. @@ -228,7 +228,7 @@ to the kernel configuration file. .Xr wsconsctl 8 .Sh BUGS .Pp -The list of built-in mappings doesn't follow any logics. +The list of built-in mappings doesn't follow any logic. It grew as people submitted what they needed. .Pp The |