diff options
author | Paul Saab <ps@FreeBSD.org> | 2000-06-14 09:05:03 +0000 |
---|---|---|
committer | Paul Saab <ps@FreeBSD.org> | 2000-06-14 09:05:03 +0000 |
commit | f98558ff748c3c5e25c09f3412f25e4102a3426c (patch) | |
tree | a9bf1a103aaabb78db516b4c0322e4693f1aa38b | |
parent | 76631bb35a6d558cd9698f6d3ed374fd8f9e54e3 (diff) |
Notes
-rw-r--r-- | sys/boot/common/commands.c | 3 |
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 { |