diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /share | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ahc.4 | 4 | ||||
-rw-r--r-- | share/man/man9/hardclock.9 | 4 | ||||
-rw-r--r-- | share/man/man9/syscall.9 | 6 | ||||
-rw-r--r-- | share/tmac/mdoc/README | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index 2545c77a3e5..42ebbacea6f 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ahc.4,v 1.26 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: ahc.4,v 1.27 2003/11/08 19:17:28 jmc Exp $ .\" $NetBSD: ahc.4,v 1.1.2.1 1996/08/25 17:22:14 thorpej Exp $ .\" .\" Copyright (c) 1995, 1996 @@ -241,7 +241,7 @@ were written by .Pp The .Ox -platform dependant code was written by Steve P. Murphree, Jr. +platform dependent code was written by Steve P. Murphree, Jr. .Sh BUGS Some Quantum drives (at least the Empire 2100 and 1080s) will not run on an .Tn AIC7870 diff --git a/share/man/man9/hardclock.9 b/share/man/man9/hardclock.9 index ed8b206bf6b..5828cb59a70 100644 --- a/share/man/man9/hardclock.9 +++ b/share/man/man9/hardclock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hardclock.9,v 1.5 2003/04/17 05:08:39 jmc Exp $ +.\" $OpenBSD: hardclock.9,v 1.6 2003/11/08 19:17:28 jmc Exp $ .\" .\" Copyright (c) 2001 Kenneth R Westerback .\" All rights reserved. @@ -43,7 +43,7 @@ implements the real-time system clock, interrupting times a second. The argument .Fa frame -is an opaque, machine dependant structure that encapsulates the +is an opaque, machine dependent structure that encapsulates the previous machine state. .Pp .Fn hardclock diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9 index 84308810090..2c496cdb531 100644 --- a/share/man/man9/syscall.9 +++ b/share/man/man9/syscall.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.9,v 1.4 2003/10/23 18:31:34 jmc Exp $ +.\" $OpenBSD: syscall.9,v 1.5 2003/11/08 19:17:28 jmc Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -97,8 +97,8 @@ command has to be run from the directory containing the .Dq master file. .Ss Usage -Entry from the user space for the system call is machine dependant. -Typical code to invoke a system call from the machine dependant +Entry from the user space for the system call is machine dependent. +Typical code to invoke a system call from the machine dependent sources might look like this: .Bd -literal -offset indent diff --git a/share/tmac/mdoc/README b/share/tmac/mdoc/README index f36ad131a8e..5ff443c826d 100644 --- a/share/tmac/mdoc/README +++ b/share/tmac/mdoc/README @@ -1,4 +1,4 @@ -.\" $OpenBSD: README,v 1.3 2003/06/02 23:30:16 millert Exp $ +.\" $OpenBSD: README,v 1.4 2003/11/08 19:17:28 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ Site specific string and register names (for doc-{common,nroff,ditroff}) .\" STRING CONSTANTS .\" NS aD string (site) Address Style .\" NS aR string (site) Argument Reference Style -.\" NS cM string (site) Interactive Comand Modifier (flag) +.\" NS cM string (site) Interactive Command Modifier (flag) .\" NS eM string (site) Emphasis (in the English sense - usually italics) .\" NS eR string (site) Errno Style .\" NS eV string (site) Environment Variable Style |