aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-13 07:57:33 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-13 07:57:33 -0700
commit2b7c8f94e78af25ce8a127fb04d68093f16266e3 (patch)
treef8988bd5fef6db60fccf423af7de5761ff78302a
parent46d9925f19452dc447acaa06706c2c2a87f77ad4 (diff)
downloadcppawk-2b7c8f94e78af25ce8a127fb04d68093f16266e3.tar.gz
cppawk-2b7c8f94e78af25ce8a127fb04d68093f16266e3.tar.bz2
cppawk-2b7c8f94e78af25ce8a127fb04d68093f16266e3.zip
cppawk-narg man page: fit example to 80 cols.
-rw-r--r--cppawk-narg.13
1 files changed, 2 insertions, 1 deletions
diff --git a/cppawk-narg.1 b/cppawk-narg.1
index bd6c60e..d85fa7d 100644
--- a/cppawk-narg.1
+++ b/cppawk-narg.1
@@ -422,7 +422,8 @@ to be distributed into the terms:
.ft B
#define series_first(\fIx\fP, \fIi\fP, \fIa\fP) \fIa\fP(\fIx\fP ## \fIi\fP)
#define series_next(\fIprev\fP, \fIx\fP, \fIi\fP, \fIa\fP) \fIprev\fP + \fIa\fP(\fIx\fP ## \fIi\fP)
- #define series(\fIa\fP, ...) variaexpand(\fIseries_first\fP, \fIseries_next\fP, \e
+ #define series(\fIa\fP, ...) variaexpand(\fIseries_first\fP, \e
+ \fIseries_next\fP, \e
\fIa\fP, __VA_ARGS__)
.ft R