Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 12:49:25 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276659 - in head: lib/libc/iconv sbin/camcontrol sbin/hastd
Message-ID:  <201501041249.t04CnPZ7013137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Sun Jan  4 12:49:24 2015
New Revision: 276659
URL: https://svnweb.freebsd.org/changeset/base/276659

Log:
  mdoc: paragraph improvements.

Modified:
  head/lib/libc/iconv/iconv.3
  head/sbin/camcontrol/camcontrol.8
  head/sbin/hastd/hast.conf.5

Modified: head/lib/libc/iconv/iconv.3
==============================================================================
--- head/lib/libc/iconv/iconv.3	Sun Jan  4 12:42:08 2015	(r276658)
+++ head/lib/libc/iconv/iconv.3	Sun Jan  4 12:49:24 2015	(r276659)
@@ -176,8 +176,8 @@ may be
 .Dv NULL .
 In this case, the shift sequence for the destination switching
 to the initial state is discarded.
-.Pp
 .El
+.Pp
 The
 .Fn __iconv
 function works just like

Modified: head/sbin/camcontrol/camcontrol.8
==============================================================================
--- head/sbin/camcontrol/camcontrol.8	Sun Jan  4 12:42:08 2015	(r276658)
+++ head/sbin/camcontrol/camcontrol.8	Sun Jan  4 12:49:24 2015	(r276659)
@@ -1364,8 +1364,8 @@ Defaults to
 Confirm yes to dangerous options such as
 .Fl e
 without prompting for confirmation.
-.Pp
 .El
+.Pp
 If the password specified for any action commands does not match the configured
 password for the specified user the command will fail.
 .Pp
@@ -1434,8 +1434,8 @@ additional unlock calls until after a po
 Confirm yes to dangerous options such as
 .Fl e
 without prompting for confirmation
-.Pp
 .El
+.Pp
 The password for all HPA commands is limited to 32 characters, longer passwords
 will fail.
 .It Ic fwdownload
@@ -1924,7 +1924,6 @@ power-on or hardware reset!
 .Pp
 .Em DO NOT
 use this on a device which has an active filesystem!
-.Pp
 .Bd -literal -offset indent
 camcontrol persist da0 -v -i read_keys
 .Ed

Modified: head/sbin/hastd/hast.conf.5
==============================================================================
--- head/sbin/hastd/hast.conf.5	Sun Jan  4 12:42:08 2015	(r276658)
+++ head/sbin/hastd/hast.conf.5	Sun Jan  4 12:49:24 2015	(r276659)
@@ -270,39 +270,33 @@ program is executed with:
 .It Ic "<path> role <resource> <oldrole> <newrole>"
 .Pp
 Executed on both primary and secondary nodes when resource role is changed.
-.Pp
 .It Ic "<path> connect <resource>"
 .Pp
 Executed on both primary and secondary nodes when connection for the given
 resource between the nodes is established.
-.Pp
 .It Ic "<path> disconnect <resource>"
 .Pp
 Executed on both primary and secondary nodes when connection for the given
 resource between the nodes is lost.
-.Pp
 .It Ic "<path> syncstart <resource>"
 .Pp
 Executed on primary node when synchronization process of secondary node is
 started.
-.Pp
 .It Ic "<path> syncdone <resource>"
 .Pp
 Executed on primary node when synchronization process of secondary node is
 completed successfully.
-.Pp
 .It Ic "<path> syncintr <resource>"
 .Pp
 Executed on primary node when synchronization process of secondary node is
 interrupted, most likely due to secondary node outage or connection failure
 between the nodes.
-.Pp
 .It Ic "<path> split-brain <resource>"
 .Pp
 Executed on both primary and secondary nodes when split-brain condition is
 detected.
-.Pp
 .El
+.Pp
 The
 .Aq path
 argument should contain full path to executable program.
@@ -330,7 +324,6 @@ It can be one of:
 .Ar init ,
 .Ar secondary ,
 .Ar primary .
-.Pp
 .It Ic metaflush on | off
 .Pp
 When set to
@@ -349,7 +342,6 @@ will disable
 automatically.
 The default value is
 .Va on .
-.Pp
 .It Ic name Aq name
 .Pp
 GEOM provider name that will appear as



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