svn commit: r287431 - in head/usr.sbin: ctld iscsid

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Sep 3 11:43:57 UTC 2015


Author: trasz
Date: Thu Sep  3 11:43:56 2015
New Revision: 287431
URL: https://svnweb.freebsd.org/changeset/base/287431

Log:
  Use proper term in the ctld(8) and iscsid(8) man pages.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/ctld/ctld.8
  head/usr.sbin/iscsid/iscsid.8

Modified: head/usr.sbin/ctld/ctld.8
==============================================================================
--- head/usr.sbin/ctld/ctld.8	Thu Sep  3 11:42:59 2015	(r287430)
+++ head/usr.sbin/ctld/ctld.8	Thu Sep  3 11:43:56 2015	(r287431)
@@ -80,9 +80,9 @@ The default is
 .Pa /etc/ctl.conf .
 .It Fl d
 Debug mode.
-The server sends verbose debug output to standard error, and does not
+The daemon sends verbose debug output to standard error, and does not
 put itself in the background.
-The server will also not fork and will exit after processing one connection.
+The daemon will also not fork and will exit after processing one connection.
 This option is only intended for debugging the target.
 .El
 .Sh FILES

Modified: head/usr.sbin/iscsid/iscsid.8
==============================================================================
--- head/usr.sbin/iscsid/iscsid.8	Thu Sep  3 11:42:59 2015	(r287430)
+++ head/usr.sbin/iscsid/iscsid.8	Thu Sep  3 11:43:56 2015	(r287431)
@@ -68,9 +68,9 @@ The default location is
 .Pa /var/run/iscsid.pid .
 .It Fl d
 Debug mode.
-The server sends verbose debug output to standard error, and does not
+The daemon sends verbose debug output to standard error, and does not
 put itself in the background.
-The server will also not fork and will exit after processing one connection.
+The daemon will also not fork and will exit after processing one connection.
 This option is only intended for debugging the initiator.
 .It Fl l Ar loglevel
 Specifies debug level.


More information about the svn-src-all mailing list