summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/roff.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-06-06 15:00:57 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-06-06 15:00:57 +0000
commit34955d5def8bd756c7774824c0002cd9e09d303f (patch)
treeaee1d02592f74f1151c562909005c00b8c2f5d93 /usr.bin/mandoc/roff.h
parent3945d214309f8038620649e0d7c7aeb55c6c2129 (diff)
Minimal implementation of the roff(7) .ce request (center a number
of input lines without filling). Contrary to groff, high-level macros abort .ce mode for now.
Diffstat (limited to 'usr.bin/mandoc/roff.h')
-rw-r--r--usr.bin/mandoc/roff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/roff.h b/usr.bin/mandoc/roff.h
index 0f4c3e3eba8..24816e5e4a2 100644
--- a/usr.bin/mandoc/roff.h
+++ b/usr.bin/mandoc/roff.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: roff.h,v 1.31 2017/06/04 22:43:50 schwarze Exp $ */
+/* $OpenBSD: roff.h,v 1.32 2017/06/06 15:00:56 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -67,6 +67,7 @@ enum roff_type {
enum roff_tok {
ROFF_br = 0,
+ ROFF_ce,
ROFF_ft,
ROFF_ll,
ROFF_mc,
@@ -101,7 +102,6 @@ enum roff_tok {
ROFF_brpnl,
ROFF_c2,
ROFF_cc,
- ROFF_ce,
ROFF_cf,
ROFF_cflags,
ROFF_ch,