svn commit: r234567 - head/lib/libc/sys

Xin LI delphij at FreeBSD.org
Sun Apr 22 07:51:50 UTC 2012


Author: delphij
Date: Sun Apr 22 07:51:49 2012
New Revision: 234567
URL: http://svn.freebsd.org/changeset/base/234567

Log:
   - Use quote when tab is used;
   - Follow the same macros used in device driver manual pages.

Modified:
  head/lib/libc/sys/setfib.2

Modified: head/lib/libc/sys/setfib.2
==============================================================================
--- head/lib/libc/sys/setfib.2	Sun Apr 22 07:50:24 2012	(r234566)
+++ head/lib/libc/sys/setfib.2	Sun Apr 22 07:51:49 2012	(r234567)
@@ -51,8 +51,9 @@ may be retrieved by the
 .Va net.fibs
 sysctl.
 The system maximum is set in the kernel configuration file with
-.Pp
-.Dl options	ROUTETABLES= Ns Em N
+.Bd -ragged -offset indent
+.Cd "options	ROUTETABLES=" Ns Em N
+.Ed
 .Pp
 or in
 .Pa /boot/loader.conf


More information about the svn-src-head mailing list