X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmchattr.1;h=3ce7e5fe54b43e80228ac7cf5cd6e68e57cba1c0;hb=ae6afc9c938629be449e04c2bb1813ea63941307;hp=2b64a57a8c7524bd92c47fb98cd21d9ab1f7a849;hpb=975c05c916276c70d34b5aa14e5f0faca1ae013d;p=debian%2Fcpmtools diff --git a/cpmchattr.1 b/cpmchattr.1 index 2b64a57..3ce7e5f 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 "December 20, 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\(en2009 Michael Haardt and copyright 2000, 2001 John Elliott . .PP