From 7558f6b4f393bba0bb7774274e201ae91731f960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Fri, 8 Oct 2010 12:39:49 +0000 Subject: [PATCH] mdoc: fix manlint warnings by unbreaking mdoc syntax --- lib/libjail/jail.3 | 2 +- usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libjail/jail.3 b/lib/libjail/jail.3 index ee80e014d18f..3e099314ff30 100644 --- a/lib/libjail/jail.3 +++ b/lib/libjail/jail.3 @@ -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 diff --git a/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 b/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 index 2a37292fcdbe..a015c8286ed7 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