aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-18 02:08:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-18 02:08:27 +0000
commit0528debcf5b631def54405f2a163df53d1a9d2c8 (patch)
tree9e033e7adce6bb4a111338f24a7d72d46a7fae5b /roff.h
parentde2a1122a661dd4bd4004854891d44e87d63c6c2 (diff)
downloadmandoc-0528debcf5b631def54405f2a163df53d1a9d2c8.tar.gz
mandoc-0528debcf5b631def54405f2a163df53d1a9d2c8.tar.zst
mandoc-0528debcf5b631def54405f2a163df53d1a9d2c8.zip
implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7),
used in most manual pages of the groff package
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/roff.h b/roff.h
index 161c9a60..68f50acb 100644
--- a/roff.h
+++ b/roff.h
@@ -1,7 +1,7 @@
-/* $Id: roff.h,v 1.60 2018/08/16 23:43:37 schwarze Exp $ */
+/* $Id: roff.h,v 1.61 2018/08/18 02:08:27 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
- * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -464,6 +464,8 @@ enum roff_tok {
MAN_PD,
MAN_AT,
MAN_in,
+ MAN_SY,
+ MAN_YS,
MAN_OP,
MAN_EX,
MAN_EE,