mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
24 lines
543 B
Plaintext
24 lines
543 B
Plaintext
$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);
|
|
}
|
|
|