diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-22 20:37:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-10-22 20:37:55 +0000 |
commit | 7585cd531d88c25c21859b1ffb90a6ee566ff794 (patch) | |
tree | 62f9f4682a17d1bccebe006790524e9d6f20a860 /share/man/man7 | |
parent | 2edff730f82a69aeb11b8ea7457c67bf633c986b (diff) |
Parse and ignore .hw (hyphenation points in words); this is safe because
we don't do hyphenation anyway, so there is no point in throwing an ERROR
when encountering .hw.
Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index e9341875c3f..527a6923961 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.23 2013/10/14 01:42:25 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.24 2013/10/22 20:37:54 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 14 2013 $ +.Dd $Mdocdate: October 22 2013 $ .Dt ROFF 7 .Os .Sh NAME @@ -670,6 +670,9 @@ This request takes effect only locally, may be overridden by macros and escape sequences, and is only supported in .Xr man 7 for now. +.Ss \&hw +Specify hyphenation points in words. +This line-scoped request is currently ignored. .Ss \&hy Set automatic hyphenation mode. This line-scoped request is currently ignored. |