Fix mistakes in man page using mandoc -Tlint validator - drist - a remote deployment tool
HTML git clone git://bitreich.org/drist/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/drist/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit a3560000b77640b96c495660cdde812f7aeda55c
DIR parent 8be8f6813d68a88b6395f8c27bfa082137772f92
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Mon, 1 Jul 2019 19:35:16 +0200
Fix mistakes in man page using mandoc -Tlint validator
Diffstat:
M drist.1 | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
DIR diff --git a/drist.1 b/drist.1
@@ -16,23 +16,19 @@ to use persistent ssh connection, allowing to ssh only once
for the differents steps.
This uses ControlMaster feature from
.Xr ssh 1 .
-
.Op Fl n
to simulate.
Tells
.Nm
to show what will happens if it runs.
This will make a ssh connection to check the remote hostname.
-
.Op Fl s
use a program to execute a command as root on the remote server.
Default is sudo.
-
.Op Fl e Ar binary
binary to use for executing the commands as root.
This flag is only useful when used with
.Fl s .
-
.Sh DESCRIPTION
.Nm
is a tool to configure remote servers using
@@ -124,8 +120,8 @@ distribution.
.Sh EXIT
.Ex -std drist
.Sh SEE ALSO
-.Xr rsync 1
-.Xr ssh 1
+.Xr rsync 1 ,
+.Xr ssh 1 ,
.Xr ssh_config 5
.Sh Authors
.An -nosplit