aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cfpeek.12
m---------grecs0
-rw-r--r--src/cfpeek.c4
3 files changed, 2 insertions, 4 deletions
diff --git a/doc/cfpeek.1 b/doc/cfpeek.1
index ca76ec1..daf4ad9 100644
--- a/doc/cfpeek.1
+++ b/doc/cfpeek.1
@@ -783,7 +783,7 @@ fi
.in
.SS 5.
Find and print every occurrence of \fBfacility\fR keyword in
-.BR /etc/mailutils.rc (note the quotes):
+.BR /etc/mailutils.rc "(note the quotes):"
.P
.nf
.B $ cfpeek /etc/mailutils.rc '.*.facility'
diff --git a/grecs b/grecs
-Subproject 83a06bbc6b3796a0b8646816da34c6672488cbf
+Subproject e49108f9be4ffe6242abc8af13b1dc6b3853c9b
diff --git a/src/cfpeek.c b/src/cfpeek.c
index 1b4e125..f9e7c67 100644
--- a/src/cfpeek.c
+++ b/src/cfpeek.c
@@ -284,9 +284,7 @@ main(int argc, char **argv)
if (!quiet_option)
grecs_error(NULL, 0, "%s: not found", arg);
rc = EX_NOTFOUND;
- } else if (quiet_option > 1)
- continue;
- else {
+ } else if (quiet_option <= 1) {
int i = 0;
do {
print_node(node);

Return to:

Send suggestions and report system problems to the System administrator.