summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-06-14 09:05:03 +0000
committerPaul Saab <ps@FreeBSD.org>2000-06-14 09:05:03 +0000
commitf98558ff748c3c5e25c09f3412f25e4102a3426c (patch)
treea9bf1a103aaabb78db516b4c0322e4693f1aa38b
parent76631bb35a6d558cd9698f6d3ed374fd8f9e54e3 (diff)
Notes
-rw-r--r--sys/boot/common/commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c
index 4a5ebfa4692c..0aab78e51bd4 100644
--- a/sys/boot/common/commands.c
+++ b/sys/boot/common/commands.c
@@ -246,7 +246,8 @@ command_show(int argc, char *argv[])
pager_output("=");
pager_output(cp);
}
- pager_output("\n");
+ if (pager_output("\n"))
+ break;
}
pager_close();
} else {