diff options
author | 2003-04-09 04:29:03 +0000 | |
---|---|---|
committer | 2003-04-09 04:29:03 +0000 | |
commit | 9d41cb21b891fd5c7f23eed9f3e1a91a4db0c547 (patch) | |
tree | 36936c4357d35380f5463163eb219cb48016b63a | |
parent | document that rewind/eject features of tape devices depend on name of (diff) | |
download | wireguard-openbsd-9d41cb21b891fd5c7f23eed9f3e1a91a4db0c547.tar.xz wireguard-openbsd-9d41cb21b891fd5c7f23eed9f3e1a91a4db0c547.zip |
typos;
sti(4): ok mickey@
-rw-r--r-- | share/man/man4/sti.4 | 10 | ||||
-rw-r--r-- | share/man/man4/tcp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/termios.4 | 11 | ||||
-rw-r--r-- | share/man/man4/tl.4 | 10 | ||||
-rw-r--r-- | share/man/man4/trm.4 | 4 | ||||
-rw-r--r-- | share/man/man4/tty.4 | 10 | ||||
-rw-r--r-- | share/man/man4/ubsec.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ucom.4 | 4 | ||||
-rw-r--r-- | share/man/man4/uk.4 | 4 | ||||
-rw-r--r-- | share/man/man4/umct.4 | 4 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 10 |
11 files changed, 40 insertions, 35 deletions
diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4 index 95be59a9959..540c0b127d8 100644 --- a/share/man/man4/sti.4 +++ b/share/man/man4/sti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sti.4,v 1.10 2003/04/03 06:47:59 jmc Exp $ +.\" $OpenBSD: sti.4,v 1.11 2003/04/09 04:29:03 jmc Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -224,8 +224,12 @@ Colour frame buffer support. .Xr phantomas 4 , .Xr wsdisplay 4 .Pp -"Standard Text Interface For Graphics Devices", -Revision 8.13, March 1, 2000, Hewlett-Packard +.Rs +.%T Standard Text Interface For Graphics Devices +.%N Revision 8.13 +.%D March 1, 2000 +.%I Hewlett-Packard +.Re .Sh BUGS Currently, neither scroll back nor screen blanking functions are implemented. diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index b73b28aa55a..dfaba890af5 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.12 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: tcp.4,v 1.13 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -131,7 +131,7 @@ Therefore, provides a boolean option, .Dv TCP_NODELAY (from -.Aq Pa netinet/tcp.h , +.Aq Pa netinet/tcp.h ) , to defeat this algorithm. .It Cd TCP_MAXSEG Set the maximum segment size for this connection. diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 5915065c25b..c6710e8a4ac 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.18 2002/05/06 23:33:46 millert Exp $ +.\" $OpenBSD: termios.4,v 1.19 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -88,7 +88,7 @@ The grouping at a higher layer into sessions is to restrict the job control related signals and system calls to within processes resulting from a particular instance of a "login". Typically, a session is created when a user logs in, and the login terminal -is setup to be the controlling terminal; all processes spawned from that +is set up to be the controlling terminal; all processes spawned from that login shell are in the same session, and inherit the controlling terminal. A job control shell @@ -197,7 +197,8 @@ terminal, write operations are allowed. Attempts by a process in a background process group to write to its controlling terminal will cause the process group to be sent a .Dv SIGTTOU -signal unless one of the following special cases apply: If +signal unless one of the following special cases apply: +If .Dv TOSTOP is not set, or if @@ -748,7 +749,7 @@ and characters cannot be changed. The values for all the remaining characters can be set and are described later in the document under -Special Control Characters. +.Sx Special Control Characters . .Pp Special character functions associated with changeable special control characters @@ -1445,7 +1446,7 @@ associated with the and .Dv SUSP characters -are not be done. +is not done. .Pp If .Dv XCASE diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 4a1bf1a3363..93ea76c9fb2 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: tl.4,v 1.12 2003/04/09 04:29:03 jmc Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ +.\" $Id: tl.4,v 1.12 2003/04/09 04:29:03 jmc Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -74,9 +74,9 @@ autonegotiation. Also, the PHY will not advertise those modes that have been explicitly disabled using the following media options. .It 10baseT -Set 10Mbps operation +Set 10Mbps operation. .It 100baseTX -Set 100Mbps (Fast Ethernet) operation +Set 100Mbps (Fast Ethernet) operation. .It 10base5/AUI Enable AUI/BNC interface (useful only with the built-in PHY). .El @@ -87,7 +87,7 @@ driver supports the following media options: .Pp .Bl -tag -width xxxxxxxxxxxxxxxxxxxx .It full-duplex -Force full duplex operation +Force full duplex operation. .It half-duplex Force half duplex operation. .It hw-loopback diff --git a/share/man/man4/trm.4 b/share/man/man4/trm.4 index 45eba24a734..4ee46e2c0a4 100644 --- a/share/man/man4/trm.4 +++ b/share/man/man4/trm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trm.4,v 1.2 2002/09/26 07:55:40 miod Exp $ +.\" $OpenBSD: trm.4,v 1.3 2003/04/09 04:29:03 jmc Exp $ .\" .\" Copyright (c) 2001-2002, Ashley R. Martens and Kenneth R. Westerback. .\" All rights reserved. @@ -66,6 +66,6 @@ driver was written for .Ox by Kenneth R. Westerback and Ashley R. Martens, based on a .Nx -driver by Erich Chen, which was ported to +driver by Erich Chen, which was ported to .Ox by Martin Akesson. diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index 2a984f0f62e..7d4ea433a1a 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.21 2002/08/29 22:59:37 deraadt Exp $ +.\" $OpenBSD: tty.4,v 1.22 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -112,7 +112,7 @@ and When an interactive user logs in, the system prepares the line to behave in a certain way (called a .Em "line discipline" ) , -the particular details of which is described in +the particular details of which are described in .Xr stty 1 at the command level, and in .Xr termios 4 @@ -205,7 +205,7 @@ file descriptor zero by the following code fragment: Change to the new line discipline pointed to by .Fa ldisc . The available line disciplines are listed in -.Pa Aq sys/ttycom.h +.Aq Pa sys/ttycom.h and currently are: .Pp .Bl -tag -width TIOCGWINSZ -compact @@ -348,7 +348,7 @@ If the value of the int pointed to by contains the .Dv FREAD bit as defined in -.Pa Aq sys/fcntl.h , +.Aq Pa sys/fcntl.h , then all characters in the input queue are cleared. If it contains the .Dv FWRITE @@ -370,7 +370,7 @@ oriented programs determine the screen size. The .Va winsize structure is defined in -.Pa Aq sys/ioctl.h . +.Aq Pa sys/ioctl.h . .It Dv TIOCSWINSZ Fa struct winsize *ws Set the window size associated with the terminal to be the value in the diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index dd19d3c2b82..1023c15e17d 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.21 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: ubsec.4,v 1.22 2003/04/09 04:29:03 jmc Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -45,7 +45,7 @@ driver supports cards containing any of the following chips: .It Bluesteel 5501 The original chipset, no longer made. This extremely rare unit -was not very fast, lacked a RNG, and had a number of other bugs. +was not very fast, lacked an RNG, and had a number of other bugs. .It Bluesteel 5601 A faster and fixed version of the original, with a random number unit and large number engine added. diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index 456bada4835..df419bf4a1f 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ucom.4,v 1.6 2002/11/30 19:34:38 nate Exp $ +.\" $OpenBSD: ucom.4,v 1.7 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -66,7 +66,7 @@ can be used to access the device. .Pp The .Va portno -locator can be used to decide which port to use for device that have +locator can be used to decide which port to use for devices that have multiple external ports. .Sh FILES .Bl -tag -width Pa diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index 268b0bebae8..ce454dbd2fb 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uk.4,v 1.11 2002/09/26 07:55:41 miod Exp $ +.\" $OpenBSD: uk.4,v 1.12 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -55,7 +55,7 @@ generic .Xr scsi 4 ioctls. These are described in -.Em sys/scsiio.h. +.Aq Pa sys/scsiio.h . .Sh FILES .Bl -tag -width /dev/uk[0-255] -compact .It Pa /dev/uk[0-255] diff --git a/share/man/man4/umct.4 b/share/man/man4/umct.4 index 58c9ac8a551..eb5b24dfd8a 100644 --- a/share/man/man4/umct.4 +++ b/share/man/man4/umct.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umct.4,v 1.2 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: umct.4,v 1.3 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: umct.4,v 1.5 2002/02/07 03:15:09 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -51,7 +51,7 @@ driver supports the following adapters: .Pp .Bl -tag -width Dv -offset indent -compact .It MCT USB-RS232 Converter 25 pin Model U232-P25 -.It MCT USB-RS232 Converter 9 pin Model U232-P9 +.It "MCT USB-RS232 Converter 9 pin Model U232-P9" .It Sitecom USB-RS232 Converter .It D-Link DU-H3SP USB BAY .El diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 8a935926dae..a2fab80da07 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.23 2002/11/30 19:36:58 nate Exp $ +.\" $OpenBSD: usb.4,v 1.24 2003/04/09 04:29:03 jmc Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -92,7 +92,7 @@ The .Cm flags are used to specify if the devices on the .Tn USB -bus should probed +bus should be probed early in the boot process. If the .Cm flags @@ -271,10 +271,10 @@ Any device-specific driver can attach to the device. If none is found, any device class specific driver can attach. .It If none is found, all configurations are iterated over. -For each configuration all the interface are iterated over and interface +For each configuration all the interfaces are iterated over and interface drivers can attach. If any interface driver attached in a certain -configuration the iteration over configurations is stopped. +configuration, the iteration over configurations is stopped. .It If still no drivers have been found, the generic .Tn USB @@ -399,7 +399,7 @@ descriptors exactly follows the naming in the .Tn USB specification. Byte sized fields can be accessed directly, but word (16-bit) -sized fields must be access by the +sized fields must be accessed by the .Fn UGETW field and .Fn USETW field value |