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 /usr.sbin | |
parent | ec2199f5f4ddb7e2d1a8c7f5b9549eaa7653a09a (diff) |
typos from -f (PR #3908);
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/src/appl/afsutils/klog.1 | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
2 files changed, 4 insertions, 4 deletions
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 ; |