diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-14 21:22:30 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-14 21:22:30 -0700 |
commit | 3fbe59612519b2bd43b81f98fe43d043dd8a9a6f (patch) | |
tree | ed1795b98caae26545d808608e1d138faeb49b0f | |
parent | 6a8a06f2231ef9c83223798b0b8a9fd39d2fcd83 (diff) | |
download | cppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.tar.gz cppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.tar.bz2 cppawk-3fbe59612519b2bd43b81f98fe43d043dd8a9a6f.zip |
cons man page: li, listar, member: formatting typo.
-rw-r--r-- | cppawk-cons.1 | 4 |
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 |