X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=blobdiff_plain;f=cpmchattr.1;h=d3d95a9456fceef24f37d4ae8f2e1f6e58f61c80;hp=2b64a57a8c7524bd92c47fb98cd21d9ab1f7a849;hb=da79766c5b4c4bae50ddc7bd81b610d3a45c5899;hpb=224b4e6d27a3af235500d9d8028ddbd3a60af7ed diff --git a/cpmchattr.1 b/cpmchattr.1 index 2b64a57..d3d95a9 100644 --- a/cpmchattr.1 +++ b/cpmchattr.1 @@ -1,4 +1,4 @@ -.TH CPMCHATTR 1 "November 26, 2007" "CP/M tools" "User commands" +.TH CPMCHATTR 1 "July 6, 2009" "CP/M tools" "User commands" .SH NAME \"{{{roff}}}\"{{{ cpmchattr \- change file attributes on CP/M files .\"}}} @@ -24,13 +24,18 @@ Set the file attributes as given. .\"}}} .SH "FILE ATTRIBUTES" \"{{{ The file attribute string can contain the characters -1,2,3,4,s,a,N and M. +1,2,3,4,r,s,a,n and m. The meanings of these are: .TP .B 1-4 The CP/M "user attributes" F1-F4. CP/M does not assign any meaning to these attributes, though MP/M does. .TP +.B r +The file is read-only. This is the same as using +.I cpmchmod(1) +to revoke write permissions. +.TP .B s The file is a system file. This attribute can also be set by .I cpmchmod(1). @@ -38,12 +43,12 @@ The file is a system file. This attribute can also be set by .B a The file has been backed up. .TP -.B N -Reset all attributes to zero. So the string "N1r" resets all attributes and +.B n +Reset all attributes to zero. So the string "n1r" resets all attributes and then sets F1 and Read-Only. .TP -.B M -Attributes after an M are unset rather than set. The string "12M34" sets +.B m +Attributes after an m are unset rather than set. The string "12m34" sets atttributes F1 and F2, and unsets F3 and F4. .\"}}} .SH "RETURN VALUE" \"{{{ @@ -56,7 +61,7 @@ Any errors are indicated by exit code 1. ${prefix}/share/diskdefs CP/M disk format definitions .\"}}} .SH AUTHORS \"{{{ -This program is copyright 1997\(en2007 Michael Haardt +This program is copyright 1997\(en2008 Michael Haardt and copyright 2000, 2001 John Elliott . .PP