From a93ff6ed2878ef21fa1a3f92c3796da0ffae85b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 18 Jun 2023 11:59:59 +0200 Subject: Workarounding issue with linebreaks and rst conversion in manpage example sections, thanks to Tom Jampen . Signed-off-by: Daniel Baumann --- share/man/container-key.1.rst | 1 + share/man/container-list.1.rst | 1 + share/man/container-top.1.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/share/man/container-key.1.rst b/share/man/container-key.1.rst index ff2b93f..d02fc3b 100644 --- a/share/man/container-key.1.rst +++ b/share/man/container-key.1.rst @@ -59,6 +59,7 @@ Examples Add a key to the keyring manually: gpg --keyserver hkps://keys.openpgp.org --recv 0x55CF1BF986ABB9C7 + gpg --armor --export 0x55CF1BF986ABB9C7 | sudo container key --add - Assisted adding of the same key: diff --git a/share/man/container-list.1.rst b/share/man/container-list.1.rst index 81a394b..674bacf 100644 --- a/share/man/container-list.1.rst +++ b/share/man/container-list.1.rst @@ -106,6 +106,7 @@ Create a SVG image via nwdiag of all started and stopped containers: Create a shell export of all started and stopped containers: sudo container list -f shell + sudo container list -f sh Create a YAML export of all started and stopped containers: diff --git a/share/man/container-top.1.rst b/share/man/container-top.1.rst index 85b3627..7349b60 100644 --- a/share/man/container-top.1.rst +++ b/share/man/container-top.1.rst @@ -50,6 +50,7 @@ Examples ======== Dynamically list containers of the local system: + sudo container top See also -- cgit v1.2.3