diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
commit | 1ef5fe44d364187e492b6a152c0176186161b44f (patch) | |
tree | bc9e037fdf2ed91d8f914cfe43bade2553a869c2 /usr.sbin/config/config.8 | |
parent | 0b5862156580ae2abf520982aca1e1085730d500 (diff) | |
download | FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.zip FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.tar.gz |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Diffstat (limited to 'usr.sbin/config/config.8')
-rw-r--r-- | usr.sbin/config/config.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8 index 03cffb4..784b06b 100644 --- a/usr.sbin/config/config.8 +++ b/usr.sbin/config/config.8 @@ -86,7 +86,7 @@ Configure a system for debugging. .It Fl x Ar kernel Print kernel configuration file embedded into a kernel file. -This option makes sense only if +This option makes sense only if .Cd "options INCLUDE_CONFIG_FILE" entry was present in your configuration file. .It Fl p @@ -246,7 +246,7 @@ The utility appeared in .Bx 4.1 . .Pp -Before support for +Before support for .Fl x was introduced, .Cd "options INCLUDE_CONFIG_FILE" @@ -255,7 +255,7 @@ the new kernel. This meant that .Xr strings 1 could be used to extract it from a kernel: -to extract the configuration information, you had to use +to extract the configuration information, you had to use the command: .Pp .Dl "strings -n 3 kernel | sed -n 's/^___//p'" |