diff options
author | delphij <delphij@FreeBSD.org> | 2012-04-22 07:51:49 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-04-22 07:51:49 +0000 |
commit | 0264d1ea29a4b35914a658ab01ece38e3637f84f (patch) | |
tree | 739ef377926a8bf107879f5c155d9bf68eb81514 /lib/libc/sys | |
parent | 37179aa09ab2fbe597478e385ade3ed8810a01e8 (diff) | |
download | FreeBSD-src-0264d1ea29a4b35914a658ab01ece38e3637f84f.zip FreeBSD-src-0264d1ea29a4b35914a658ab01ece38e3637f84f.tar.gz |
- Use quote when tab is used;
- Follow the same macros used in device driver manual pages.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/setfib.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2 index 2f1b00d..ef561d2 100644 --- a/lib/libc/sys/setfib.2 +++ b/lib/libc/sys/setfib.2 @@ -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 |