Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ipcrm Added missing ``"''. From PR 8278 by <seebs@pl...
details: https://anonhg.NetBSD.org/src/rev/75e641db1905
branches: trunk
changeset: 475809:75e641db1905
user: hwr <hwr%NetBSD.org@localhost>
date: Thu Aug 26 07:18:10 1999 +0000
description:
Added missing ``"''. From PR 8278 by <seebs%plethora.net@localhost>.
diffstat:
usr.bin/ipcrm/ipcrm.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e4d744e63e09 -r 75e641db1905 usr.bin/ipcrm/ipcrm.c
--- a/usr.bin/ipcrm/ipcrm.c Thu Aug 26 06:37:42 1999 +0000
+++ b/usr.bin/ipcrm/ipcrm.c Thu Aug 26 07:18:10 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipcrm.c,v 1.10 1999/08/25 05:15:39 thorpej Exp $ */
+/* $NetBSD: ipcrm.c,v 1.11 1999/08/26 07:18:10 hwr Exp $ */
/*
* Copyright (c) 1994 Adam Glass
@@ -171,7 +171,7 @@
IPC_TO_STR(c), (long) target_key);
else
warnx("%ss are not configured "
- in the running kernel",
+ "in the running kernel",
IPC_TO_STRING(c));
}
break;
Home |
Main Index |
Thread Index |
Old Index