diff options
-rw-r--r-- | security/digest/Makefile | 1 | ||||
-rw-r--r-- | security/digest/files/digest.1 | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile index a183ddfa120a..8a665f843d62 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -8,6 +8,7 @@ PORTNAME= digest PORTVERSION= 20010807 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= # DISTFILES= diff --git a/security/digest/files/digest.1 b/security/digest/files/digest.1 index d5af1edb83dc..c03c6c5dd49d 100644 --- a/security/digest/files/digest.1 +++ b/security/digest/files/digest.1 @@ -38,7 +38,7 @@ .Nm digest .Nd calculate message digests .Sh SYNOPSIS -.Nm "" +.Nm .Ar algorithm .Op file... .Sh DESCRIPTION @@ -93,7 +93,8 @@ utility exits 0 on success, and >0 if an error occurs. The .Nm utility first appeared in -.Nx 1.6 . +.Nx +pkgsrc. .Sh AUTHOR The .Nm |