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/sa.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/sa.4')
-rw-r--r-- | share/man/man4/sa.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4 index aedc72c..15970b0 100644 --- a/share/man/man4/sa.4 +++ b/share/man/man4/sa.4 @@ -53,9 +53,9 @@ before a .Tn SCSI sequential access device can be configured. .Sh MOUNT SESSIONS -The +The .Nm -driver is based around the concept of a +driver is based around the concept of a .Dq Em mount session , which is defined as the period between the time that a tape is mounted, and the time when it is unmounted. Any parameters set during @@ -67,7 +67,7 @@ close in several ways. These include: .It Closing a `rewind device', referred to as sub-mode 00 below. -An example is +An example is .Pa /dev/sa0 . .It Using the MTOFFL @@ -88,7 +88,7 @@ Bits 0 and 1 of the minor number are interpreted as The sub-modes differ in the action taken when the device is closed: .Bl -tag -width XXXX .It 00 -A close will rewind the device; if the tape has been +A close will rewind the device; if the tape has been written, then a file mark will be written before the rewind is requested. The device is unmounted. .It 01 @@ -99,18 +99,18 @@ Any further reads or writes will occur directly after the last read, or the written file mark. .It 10 A close will rewind the device. -If the tape has been +If the tape has been written, then a file mark will be written before the rewind is requested. On completion of the rewind an unload command will be issued. The device is unmounted. .El .Sh BLOCKING MODES .Tn SCSI -tapes may run in either +tapes may run in either .Sq Em variable or .Sq Em fixed -block-size modes. Most +block-size modes. Most .Tn QIC Ns -type devices run in fixed block-size mode, where most nine-track tapes and many new cartridge formats allow variable block-size. The difference @@ -118,7 +118,7 @@ between the two is as follows: .Bl -inset .It Variable block-size: Each write made to the device results in a single logical record -written to the tape. One can never read or write +written to the tape. One can never read or write .Em part of a record from tape (though you may request a larger block and read a smaller record); nor can one read multiple blocks. Data from a @@ -192,7 +192,7 @@ Many older .Tn SCSI-1 devices may not work properly with this driver yet. .Pp -Additionally, certain +Additionally, certain tapes (QIC tapes mostly) that were written under .Fx 2.X |