aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 14:12:33 +0000
commitca313cca351c111df5d897b03d332fc155dacdaa (patch)
treecd7531524fba13f56aa7fe10802f68bac4b1bb81 /doc
parentbecd906ebc79908247a457e6ed7d621b25147d08 (diff)
downloadcflow-ca313cca351c111df5d897b03d332fc155dacdaa.tar.gz
cflow-ca313cca351c111df5d897b03d332fc155dacdaa.tar.bz2
Minor formatting changes
Diffstat (limited to 'doc')
-rw-r--r--doc/wc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/wc.c b/doc/wc.c
index 4b72484..9490555 100644
--- a/doc/wc.c
+++ b/doc/wc.c
@@ -40,7 +40,8 @@ errf (char *fmt, ...)
va_end (ap);
}
-/* Print error message followed by errno status and exit with error code. */
+/* Print error message followed by errno status and exit
+ with error code. */
static void
perrf (char *fmt, ...)
{
@@ -71,8 +72,8 @@ isword (unsigned char c)
if ((c) == '\n') \
lcount++;
-/* Get next word from the input stream. Return 0 on end of file or error
- condition. Return 1 otherwise. */
+/* Get next word from the input stream. Return 0 on end
+ of file or error condition. Return 1 otherwise. */
int
getword (FILE *fp)
{

Return to:

Send suggestions and report system problems to the System administrator.