diff options
author | ru <ru@FreeBSD.org> | 2001-03-01 12:46:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-01 12:46:29 +0000 |
commit | 64cf383c36868b365b09c9dd0ac073121b8054c8 (patch) | |
tree | cf266cd44724c7ebdd20d4fa85405afcce38eec7 | |
parent | b23f13237372d6da021ab5ba5cf6062b4200d6d5 (diff) | |
download | FreeBSD-src-64cf383c36868b365b09c9dd0ac073121b8054c8.zip FreeBSD-src-64cf383c36868b365b09c9dd0ac073121b8054c8.tar.gz |
Fixed undesirable hyphenation on the dash of a flag argument.
Example:
.Sh SYNOPSIS
.Nm natd
.Fl unregistered-only
.Fl proxy-only
.Fl deny-incoming
.Fl use-sockets
.Fl same-ports
Ported from: mdocNG
-rw-r--r-- | contrib/groff/tmac/tmac.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/tmac.doc b/contrib/groff/tmac/tmac.doc index 920235d..65c5c05 100644 --- a/contrib/groff/tmac/tmac.doc +++ b/contrib/groff/tmac/tmac.doc @@ -373,7 +373,7 @@ . ie !"\\*(A\\n(aP"\\*(Ba" \{\ . ie !"\\*(A\\n(aP"\fR|\fP" \{\ . ie "\\*(A\\n(aP"-" .as b1 \&\|\-\^\-\| -. el .as b1 \&\|\-\\*(A\\n(aP +. el .as b1 \|\%\-\\*(A\\n(aP . \} . el .as b1 \&\\*(A\\n(aP . \} |