summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc.72
-rw-r--r--roff.72
2 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index 03689f49..9a1e33b8 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -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
diff --git a/roff.7 b/roff.7
index a12c8a42..0d8b1d25 100644
--- a/roff.7
+++ b/roff.7
@@ -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 >?