svn commit: r337378 - head/share/man/man8

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 6 11:45:29 UTC 2018


Author: 0mp (ports committer)
Date: Mon Aug  6 11:45:28 2018
New Revision: 337378
URL: https://svnweb.freebsd.org/changeset/base/337378

Log:
  Fix "mandoc -Tlint" warnings.
  
  Reviewed by:	bcr
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15580

Modified:
  head/share/man/man8/rc.subr.8

Modified: head/share/man/man8/rc.subr.8
==============================================================================
--- head/share/man/man8/rc.subr.8	Mon Aug  6 11:38:55 2018	(r337377)
+++ head/share/man/man8/rc.subr.8	Mon Aug  6 11:45:28 2018	(r337378)
@@ -419,7 +419,7 @@ and errors about usage of services that are not enable
 .Xr rc.conf 5 .
 This prefix also sets
 .Va rc_quiet Ns = Ns Li YES .
-.Em Please, note:
+.Em Please, note\&:
 .Va rc_quiet
 is not intended to completely mask all debug and warning messages,
 but only certain small classes of them.
@@ -506,7 +506,7 @@ This is done after invoking the commands from
 so that the missing modules are not loaded in vain
 if the preliminary commands indicate a error condition.
 A word in the list can have an optional
-.Dq Li : Ns Ar modname
+.Dq Li \&: Ns Ar modname
 or
 .Dq Li ~ Ns Ar pattern
 suffix.


More information about the svn-src-head mailing list