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
This commit is contained in:
Sevan Janiyan 2016-10-05 20:04:36 +00:00
parent c3eed03d15
commit 2c71b83533

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 14, 2014 .Dd October 5, 2016
.Dt DEVD 8 .Dt DEVD 8
.Os .Os
.Sh NAME .Sh NAME
@ -62,7 +62,8 @@ The default connection limit is 10.
Do not process all pending events before becoming a daemon. Do not process all pending events before becoming a daemon.
Instead, call daemon right away. Instead, call daemon right away.
.It Fl q .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 .El
.Sh IMPLEMENTATION NOTES .Sh IMPLEMENTATION NOTES
The The
@ -153,5 +154,10 @@ A deprecated socket retained for use with old clients.
.Sh SEE ALSO .Sh SEE ALSO
.Xr devctl 4 , .Xr devctl 4 ,
.Xr devd.conf 5 .Xr devd.conf 5
.Sh HISTORY
The
.Nm
utility first appeared in
.Fx 5.0 .
.Sh AUTHORS .Sh AUTHORS
.An M. Warner Losh .An M. Warner Losh