svn commit: r240369 - head/bin/sh

Joel Dahl joel at FreeBSD.org
Tue Sep 11 17:57:04 UTC 2012


Author: joel (doc committer)
Date: Tue Sep 11 17:57:03 2012
New Revision: 240369
URL: http://svn.freebsd.org/changeset/base/240369

Log:
  Minor mdoc fix.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Tue Sep 11 17:40:06 2012	(r240368)
+++ head/bin/sh/sh.1	Tue Sep 11 17:57:03 2012	(r240369)
@@ -487,8 +487,9 @@ and backslash
 The backslash inside double quotes is historically weird.
 It remains literal unless it precedes the following characters,
 which it serves to quote:
+.Pp
 .Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
-.It Li $ Ta Li ` Ta Li \&" Ta Li \e\  Ta Li \en
+.It Li $ Ta Li ` Ta Li \&" Ta Li \e Ta Li \en
 .El
 .It Backslash
 A backslash preserves the literal meaning of the following


More information about the svn-src-all mailing list