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/kill | |
parent | 20ef2e29634f6cc2efc195e55f5742fd09b832fe (diff) | |
download | src-test-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.tar.gz src-test-9ddb49cbe45441fa3f3a10f6dd355e9956480b5f.zip |
Notes
Diffstat (limited to 'bin/kill')
-rw-r--r-- | bin/kill/kill.1 | 1 | ||||
-rw-r--r-- | bin/kill/kill.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 99d7d3d5af2b6..c38fa024fa72a 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,3 +1,4 @@ +.\"- .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 6f7a8537f6d6a..bb9982e33b51f 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * |