4.4BSD/usr/src/share/man/man3f/chmod.3

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1983, 1993
.\"	The Regents of the University of California.  All rights reserved.
.\"
.\" This module is believed to contain source code proprietary to AT&T.
.\" Use and redistribution is subject to the Berkeley Software License
.\" Agreement and your Software Agreement with AT&T (Western Electric).
.\"
.\"	@(#)chmod.3	8.1 (Berkeley) 6/5/93
.\"
.TH CHMOD 3F "June 5, 1993"
.UC 5
.SH NAME
chmod \- change mode of a file
.SH SYNOPSIS
.B integer function chmod (name, mode)
.br
.B character*(*) name, mode
.SH DESCRIPTION
This function changes the filesystem
.I mode
of file
.IR name .
.I Mode
can be any specification recognized by
.IR chmod (1).
.I Name
must be a single pathname.
.PP
The normal returned value is 0.
Any other value will be a system error number.
.SH FILES
.ie \nM /usr/ucb/lib/libU77.a
.el /usr/lib/libU77.a
.br
/bin/chmod		exec'ed to change the mode.
.SH "SEE ALSO"
chmod(1)
.SH BUGS
Pathnames can be no longer than MAXPATHLEN as defined in
.RI < sys/param.h >.