diff options
author | Chris Costello <chris@FreeBSD.org> | 2000-01-29 22:20:19 +0000 |
---|---|---|
committer | Chris Costello <chris@FreeBSD.org> | 2000-01-29 22:20:19 +0000 |
commit | 6f30e43c0e410247e77c5a01efef4a265516435f (patch) | |
tree | c446c4eed396b928aba990809cf0739191276fa9 /usr.sbin/pkg_install/create | |
parent | dfd992419492ca27dbeb1ef791d60a5ef3dcffad (diff) | |
download | src-6f30e43c0e410247e77c5a01efef4a265516435f.tar.gz src-6f30e43c0e410247e77c5a01efef4a265516435f.zip |
Grammar fix: ``Different than'' should be ``different from''.
Notes
Notes:
svn path=/head/; revision=56885
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 59a5331cba1f..45ed16cb7255 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -374,7 +374,7 @@ specialized datafile in with a distribution for your install script (or something) yet have the installer ignore it. .It Cm @name Ar name Set the name of the package. This is mandatory and is usually -put at the top. This name is potentially different than the name of +put at the top. This name is potentially different from the name of the file it came in, and is used when keeping track of the package for later deinstallation. Note that .Nm |