diff options
author | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
commit | 511e378b14868fd06fca565a7db84b7080fdbcb7 (patch) | |
tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/fdc.4 | |
parent | b855a121e272a07bd83ce7b51f776e73d7412cf4 (diff) | |
download | FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz |
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Diffstat (limited to 'share/man/man4/fdc.4')
-rw-r--r-- | share/man/man4/fdc.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index e61a04f..476a71a 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -66,12 +66,12 @@ can be turned off using flags .It Pa /dev/fd* floppy disk device nodes .It Pa /dev/fd*. Ns Ar "<size in kB>" -floppy disk device nodes where the trailing number indicates the floppy -capacity +floppy disk device nodes where the trailing number indicates the floppy +capacity .It Pa /sys/i386/conf/GENERIC -sample generic kernel config file +sample generic kernel config file .It Pa /sys/isa/fd.c -floppy driver source +floppy driver source .El .Sh SEE ALSO .Xr fdformat 1 , |