Date: Fri, 01 Jun 2001 19:22:10 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: taupin Message-Id: <8011-Fri01Jun2001192208+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3B17A982.5D9BC569@lps.u-psud.fr> (message from taupin on Fri, 01 Jun 2001 16:41:06 +0200) Subject: Re: Changing file protections References: <3B17629C DOT B7A62B67 AT lps DOT u-psud DOT fr> <2593-Fri01Jun2001140424+0300-eliz AT is DOT elta DOT co DOT il> <3B17A982 DOT 5D9BC569 AT lps DOT u-psud DOT fr> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 01 Jun 2001 16:41:06 +0200 > From: taupin > > > > Sorry, I didn't realize you were asking about a C function. The DJGPP > > library function `_chmod' supports all DOS attributes, including those > > you mentioned (read-only, hidden, and system). > > Is there a DOC about that. info _chmod gives nothing... The manual is calle ``libc'', not ``_chmod''. Thus: info libc alpha _chmod should land you in the right section.