diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-28 17:25:04 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-28 17:25:04 +0900 |
commit | c76209ab46d4c2a897e77d2d78a8b43f1b14a89d (patch) | |
tree | bdbe48dc69eaf973291918a5f599072c950b61f7 /mtools.texi | |
parent | a740e9d2034a23bca23095dc3508bc8b6e4e55cf (diff) | |
download | mtools-c76209ab46d4c2a897e77d2d78a8b43f1b14a89d.tar.gz mtools-c76209ab46d4c2a897e77d2d78a8b43f1b14a89d.tar.bz2 mtools-c76209ab46d4c2a897e77d2d78a8b43f1b14a89d.zip |
Imported Upstream version 4.0.38upstream/4.0.38
Diffstat (limited to 'mtools.texi')
-rw-r--r-- | mtools.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mtools.texi b/mtools.texi index 7b3dca5..00ce880 100644 --- a/mtools.texi +++ b/mtools.texi @@ -1216,7 +1216,7 @@ description of those. @menu * floppyd:: floppy daemon to run on your X server box * floppyd_installtest:: small utility to check for the presence of floppyd -* mattrib:: change MS-DOS file attribute flags +* mattrib:: change MS-DOS file attribute bits * mbadblocks:: tests a floppy disk, and marks the bad blocks in the FAT * mcat:: same as cat. Only useful with floppyd. * mcd:: change MS-DOS directory @@ -1401,14 +1401,14 @@ The connect-String has the format described in the floppyd-section: @cindex System files @cindex Archive bit -@code{Mattrib} is used to change MS-DOS file attribute flags. It has the +@code{Mattrib} is used to change MS-DOS file attribute bits. It has the following syntax: @code{mattrib} [@code{-a|+a}] [@code{-h|+h}] [@code{-r|+r}] [@code{-s|+s}] [@code{-/}] [@code{-p}] [@code{-X}] @var{msdosfile} [ @var{msdosfiles} @dots{} ] -@code{Mattrib} adds attribute flags to an MS-DOS file (with the -`@code{+}' operator) or remove attribute flags (with the `@code{-}' +@code{Mattrib} adds attribute bits to an MS-DOS file (with the +`@code{+}' operator) or remove attribute bits (with the `@code{-}' operator). @code{Mattrib} supports the following attribute bits: |