Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 07:51:50 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234567 - head/lib/libc/sys
Message-ID:  <201204220751.q3M7po6h026283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204220751.q3M7po6h026283>