diff options
author | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 041d1287e88250bf06ad159c6c696bd653a77957 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /usr.sbin/burncd | |
parent | 719bf117173e17f5286b995c031a11d553149e50 (diff) | |
download | FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz |
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.sbin/burncd')
-rw-r--r-- | usr.sbin/burncd/burncd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 7c251b3..b280202 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -87,7 +87,7 @@ Show the first LBA of the last track on the media and the next writeable address on the media for use with the .Xr mkisofs 8 Ns 's .Fl C -switch when adding additional data to ISO filesystems with extra sessions. +switch when adding additional data to ISO file systems with extra sessions. .It Cm blank Blank a CD-RW medium. This uses the fast blanking method, so data are not physically overwritten, @@ -175,11 +175,11 @@ The typical usage for burning from a compressed image file on stdin: .Dl "gunzip -c file.iso.gz | burncd -f /dev/acd0c data - fixate" .Pp In the examples above, the files burned to data CD-Rs are assumed to -be ISO9660 filesystems. +be ISO9660 file systems. .Xr mkisofs 8 , available in the .Fx -Ports Collection, is commonly used to create ISO9660 filesystem images +Ports Collection, is commonly used to create ISO9660 file system images from a given directory tree. .Sh BUGS Probably, please report when found. |