diff options
author | trasz <trasz@FreeBSD.org> | 2015-09-03 11:43:56 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-09-03 11:43:56 +0000 |
commit | 7a19b70f3371cd956582580868387ea9d5f5e241 (patch) | |
tree | 70d023de79c15c9e89daa80d33e59b34a5dcae47 /usr.sbin/ctld | |
parent | 6534f807e4d070027aef497b4ff9f61291b82b28 (diff) | |
download | FreeBSD-src-7a19b70f3371cd956582580868387ea9d5f5e241.zip FreeBSD-src-7a19b70f3371cd956582580868387ea9d5f5e241.tar.gz |
Use proper term in the ctld(8) and iscsid(8) man pages.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld')
-rw-r--r-- | usr.sbin/ctld/ctld.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctld/ctld.8 b/usr.sbin/ctld/ctld.8 index b3bea16..7ebb269 100644 --- a/usr.sbin/ctld/ctld.8 +++ b/usr.sbin/ctld/ctld.8 @@ -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 |