diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:53:58 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-18 12:53:58 +0000 |
commit | edbef3e3b90bcb5a0c71166883f2f48c50fde305 (patch) | |
tree | 1f98451b1c43ee53d9b29e318c5ee10607901729 /share | |
parent | c62e871f0d591daaaac8a28a4e25d2930e2ebbbb (diff) |
spelling typos/errors
ok miod@ jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/options.4 | 4 | ||||
-rw-r--r-- | share/man/man4/vga.4 | 6 | ||||
-rw-r--r-- | share/man/man9/vaccess.9 | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4 index 7f12187913f..7d635ea7222 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.25 2003/03/12 07:30:27 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.26 2003/03/18 12:53:57 david Exp $ .\" .\" Copyright (c) 2001-2002 The OpenBSD Project .\" All Rights Reserved. @@ -112,7 +112,7 @@ Intel EtherExpress PRO/100 Ethernet driver. .It Xr gem 4 GEM gigabit ethernet interface. .It Xr hifn 4 -Hifn 7751/7811/7951 cryptography acclerators. +Hifn 7751/7811/7951 cryptography accelerators. .It Xr hme 4 SBus HME Ethernet controllers (SunSwift). .It Xr isp 4 diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 31b50b6d4cd..d4325946640 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.117 2003/03/17 10:06:07 jmc Exp $ +.\" $OpenBSD: options.4,v 1.118 2003/03/18 12:53:57 david Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -806,7 +806,7 @@ Turns on Explicit Congestion Notification (RFC3168). .Em ECN allows intermediate routers to use the Congestion Experienced codepoint in the IP header as an indication of congestion, and allows -TCP to adjust the trasmission rate using this signal. +TCP to adjust the transmission rate using this signal. Both communication endpoints negotiate enabling .Em ECN functionality at the TCP connection establishment. diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4 index 1bafcabcab1..f35368b1602 100644 --- a/share/man/man4/vga.4 +++ b/share/man/man4/vga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vga.4,v 1.7 2003/02/19 09:01:47 jmc Exp $ +.\" $OpenBSD: vga.4,v 1.8 2003/03/18 12:53:57 david Exp $ .\" $NetBSD: vga.4,v 1.2.4.1 2000/08/09 07:48:40 drochner Exp $ .\" .\" Copyright (c) 1999, 2000 @@ -72,7 +72,7 @@ It only allows 8 colors to be displayed. In exchange, it can access two fonts at the same time, so that 512 different characters can be displayed. .It 80x40 -A text mode with 80 colums and 40 rows. +A text mode with 80 columns and 40 rows. Similar to the standard mode, 16 colors and 256 characters are available. Characters are 8 x 10 pixels large. For this mode to be useful, a font of that character size must be downloaded. @@ -82,7 +82,7 @@ It only allows 8 colors to be displayed. In exchange, it can access two fonts at the same time, so that 512 different characters can be displayed. .It 80x50 -A text mode with 80 colums and 50 rows. +A text mode with 80 columns and 50 rows. Similar to the standard mode, 16 colors and 256 characters are available. Characters are 8 x 8 pixels large. For this mode to be useful, a font of that character size must be downloaded. diff --git a/share/man/man9/vaccess.9 b/share/man/man9/vaccess.9 index c704be59689..42779f1db3d 100644 --- a/share/man/man9/vaccess.9 +++ b/share/man/man9/vaccess.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vaccess.9,v 1.2 2002/05/28 09:07:07 mpech Exp $ +.\" $OpenBSD: vaccess.9,v 1.3 2003/03/18 12:53:57 david Exp $ .\"- .\" Copyright (c) 2001 Robert N. M. Watson .\" All rights reserved. @@ -47,7 +47,7 @@ The .Fn vaccess function checks if the credentials described in .Fa cred -are sufficent to perform the operation described by +are sufficient to perform the operation described by .Fa acc_mode , based on the .Fa file_mode , |