From b1938d01834105572311aa9b06d667939309bee7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 30 Mar 2014 19:47:48 +0000 Subject: Implement the roff(7) .ll (line length) request. Found by naddy@ in the textproc/enchant(1) port. Of course, do not use this in new manuals. --- man.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man.h') diff --git a/man.h b/man.h index fb280bc3..26c2747b 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.63 2014/03/23 12:26:58 schwarze Exp $ */ +/* $Id: man.h,v 1.64 2014/03/30 19:47:48 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -57,6 +57,7 @@ enum mant { MAN_EE, MAN_UR, MAN_UE, + MAN_ll, MAN_MAX }; -- cgit v1.2.3-56-ge451