source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Delete the undocumented and unimplemented man(1) -i (interactive
@ 2017-04-18 15:27 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-04-18 15:27 UTC (permalink / raw)
  To: source

Log Message:
-----------
Delete the undocumented and unimplemented man(1) -i (interactive 
apropos) option.  It will not be implemented.  Featurism isn't the
plan for the future; simplicity is.

Modified Files:
--------------
    mdocml:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/main.c,v
retrieving revision 1.287
retrieving revision 1.288
diff -Lmain.c -Lmain.c -u -p -r1.287 -r1.288
--- main.c
+++ main.c
@@ -56,7 +56,6 @@ enum	outmode {
 	OUTMODE_FLN,
 	OUTMODE_LST,
 	OUTMODE_ALL,
-	OUTMODE_INT,
 	OUTMODE_ONE
 };
 
@@ -224,9 +223,6 @@ main(int argc, char *argv[])
 				return (int)MANDOCLEVEL_BADARG;
 			}
 			defos = mandoc_strdup(optarg + 3);
-			break;
-		case 'i':
-			outmode = OUTMODE_INT;
 			break;
 		case 'K':
 			if ( ! koptions(&options, optarg))
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-18 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 15:27 mdocml: Delete the undocumented and unimplemented man(1) -i (interactive schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).