Module Name:    src
Committed By:   joerg
Date:           Fri May 14 16:23:42 UTC 2010

Modified Files:
        src/usr.bin/mail: mail.1

Log Message:
Explicitly quote |. Don't use .%T outside the scope of .Rs/.Re.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/usr.bin/mail/mail.1:1.58
--- src/usr.bin/mail/mail.1:1.57	Sun Mar 21 13:34:34 2010
+++ src/usr.bin/mail/mail.1	Fri May 14 16:23:42 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mail.1,v 1.57 2010/03/21 13:34:34 joerg Exp $
+.\"	$NetBSD: mail.1,v 1.58 2010/05/14 16:23:42 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -1485,7 +1485,7 @@
 If defined, the output of most commands can be piped into a shell
 command or redirected to a file.
 The pipe/redirection is signaled by the first occurrence of a
-.Ql |
+.Ql \&|
 or
 .Ql \*[Gt]
 character that is not in a quoted string or in a parenthetical
@@ -2283,7 +2283,7 @@
 appeared in
 .At v6 .
 This man page is derived from
-.%T "The Mail Reference Manual"
+.Dq The Mail Reference Manual
 originally written by Kurt Shoens.
 .Sh BUGS
 There are some flags and commands that are not documented here.

Reply via email to