aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/chmod/chmod.15
-rw-r--r--bin/chmod/chmod.c6
2 files changed, 6 insertions, 5 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index faa1691f411a..c8bf18c5b4f6 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
-.\" $Id: chmod.1,v 1.3 1996/02/16 00:08:53 joerg Exp $
+.\" $Id: chmod.1,v 1.4 1996/08/29 18:05:41 wosch Exp $
.\"
.Dd March 31, 1994
.Dt CHMOD 1
@@ -286,7 +286,8 @@ option for the naughty bits.
.Sh STANDARDS
The
.Nm chmod
-utility is expected to be POSIX 1003.2
+utility is expected to be
+.St -p1003.2
compatible with the exception of the
.Ar perm
symbols
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 9d461b5e0c1c..5de7afc32ca5 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: chmod.c,v 1.4 1995/03/19 13:27:43 joerg Exp $
+ * $Id: chmod.c,v 1.5 1996/08/10 15:05:26 adam Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1989, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
+static char const sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#endif /* not lint */
#include <sys/types.h>