diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-25 22:34:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-25 22:34:28 +0000 |
commit | f8251a3fb67a43ea5f2ee1935564cb17d14fccf4 (patch) | |
tree | b417dd82b8714dc479bb8a4e93cbb2e04cb9ab14 | |
parent | ec2199f5f4ddb7e2d1a8c7f5b9549eaa7653a09a (diff) |
typos from -f (PR #3908);
-rw-r--r-- | usr.bin/sup/src/sup.1 | 4 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/afsutils/klog.1 | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index 66f8de55ff0..2565ded0304 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sup.1,v 1.13 2002/10/16 21:24:01 mickey Exp $ +.\" $OpenBSD: sup.1,v 1.14 2004/08/25 22:34:27 jmc Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -423,7 +423,7 @@ if you want multiple releases from the same collections, you will need to specify the collection more than once. In this case, you should use the .I use-rel-suffix -ption in the supfile +option in the supfile to keep the last and when files for the two releases separate. .TP .BI base= directory diff --git a/usr.sbin/afs/src/appl/afsutils/klog.1 b/usr.sbin/afs/src/appl/afsutils/klog.1 index f46de708dbb..51fed486a68 100644 --- a/usr.sbin/afs/src/appl/afsutils/klog.1 +++ b/usr.sbin/afs/src/appl/afsutils/klog.1 @@ -112,7 +112,7 @@ will attempt to contact each of them until it finds one that works. You can specify the number of seconds that .Nm will wait for a network operation to complete. (there are 3 network -operations peformed by +operations performed by .Nm - the AFS ID is looked up from the dbserver, the Kerberos 4 TGT must be obtained, and the AFS token must be fetched. diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index d710d09fc28..8049c68b25f 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.13 2004/03/07 19:29:08 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.14 2004/08/25 22:34:27 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -145,7 +145,7 @@ package may conflict with other packages. .It Ar installed reinstall an existing package. .It Ar libdepends -library specifications may not be fullfilled. +library specifications may not be fulfilled. .It Ar nonroot install even if not running as root. .It Ar scripts @@ -235,7 +235,7 @@ and directives, see .Xr pkg_create 1 ) are read from the packing list. -If any of these dependencies are not currently fullfilled, +If any of these dependencies are not currently fulfilled, an attempt is made to find a package that meets them and install it, looking first in the list of packages to install passed to .Nm ; |