summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libjail/jail.32
-rw-r--r--usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.83
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libjail/jail.3 b/lib/libjail/jail.3
index ee80e01..3e09931 100644
--- a/lib/libjail/jail.3
+++ b/lib/libjail/jail.3
@@ -248,7 +248,7 @@ jailparam_init(&params[1], "host.hostname");
jailparam_get(params, 2, 0);
hostname = jailparam_export(&params[1]);
jailparam_free(params, 2);
-...
+\&...
free(hostname);
.Ed
.Sh ERRORS
diff --git a/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 b/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8
index 2a37292..a015c82 100644
--- a/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8
+++ b/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8
@@ -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
OpenPOWER on IntegriCloud