From 09d981f0fceb0156c9088378d364a122fb64ce3a Mon Sep 17 00:00:00 2001 From: nerun Date: Wed, 10 Jan 2024 10:28:05 -0300 Subject: [PATCH] manpage: 80 columns line break in PASSWORD INPUT. --- doc/tomb.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/tomb.1 b/doc/tomb.1 index 9c7df3d..025728d 100644 --- a/doc/tomb.1 +++ b/doc/tomb.1 @@ -475,7 +475,12 @@ alias tomb=' tomb' .SH PASSWORD INPUT -Tomb uses the external program "pinentry" to let users type the key password into a terminal or a graphical window. This program works in conjunction with "gpg-agent", a daemon running in background to facilitate secret key management with gpg. It is recommended one runs "gpg-agent" launching it from the X session initialization ("~/.xsession" or "~/.xinitrc" files) with this command: +Tomb uses the external program "pinentry" to let users type the key password +into a terminal or a graphical window. This program works in conjunction with +"gpg-agent", a daemon running in background to facilitate secret key +management with gpg. It is recommended one runs "gpg-agent" launching it from +the X session initialization ("~/.xsession" or "~/.xinitrc" files) with this +command: .EX eval $(gpg-agent --daemon --write-env-file "${HOME}/.gpg-agent-info")