diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-14 20:09:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 20:09:39 +0100 |
commit | 042cad5737917e6964ddddba72b8fcc0cb890877 (patch) | |
tree | 7085fa0272983217e94d5ce8f84cd5056d6ece31 /src/nspawn | |
parent | core: drop dbus queue recursion check (diff) | |
parent | man: use <keycombo> more (diff) | |
download | systemd-042cad5737917e6964ddddba72b8fcc0cb890877.tar.xz systemd-042cad5737917e6964ddddba72b8fcc0cb890877.zip |
Merge pull request #10753 from keszybz/pager-no-interrupt
Add mode in journalctl where ^C is handled by the pager
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 621968ef8e..cd986379b6 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -207,7 +207,7 @@ static int help(void) { _cleanup_free_ char *link = NULL; int r; - (void) pager_open(false, false); + (void) pager_open(false); r = terminal_urlify_man("systemd-nspawn", "1", &link); if (r < 0) |