aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-22 20:38:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-22 20:38:00 +0000
commit40aba23d1799066f29712e09d028bd41aafc677e (patch)
tree7de32e86b7d416dfbe09719d0ded66c095ce4385 /roff.7
parent6f0fdff7bd838e5309174d1f70528d04e7474a18 (diff)
downloadmandoc-40aba23d1799066f29712e09d028bd41aafc677e.tar.gz
mandoc-40aba23d1799066f29712e09d028bd41aafc677e.tar.zst
mandoc-40aba23d1799066f29712e09d028bd41aafc677e.zip
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 'roff.7')
-rw-r--r--roff.77
1 files changed, 5 insertions, 2 deletions
diff --git a/roff.7 b/roff.7
index 587fe5f1..99e44611 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.43 2013/10/14 01:43:14 schwarze Exp $
+.\" $Id: roff.7,v 1.44 2013/10/22 20:38:00 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
@@ -644,6 +644,9 @@ This line-scoped request is intended to have one argument specifying
the font family to be selected.
It is a groff extension, and currently, it is ignored including its
arguments, and the number of arguments is not checked.
+.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.