diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 16:32:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-10 16:32:27 +0000 |
commit | 3784137518f9e911fa64096240df34b967ced4f3 (patch) | |
tree | 4176c74fd1746fdb11699f340e6a0adc7e6b8dd5 | |
parent | 81aa584b2fb42578083c3724876f0d11d9e09e4d (diff) | |
download | mandoc-3784137518f9e911fa64096240df34b967ced4f3.tar.gz |
minor markup simplifications
-rw-r--r-- | mdoc.7 | 2 | ||||
-rw-r--r-- | roff.7 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -735,7 +735,7 @@ A version of .At . .It Cm III .At III . -.It Cm V[.[1-4]]? +.It Cm V | V.[1-4] A version of .At V . .El @@ -1783,7 +1783,7 @@ logical and (corresponds to C .Ic && ) .It Ic \&: logical or (corresponds to C -.Ic \&|| ) +.Ic || ) .It Ic <? minimum (not available in C) .It Ic >? |