summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-12-04 06:22:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-12-04 06:22:06 +0000
commit731b51e47a0840689ab2cb76d99ae38a68a4847e (patch)
tree96808510f7fea1f5f3ff6996ebe9fe9a849ebe23
parent505322517bbe96db2907a67c7892a843dbc82005 (diff)
some basic cleanup;
-rw-r--r--usr.sbin/smtpd/makemap.814
-rw-r--r--usr.sbin/smtpd/newaliases.824
2 files changed, 18 insertions, 20 deletions
diff --git a/usr.sbin/smtpd/makemap.8 b/usr.sbin/smtpd/makemap.8
index 73dbd53810e..110a32a948a 100644
--- a/usr.sbin/smtpd/makemap.8
+++ b/usr.sbin/smtpd/makemap.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: makemap.8,v 1.2 2008/12/04 06:22:05 jmc Exp $
.\" Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
.\" Copyright (c) 1988, 1991, 1993
@@ -10,7 +11,7 @@
.\"
.\" $Sendmail: makemap.8,v 8.30 2002/06/27 23:41:04 gshapiro Exp $
.\"
-.Dd October 21, 2008
+.Dd $Mdocdate: December 4 2008 $
.Dt MAKEMAP 8
.Os
.Sh NAME
@@ -35,21 +36,20 @@ words separated by whitespace.
The first is the database key,
the second is the value.
.Pp
-Notice: do
-.Em not
+Note:
use
-.Nm
-to create the aliases data base, but
.Xr newaliases 8
+to create the aliases database, not
+.Nm ,
as the input formats differ for historical reasons.
.Sh SEE ALSO
.Xr editmap 8 ,
.Xr newaliases 8 ,
.Xr smtpd 8
.Sh HISTORY
-The
+This
.Nm
-command appeared in
+command first appeared in
.Ox 4.5
as a replacement for the
.Nm
diff --git a/usr.sbin/smtpd/newaliases.8 b/usr.sbin/smtpd/newaliases.8
index 780a20f804f..a5b5b99135c 100644
--- a/usr.sbin/smtpd/newaliases.8
+++ b/usr.sbin/smtpd/newaliases.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: newaliases.8,v 1.2 2008/12/04 06:22:05 jmc Exp $
.\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
.\" Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
@@ -11,28 +12,26 @@
.\"
.\" $Sendmail: newaliases.1,v 8.19 2001/10/10 03:23:17 ca Exp $
.\"
-.Dd October 21, 2008
+.Dd $Mdocdate: December 4 2008 $
.Dt NEWALIASES 8
.Os
.Sh NAME
.Nm newaliases
-.Nd rebuild the data base for the mail aliases file
+.Nd rebuild the database for the mail aliases file
.Sh SYNOPSIS
.Nm newaliases
.Sh DESCRIPTION
.Nm
-rebuilds the random access data base for the mail aliases file
+rebuilds the random access database for the mail aliases file
.Pa /etc/mail/aliases .
It must be run each time this file is changed
in order for the change to take effect.
.Pp
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std newaliases
.Sh FILES
-.Bl -tag -width /etc/mail/aliases -compact
+.Bl -tag -width "/etc/mail/aliasesXXX" -compact
.It Pa /etc/mail/aliases
-The mail aliases file
+The mail aliases file.
.El
.Sh SEE ALSO
.Xr aliases 5 ,
@@ -40,11 +39,10 @@ The mail aliases file
.Xr makemap 8 ,
.Xr smtpd 8
.Sh HISTORY
-The
+This
.Nm
-command appeared in
+command first appeared in
.Ox 4.5
-as a replacement for the older
+as a replacement for the
.Nm
-utility that was shipped with
-.Xr sendmail .
+command that was shipped with sendmail.