diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-02-06 22:18:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-02-06 22:18:59 +0000 |
commit | 0a9b794e4020fc70d5a58eadd518f4908f7d54e5 (patch) | |
tree | aa735dbc8eb371602ae4bcf00903fb7ec1a346ff /mdoc.7 | |
parent | 386d70b32810ee1090f13d0944310eb93a0ba0fc (diff) | |
download | mandoc-0a9b794e4020fc70d5a58eadd518f4908f7d54e5.tar.gz |
Remove the misleading statement ".No takes no arguments".
In facts, i works very similarly to .Em and .Sy.
Triggered by a question from Kurt Mosiejczuk <kurt at cranky dot work>.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -516,7 +516,7 @@ in the alphabetical .Bl -column "Brq, Bro, Brc" description .It Ic \&Em Ta italic font or underline (emphasis) (>0 arguments) .It Ic \&Sy Ta boldface font (symbolic) (>0 arguments) -.It Ic \&No Ta return to roman font (normal) (no arguments) +.It Ic \&No Ta return to roman font (normal) (>0 arguments) .It Ic \&Bf , \&Ef Ta font block: Fl Ar type | Cm \&Em | \&Li | \&Sy .El .Ss Physical enclosures @@ -2891,7 +2891,7 @@ then the macro accepts an arbitrary number of arguments. .It Ic \&Ms Ta Yes Ta Yes Ta >0 .It Ic \&Mt Ta Yes Ta Yes Ta >0 .It Ic \&Nm Ta Yes Ta Yes Ta n -.It Ic \&No Ta Yes Ta Yes Ta 0 +.It Ic \&No Ta Yes Ta Yes Ta >0 .It Ic \&Ns Ta Yes Ta Yes Ta 0 .It Ic \&Nx Ta Yes Ta Yes Ta n .It Ic \&Os Ta \&No Ta \&No Ta n |