mdoc: fix manlint warnings by unbreaking mdoc syntax
This commit is contained in:
parent
105e26e213
commit
7558f6b4f3
@ -248,7 +248,7 @@ jailparam_init(¶ms[1], "host.hostname");
|
||||
jailparam_get(params, 2, 0);
|
||||
hostname = jailparam_export(¶ms[1]);
|
||||
jailparam_free(params, 2);
|
||||
...
|
||||
\&...
|
||||
free(hostname);
|
||||
.Ed
|
||||
.Sh ERRORS
|
||||
|
@ -62,7 +62,7 @@ Display the help data for the specified command.
|
||||
.It disk-list
|
||||
Provide a listing of the storage devices detected on this system.
|
||||
.It disk-part Ar disk
|
||||
Queries the specified storage device and returns information about its
|
||||
Queries the specified storage device and returns information about its
|
||||
partitions.
|
||||
.It disk-info Ar disk
|
||||
Returns information about a storage device's size, cylinders, heads, and
|
||||
@ -106,6 +106,7 @@ used by automated install scripts.
|
||||
.It setup-ssh-keys Ar user Ar host Ar port
|
||||
Setup SSH without a password for the target host, user, and port. Used to
|
||||
prompt the user to log into a server before doing a rsync + ssh restore.
|
||||
.El
|
||||
.Sh HISTORY
|
||||
This version of
|
||||
.Nm
|
||||
|
Loading…
x
Reference in New Issue
Block a user