aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-14 21:22:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-14 21:22:30 -0700
commit3fbe59612519b2bd43b81f98fe43d043dd8a9a6f (patch)
treeed1795b98caae26545d808608e1d138faeb49b0f
parent6a8a06f2231ef9c83223798b0b8a9fd39d2fcd83 (diff)
downloadcppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.tar.gz
cppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.tar.bz2
cppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.zip
cons man page: li, listar, member: formatting typo.
-rw-r--r--cppawk-cons.14
1 files changed, 2 insertions, 2 deletions
diff --git a/cppawk-cons.1 b/cppawk-cons.1
index be48a3f..13b4dd8 100644
--- a/cppawk-cons.1
+++ b/cppawk-cons.1
@@ -1216,7 +1216,7 @@ operation, proceeding from right to left.
.bk
.B Syntax:
-.ftB
+.ft B
li(...) \fI// inline macro version of list\fP
listar(...) \fI// Lisp's list*, implemented as a macro\fP
.ft R
@@ -1295,7 +1295,7 @@ and so forth.
.bk
.B Syntax:
-.ftB
+.ft B
member(\fIy\fP, \fIx\fP)
.ft R