Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2010 12:39:49 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213572 - in head: lib/libjail usr.sbin/pc-sysinstall/pc-sysinstall
Message-ID:  <201010081239.o98Cdn8C093505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Fri Oct  8 12:39:49 2010
New Revision: 213572
URL: http://svn.freebsd.org/changeset/base/213572

Log:
  mdoc: fix manlint warnings by unbreaking mdoc syntax

Modified:
  head/lib/libjail/jail.3
  head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8

Modified: head/lib/libjail/jail.3
==============================================================================
--- head/lib/libjail/jail.3	Fri Oct  8 12:39:05 2010	(r213571)
+++ head/lib/libjail/jail.3	Fri Oct  8 12:39:49 2010	(r213572)
@@ -248,7 +248,7 @@ jailparam_init(&params[1], "host.hostnam
 jailparam_get(params, 2, 0);
 hostname = jailparam_export(&params[1]);
 jailparam_free(params, 2);
-...
+\&...
 free(hostname);
 .Ed
 .Sh ERRORS

Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8
==============================================================================
--- head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8	Fri Oct  8 12:39:05 2010	(r213571)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8	Fri Oct  8 12:39:49 2010	(r213572)
@@ -62,7 +62,7 @@ Display the help data for the specified 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010081239.o98Cdn8C093505>