summaryrefslogtreecommitdiff
path: root/textproc/texi2roff/patches/patch-aj
blob: 438d53481871f3c91879121dd439f674590aacec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aj,v 1.1.1.1 2001/05/30 11:45:41 agc Exp $

--- texi2roff.c.orig	Mon May 28 12:51:54 2001
+++ texi2roff.c	Mon May 28 12:53:48 2001
@@ -70,6 +70,9 @@
 		case 'e':
 		    macropkg = ME;
 		    break;
+		case 'a':
+		    macropkg = MANDOC;
+		    break;
 		default:
 		    errflg++;
 		    break;
@@ -86,7 +89,7 @@
 	}
     if (errflg) {
 	(void) fprintf(stderr,
-	    "Usage: %s [ -me -mm -ms ] [ -iIt ] [ file ... ]\n", progname);
+	    "Usage: %s [ -me -mm -ms -mandoc ] [ -iIt ] [ file ... ]\n", progname);
 	exit(1);
     }