On Tue, Jul 16, 2013 at 11:11:54AM +0200, Jan Stary wrote:
> mandoc -Tlint reveals that some of the Pp and Ns are skipped anyway.
> Reword slightly to get rid of the parantheses
> that required the Ns in the first place.
> 
> 

fixed, thanks. i tweaked it a little.
jmc

Index: libc/net/getrrsetbyname.3
===================================================================
RCS file: /cvs/src/lib/libc/net/getrrsetbyname.3,v
retrieving revision 1.16
diff -u -r1.16 getrrsetbyname.3
--- libc/net/getrrsetbyname.3   5 Jun 2013 03:39:23 -0000       1.16
+++ libc/net/getrrsetbyname.3   16 Jul 2013 10:43:48 -0000
@@ -123,7 +123,6 @@
 .Fn getrrsetbyname
 returns zero on success, and one of the following error
 codes if an error occurred:
-.Pp
 .Bl -tag -width ERRSET_NOMEMORY
 .It Bq Er ERRSET_NONAME
 The name does not exist.
Index: libkeynote/keynote.4
===================================================================
RCS file: /cvs/src/lib/libkeynote/keynote.4,v
retrieving revision 1.30
diff -u -r1.30 keynote.4
--- libkeynote/keynote.4        27 Sep 2012 11:31:58 -0000      1.30
+++ libkeynote/keynote.4        16 Jul 2013 10:43:48 -0000
@@ -671,11 +671,7 @@
 expression has the higher-order (maximum) of its two subexpression values.
 .It
 A
-.Qo
-.Ao K
-.Ac Ns -of Ns Po Aq List
-.Pc
-.Qc
+.Qq Ao K Ac Ns -of Ns Pq Aq List
 expression has the K-th highest order compliance value listed in
 .Aq list .
 Values that appear multiple times are counted with multiplicity.
Index: libkeynote/keynote.5
===================================================================
RCS file: /cvs/src/lib/libkeynote/keynote.5,v
retrieving revision 1.21
diff -u -r1.21 keynote.5
--- libkeynote/keynote.5        27 Sep 2012 11:31:58 -0000      1.21
+++ libkeynote/keynote.5        16 Jul 2013 10:43:48 -0000
@@ -103,12 +103,12 @@
 A printable character may be
 .Sq escaped
 inside a quoted string literal by preceding it with the backslash
-character (ASCII 92 decimal) (e.g.,
+character (ASCII 92 decimal) e.g.,
 .Qo like \&
 .No \e Ns Qo this Ns \e
 .Qc .
 .\".Pf { Qo mike Ns Qc 12
-.Qc Ns ).
+.Qc .
 This permits the inclusion of the double-quote and backslash characters
 inside string literals.
 .Pp
@@ -334,11 +334,8 @@
 and key bit encoding (e.g., HEX or BASE64).
 By convention, the ALGORITHM
 substring starts with an alphabetic character and can contain letters,
-digits, underscores, or dashes (i.e., it should match the regular expression
-.Qo Ns Bo a-zA-Z
-.Bc Ns Bo a-zA-Z0-9_-
-.Bc Ns *
-.Qc Ns ) .
+digits, underscores, or dashes i.e., it should match the regular expression
+.Qq Bo a-zA-Z Bc Ns Bo a-zA-Z0-9_- Bc Ns * .
 The IANA (or some other appropriate authority) will provide a registry of
 reserved algorithm identifiers.
 .Pp

Reply via email to