diff options
| author | enami <enami@NetBSD.org> | 1997-10-20 02:38:33 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1997-10-20 02:38:33 +0000 |
| commit | f5d3fbbc6ff4a77159fb268d247bd94cb7d7e332 (patch) | |
| tree | 475f0ab789e662d410236a558ef47b6c981276c4 /libexec/makekey | |
| parent | c3cd5c871330c95561391857a6f7c7d6baccc264 (diff) | |
Fix .Nm usage.
Diffstat (limited to 'libexec/makekey')
| -rw-r--r-- | libexec/makekey/makekey.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index a5bf301c257..5c0d3cb89a7 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: makekey.8,v 1.6 1997/10/07 11:31:24 mrg Exp $ +.\" $NetBSD: makekey.8,v 1.7 1997/10/20 02:39:33 enami Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,9 +40,9 @@ .Nm makekey .Nd make encrypted keys or passwords .Sh SYNOPSIS -.Nm makekey +.Nm .Sh DESCRIPTION -.Nm Makekey +.Nm encrypts a key and salt which it reads from the standard input and writes the result to the standard output. The key is expected to be |
