diff options
author | joel <joel@FreeBSD.org> | 2012-09-11 17:57:03 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-09-11 17:57:03 +0000 |
commit | 2c9fc028f54c4a9e68335e43433c25ff64ec6dae (patch) | |
tree | 43cdc82d7c5fe262f5281ac3e5df43f5977939c7 | |
parent | 8d117901e34a4fa196114fc3e8bf76502835b585 (diff) | |
download | FreeBSD-src-2c9fc028f54c4a9e68335e43433c25ff64ec6dae.zip FreeBSD-src-2c9fc028f54c4a9e68335e43433c25ff64ec6dae.tar.gz |
Minor mdoc fix.
-rw-r--r-- | bin/sh/sh.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 908f78d..ae603a7 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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 |