-- outside list context, text following .Sm off
- seems to follow without a blank (TERM_NOBLANK reset late?) e.g.
- .Sm off
- .Xo
- .Op Ar bind_address No /
- .Ar port
- .Xc
- .Sm on
- or by enclosing
- reported by jmc Tue, 13 Apr 2010 08:48:14 +0100
-
-- do not break the line after "--", it's probably a long option
- reminded by stsp in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200
-
-- URGENT, this is making many kernel manuals look bad:
- .Ft/.Fn should MAYBE behave in custom section like in SYNOPSIS?
- autoconf.9:
- .Sh DIRECT CONFIGURATION
- .nr nS 1
- .Ft "struct device *"
- .Fn config_found_sm "struct device *parent"
- groff:
- DIRECT CONFIGURATION
- struct device *
- config_found_sm(struct device *parent, ...
- reported by sthen Tue, 20 Apr 2010 13:42:51 +0100
-
-- indentation got lost in SYNOPSIS, e.g.
- SYNOPSIS
- date [-ajnu] [-d dst] [-r seconds] [-t minutes_west] [+format]
- - [[[[[[cc]yy]mm]dd]HH]MM[.SS]]
- + [[[[[[cc]yy]mm]dd]HH]MM[.SS]]
- reminded by Ludo Smissaert Mon, 10 May 2010 12:15:11 +0200
+- boot_config.8
+ .Bd -literal
+ .No UKC> Ic find ne
+ 24 ne0 at isa0
+ should be
+ UKC> find ne
+ 24 ne0 at isa0
+ but is
+ UKC>find ne24 ne0 at isa0
+ from jmc@ Wed, 21 Jul 2010 22:40:02 +0100
+
+- perl(1) SYNOPSIS looks bad; reported by deraadt@
+ 1) man(7) seems to need SYNOPSIS .Nm blocks, too