aboutsummaryrefslogtreecommitdiff
path: root/bin/kill/kill.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:47:35 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-05-13 07:47:35 +0000
commit61c9c5ebeee2ce8f914ca791989dbb7d6b8771c7 (patch)
treec2c0563d1dbcb87a5651a190dd376ad8ad56047e /bin/kill/kill.c
parent15638d89b50e3c51b48130cbd86c2947cd1e38c0 (diff)
downloadsrc-61c9c5ebeee2ce8f914ca791989dbb7d6b8771c7.tar.gz
src-61c9c5ebeee2ce8f914ca791989dbb7d6b8771c7.zip
Correct use of .Nm. Add rcsid.
Notes
Notes: svn path=/head/; revision=36012
Diffstat (limited to 'bin/kill/kill.c')
-rw-r--r--bin/kill/kill.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/kill/kill.c b/bin/kill/kill.c
index 9ea3cb8fd75f..e0ad9405ae11 100644
--- a/bin/kill/kill.c
+++ b/bin/kill/kill.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: kill.c,v 1.8 1997/06/06 06:36:20 charnier Exp $
*/
#ifndef lint
@@ -40,7 +38,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95";
+#if 0
+static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <ctype.h>