diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-07-21 05:02:39 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-07-21 05:02:39 +0000 |
commit | a87b82ead9cf3b765802354b612d75bf00a7433a (patch) | |
tree | ab41c636fe0279f883f615efc63c8337889c55c2 /share/man/man4/tx.4 | |
parent | 94b830287cf71640bf0e3aef7f2230910bf45a7d (diff) | |
download | FreeBSD-src-a87b82ead9cf3b765802354b612d75bf00a7433a.zip FreeBSD-src-a87b82ead9cf3b765802354b612d75bf00a7433a.tar.gz |
Break long lines and kill a few instances of EOL whitespace.
Noticed by: ru
Diffstat (limited to 'share/man/man4/tx.4')
-rw-r--r-- | share/man/man4/tx.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index f918183..8cb3a30 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -34,7 +34,8 @@ .Sh SYNOPSIS To compile support for the .Nm -driver into your kernel, place the following lines in your kernel configuration file: +driver into your kernel, place the following lines in your +kernel configuration file: .Bd -ragged -offset indent .Cd "device miibus" .Cd "device tx" |