svn commit: r306727 - head/sbin/devd

Sevan Janiyan sevan at FreeBSD.org
Wed Oct 5 20:04:37 UTC 2016


Author: sevan (doc committer)
Date: Wed Oct  5 20:04:36 2016
New Revision: 306727
URL: https://svnweb.freebsd.org/changeset/base/306727

Log:
  Add history section for devd(8)
  Move sentence to a new line as advised by igor
  
  PR:		212439
  Approved by:	bcr (mentor)
  MFC after:	5 days
  Differential Revision:	https://reviews.freebsd.org/D8104

Modified:
  head/sbin/devd/devd.8

Modified: head/sbin/devd/devd.8
==============================================================================
--- head/sbin/devd/devd.8	Wed Oct  5 20:02:34 2016	(r306726)
+++ head/sbin/devd/devd.8	Wed Oct  5 20:04:36 2016	(r306727)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 14, 2014
+.Dd October 5, 2016
 .Dt DEVD 8
 .Os
 .Sh NAME
@@ -62,7 +62,8 @@ The default connection limit is 10.
 Do not process all pending events before becoming a daemon.
 Instead, call daemon right away.
 .It Fl q
-Quiet mode.  Only log messages at priority LOG_WARNING or above.
+Quiet mode.
+Only log messages at priority LOG_WARNING or above.
 .El
 .Sh IMPLEMENTATION NOTES
 The
@@ -153,5 +154,10 @@ A deprecated socket retained for use wit
 .Sh SEE ALSO
 .Xr devctl 4 ,
 .Xr devd.conf 5
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 5.0 .
 .Sh AUTHORS
 .An M. Warner Losh


More information about the svn-src-head mailing list