diff options
author | joel <joel@FreeBSD.org> | 2012-05-14 16:25:17 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-14 16:25:17 +0000 |
commit | ec1de9262db190b7356128f7e8fc6326910a02f3 (patch) | |
tree | cf7620704eb652796f3a355b416cb45270820325 /share/man/man4/gre.4 | |
parent | f2a3e3a59495487d1cfe84e23aae790cd03852c4 (diff) | |
download | FreeBSD-src-ec1de9262db190b7356128f7e8fc6326910a02f3.zip FreeBSD-src-ec1de9262db190b7356128f7e8fc6326910a02f3.tar.gz |
mdoc: Avoid playing tricks with Ns: If Nm is present in the SYNOPSIS section,
it will be output on its own line. Ns cancels this effect however. This change
is also consistent with the rest of our manual pages.
Diffstat (limited to 'share/man/man4/gre.4')
-rw-r--r-- | share/man/man4/gre.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 827c93e..da33fd3 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -37,16 +37,14 @@ .Nd encapsulating network device .Sh SYNOPSIS To compile the -.Ns Nm -device into the kernel, place the following line in the kernel +driver into the kernel, place the following line in the kernel configuration file: .Bd -ragged -offset indent .Cd "device gre" .Ed .Pp Alternatively, to load the -.Ns Nm -device as a module at boot time, place the following line in +driver as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent if_gre_load="YES" |