Module Name: src
Committed By: wiz
Date: Sun Sep 1 19:10:39 UTC 2019
Modified Files:
src/usr.bin/mail: mail.1
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/usr.bin/mail/mail.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/mail/mail.1
diff -u src/usr.bin/mail/mail.1:1.66 src/usr.bin/mail/mail.1:1.67
--- src/usr.bin/mail/mail.1:1.66 Sun Sep 1 18:24:28 2019
+++ src/usr.bin/mail/mail.1 Sun Sep 1 19:10:39 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: mail.1,v 1.66 2019/09/01 18:24:28 sevan Exp $
+.\" $NetBSD: mail.1,v 1.67 2019/09/01 19:10:39 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,6 @@ is an intelligent mail processing system
a command syntax reminiscent of
.Xr \&ed 1
with lines replaced by messages.
-.Pp
.Bl -tag -width flag
.It Fl a
Attach
@@ -1136,7 +1135,6 @@ Note:
.Ic sort
has no effect on the threading, sorting only on the heads
of the threads if threads exist.
-.Pp
.It Ic source
The
.Ic source
@@ -2238,7 +2236,6 @@ parts using
(assuming it is installed) and add this support to
.Ql multipart/alternative
blocks:
-.Pp
.Bd -literal -offset indent
set mime-body-text-html="+/usr/pkg/bin/lynx -force_html -dump -stdin"
.Ed