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 | |
| parent | c3cd5c871330c95561391857a6f7c7d6baccc264 (diff) | |
Fix .Nm usage.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/mail.local/mail.local.8 | 10 | ||||
| -rw-r--r-- | libexec/makekey/makekey.8 | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libexec/mail.local/mail.local.8 b/libexec/mail.local/mail.local.8 index 325aaf3e157..b7efc0e7c04 100644 --- a/libexec/mail.local/mail.local.8 +++ b/libexec/mail.local/mail.local.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mail.local.8,v 1.5 1997/10/07 13:07:45 mrg Exp $ +.\" $NetBSD: mail.local.8,v 1.6 1997/10/20 02:38:33 enami Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -40,12 +40,12 @@ .Nm mail.local .Nd store mail in a mailbox .Sh SYNOPSIS -.Nm mail.local +.Nm .Op Fl l .Op Fl f Ar from .Ar user ... .Sh DESCRIPTION -.Nm Mail.local +.Nm reads the standard input up to an end-of-file and appends it to each .Ar user's .Pa mail @@ -85,7 +85,7 @@ If the ``biff'' service is returned by the biff server is notified of delivered mail. .Pp The -.Nm mail.local +.Nm utility exits 0 on success, and >0 if an error occurs. .Sh ENVIRONMENT .Bl -tag -width indent @@ -108,7 +108,7 @@ user's mailbox directory .Xr sendmail 8 .Sh HISTORY A superset of -.Nm mail.local +.Nm (handling mailbox reading as well as mail delivery) appeared in .At v7 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 |
