diff options
author | jkh <jkh@FreeBSD.org> | 2001-03-08 02:26:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-03-08 02:26:33 +0000 |
commit | f34104936c24563da737429e494d1c169dff0eb4 (patch) | |
tree | e9a9e61cb8fce85b41fcc581916b4916a17de0a7 /usr.sbin/pkg_install | |
parent | b8cf81c9f333e402b70e915f9679ac397f4c8c9f (diff) | |
download | FreeBSD-src-f34104936c24563da737429e494d1c169dff0eb4.zip FreeBSD-src-f34104936c24563da737429e494d1c169dff0eb4.tar.gz |
Change check_sign to proper "pkg_sign" reference.
Noted by: Andrew Hesford <ajh3@chmod.ath.cx>
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/sign/pkg_sign.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/sign/pkg_sign.1 b/usr.sbin/pkg_install/sign/pkg_sign.1 index 51d996c..7d7d59d 100644 --- a/usr.sbin/pkg_install/sign/pkg_sign.1 +++ b/usr.sbin/pkg_install/sign/pkg_sign.1 @@ -32,7 +32,7 @@ .Os .Sh NAME .Nm pkg_sign , -.Nm check_sign +.Nm pkg_check .Nd handle package signatures .Sh SYNOPSIS .Nm @@ -109,7 +109,7 @@ If is a single dash .Pq Sq Fl or absent, -.Nm check_sign +.Nm reads from the standard input. .Pp Package signing uses a feature of the gzip format, namely that one can |