diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-01-23 18:49:47 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-01-23 18:49:47 -0800 |
commit | 087bab5fed2ef54caa541d39c0ca360a1f582c0d (patch) | |
tree | 10384fd3f316f032bb72acdd7c3860ee06fabd6b | |
parent | 0907050e35c9887dcf961bda2111bd34c3eeb0e8 (diff) | |
download | cppawk-087bab5fed2ef54caa541d39c0ca360a1f582c0d.tar.gz cppawk-087bab5fed2ef54caa541d39c0ca360a1f582c0d.tar.bz2 cppawk-087bab5fed2ef54caa541d39c0ca360a1f582c0d.zip |
doc: cppawk-case.1 refers to nonexistent "cond" macro.
-rw-r--r-- | cppawk-case.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppawk-case.1 b/cppawk-case.1 index 34b942b..ff1ed68 100644 --- a/cppawk-case.1 +++ b/cppawk-case.1 @@ -196,7 +196,7 @@ cppawk(1) .SH BUGS The -.B cond +.B case macro does not currently safely nest with itself. Forgetting to declare the temporary variables is a programmer pitfall. |