diff options
author | ru <ru@FreeBSD.org> | 2001-02-07 11:26:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-07 11:26:57 +0000 |
commit | 2001e1a6ee8240523374c0f047409f2af57730c3 (patch) | |
tree | fd23b0c8cf3eca94a43d6a09eb5ab0ed9bc84fc6 /contrib/groff | |
parent | 532bf7aa29079d19f393d67c853590ec13fcb5cf (diff) | |
download | FreeBSD-src-2001e1a6ee8240523374c0f047409f2af57730c3.zip FreeBSD-src-2001e1a6ee8240523374c0f047409f2af57730c3.tar.gz |
Add a missing line-break request so that -ragged
-compact lists always start from the new line.
Example:
foo
.Bd -ragged -compact
bar
.Ed
Produced:
foo bar
Now produces:
foo
bar
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/tmac/tmac.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/groff/tmac/tmac.doc b/contrib/groff/tmac/tmac.doc index 5f47a894..6081e3d 100644 --- a/contrib/groff/tmac/tmac.doc +++ b/contrib/groff/tmac/tmac.doc @@ -1595,6 +1595,7 @@ . nr iD \\n(iD+1 . ds d\\n(dP dR . na +. br . \} . if "\\$1"-unfilled" \{\ . nr iD \\n(iD+1 |