Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 17:57:03 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240369 - head/bin/sh
Message-ID:  <201209111757.q8BHv393001822@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209111757.q8BHv393001822>