Author: joel (doc committer)
Date: Sun Oct 14 13:59:17 2012
New Revision: 241544
URL: http://svn.freebsd.org/changeset/base/241544

Log:
  mdoc: don't nest displays. The markup here isn't adding anything anyway.
  Fixes a mandoc lint warning.
  
  Discussed with:       brueffer, Jason McIntyre <j...@kerhand.co.uk>

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1    Sun Oct 14 13:45:13 2012        (r241543)
+++ head/bin/sh/sh.1    Sun Oct 14 13:59:17 2012        (r241544)
@@ -649,8 +649,8 @@ The following redirection is often calle
 .Dq here-document .
 .Bd -unfilled -offset indent
 .Oo Ar n Oc Ns Li << Ar delimiter
-.D1 Ar here-doc-text
-.D1 ...
+.Ar here-doc-text
+.Ar ...
 .Ar delimiter
 .Ed
 .Pp
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to