From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3388 invoked from network); 5 Aug 2021 14:31:47 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 5 Aug 2021 14:31:47 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 515e862e for ; Thu, 5 Aug 2021 09:31:44 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 2957ff3b for ; Thu, 5 Aug 2021 09:31:44 -0500 (EST) Date: Thu, 5 Aug 2021 09:31:44 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: .OP is not a GNU extension but first appeared in the X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- .OP is not a GNU extension but first appeared in the Documenter's Workbench, see https://github.com/n-t-roff/DWB3.3/blob/master/macros/man/an.sr#L33 from g dot branden dot robinson at gmail dot com via GNU troff commit e3459327 2 Aug 2021 10:49:46 -0400 Modified Files: -------------- mandoc: man.7 Revision Data ------------- Index: man.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/man.7,v retrieving revision 1.147 retrieving revision 1.148 diff -Lman.7 -Lman.7 -u -p -r1.147 -r1.148 --- man.7 +++ man.7 @@ -246,7 +246,7 @@ link description to be shown .Ed .It Ic OP Optional command-line argument. -This is a non-standard GNU extension. +This is a non-standard DWB extension. It has the following syntax: .Pp .D1 Pf . Ic OP Ar key Op Ar value @@ -516,7 +516,7 @@ The syntax is as follows: .It Ic I Ta n Ta next-line Ta \& .It Ic IB Ta n Ta current Ta \& .It Ic IR Ta n Ta current Ta \& -.It Ic OP Ta >=1 Ta current Ta GNU +.It Ic OP Ta >=1 Ta current Ta DWB .It Ic PD Ta 1 Ta current Ta \& .It Ic RB Ta n Ta current Ta \& .It Ic RI Ta n Ta current Ta \& -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv