From 0528debcf5b631def54405f2a163df53d1a9d2c8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 18 Aug 2018 02:08:27 +0000 Subject: implement the GNU man-ext .SY/.YS (synopsis block) macro in man(7), used in most manual pages of the groff package --- roff.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index 766242a1..f5de0f32 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.332 2018/08/16 23:43:37 schwarze Exp $ */ +/* $Id: roff.c,v 1.333 2018/08/18 02:08:27 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017, 2018 Ingo Schwarze @@ -335,7 +335,8 @@ const char *__roff_name[MAN_MAX + 1] = { "nf", "fi", "RE", "RS", "DT", "UC", "PD", "AT", "in", - "OP", "EX", "EE", "UR", + "SY", "YS", "OP", + "EX", "EE", "UR", "UE", "MT", "ME", NULL }; const char *const *roff_name = __roff_name; -- cgit v1.2.3