diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:47:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:47:18 +0000 |
commit | c400b589fa7a9e8737851a28c10c9412e8618d9c (patch) | |
tree | 3014bd0c73bfad63e6e62b9a94ef90c9cb2623f4 /bin/chmod | |
parent | e9bf2211646b7f1e48658646eb8b7ad6fbae0012 (diff) |
Insert some missing commas.
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chflags.1 | 4 | ||||
-rw-r--r-- | bin/chmod/chgrp.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 89e27dea94a..89733f093bb 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.1 2000/07/19 19:42:31 mickey Exp $ +.\" $OpenBSD: chflags.1,v 1.2 2000/11/09 23:47:14 aaron Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -127,7 +127,7 @@ option is set, on a symbolic link always succeeds and has no effect. The .Fl H , -.Fl L +.Fl L , and .Fl P options are ignored unless the diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index 445e6bd4eea..25bdd0b0718 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.1 2000/06/09 16:26:51 mickey Exp $ +.\" $OpenBSD: chgrp.1,v 1.2 2000/11/09 23:47:15 aaron Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ options are mutually exclusive. .Pp The .Fl H , -.Fl L +.Fl L , and .Fl P options are ignored unless the |