diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-21 09:28:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-21 09:28:10 +0000 |
commit | 517d619927279f98b8bbfccbb4c5c984339f1f86 (patch) | |
tree | 1dbf732ba50a143da823d02d8b82fe6e0cc40a68 | |
parent | a1c9a632f08f9b43a033cf866a686dd8dca967eb (diff) |
typos from pjanzen@
-rw-r--r-- | share/man/man5/genassym.cf.5 | 4 | ||||
-rw-r--r-- | share/man/man9/kern.9 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/fs/fs.1 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/genassym.cf.5 b/share/man/man5/genassym.cf.5 index 41a79a7aed8..6409fdec337 100644 --- a/share/man/man5/genassym.cf.5 +++ b/share/man/man5/genassym.cf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: genassym.cf.5,v 1.4 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: genassym.cf.5,v 1.5 2003/05/21 09:28:09 jmc Exp $ .\" $NetBSD: genassym.cf.5,v 1.8 2001/06/19 12:34:27 wiz Exp $ .\" .\" Copyright (c) 1997 Matthias Pfaller. @@ -128,7 +128,7 @@ prefixes in front of constants for the i386 and m68k port. .Sh HISTORY The first use of .Nm -files occured in +files occurred in .Ox 2.2 . Its use was generalized to all ports for .Ox 3.0 . diff --git a/share/man/man9/kern.9 b/share/man/man9/kern.9 index 2440f38e0cf..f9522fa8dee 100644 --- a/share/man/man9/kern.9 +++ b/share/man/man9/kern.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kern.9,v 1.3 2003/04/17 05:08:39 jmc Exp $ +.\" $OpenBSD: kern.9,v 1.4 2003/05/21 09:28:09 jmc Exp $ .\" .\" Copyright (c) 2002 CubeSoft Communications, Inc. <http://www.csoft.org> .\" @@ -150,7 +150,7 @@ and expect the string to be of size .Fa size , and return the index relative to the end of the string where the match -occured, or zero if +occurred, or zero if .Fa mask is not present in the string. .Pp diff --git a/usr.sbin/afs/src/appl/fs/fs.1 b/usr.sbin/afs/src/appl/fs/fs.1 index d9ad7d87b09..60243c16ea0 100644 --- a/usr.sbin/afs/src/appl/fs/fs.1 +++ b/usr.sbin/afs/src/appl/fs/fs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fs.1,v 1.9 2002/12/24 19:50:51 fgsch Exp $ +.\" $OpenBSD: fs.1,v 1.10 2003/05/21 09:28:09 jmc Exp $ .\" $KTH: fs.1,v 1.2.2.1 2001/03/04 04:35:56 lha Exp $ .Dd March 29, 2000 .Dt FS 1 @@ -429,7 +429,7 @@ Valid modes are: .It Cm connected Connected mode - this is the normal operating mode. .It Cm fetch -Fetch only mode - files are retreived from fileserver but are not stored back. +Fetch only mode - files are retrieved from fileserver but are not stored back. .It Cm disconnected Disconnected mode - files are read and written from/to the cache, and no attempt is made to contact a fileserver- |