diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-10 08:39:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-10 08:39:26 +0000 |
| commit | 9ddb49cbe45441fa3f3a10f6dd355e9956480b5f (patch) | |
| tree | 7dca27c9a790badf045197bb573b3e53ba372480 /bin/chflags | |
| parent | 20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff) | |
Notes
Diffstat (limited to 'bin/chflags')
| -rw-r--r-- | bin/chflags/chflags.1 | 1 | ||||
| -rw-r--r-- | bin/chflags/chflags.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 1ecd43f907b4..68242c0332af 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -1,3 +1,4 @@ +.\"- .\" Copyright (c) 1989, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/bin/chflags/chflags.c b/bin/chflags/chflags.c index 1c71590fe5ca..18c3cf6ecae0 100644 --- a/bin/chflags/chflags.c +++ b/bin/chflags/chflags.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. * |
