diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-05 19:52:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-05 19:52:20 -0700 |
commit | b7482e247aecee60e0eea25dec123526813bffd9 (patch) | |
tree | b1bbcf9eac31c96ff9b14a5797c49f0763f99c82 | |
parent | a09383c29868f178ed14deac5a47977ebbf3ae5b (diff) | |
download | cppawk-b7482e247aecee60e0eea25dec123526813bffd9.tar.gz cppawk-b7482e247aecee60e0eea25dec123526813bffd9.tar.bz2 cppawk-b7482e247aecee60e0eea25dec123526813bffd9.zip |
cons man page: whitespace fix in notation.
-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 d670b2f..200876b 100644 --- a/cppawk-cons.1 +++ b/cppawk-cons.1 @@ -448,9 +448,9 @@ reaches the last expression, then it yields that expression's value. .SH DATA REPRESENTATION LIBRARY In the following descriptions, the notations -.IB X => Y +.IB X " => " Y and -.IB X -> Y +.IB X " -> " Y denote that the expression .I X returns the value |