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.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'roff.h') 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 - * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze + * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze * * 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, -- cgit v1.2.3-56-ge451