Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ipcs fix a printf.



details:   https://anonhg.NetBSD.org/src/rev/5dc6827db5da
branches:  trunk
changeset: 536732:5dc6827db5da
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Sep 21 04:30:42 2002 +0000

description:
fix a printf.

diffstat:

 usr.bin/ipcs/ipcs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea2a533ddc06 -r 5dc6827db5da usr.bin/ipcs/ipcs.c
--- a/usr.bin/ipcs/ipcs.c       Sat Sep 21 04:12:35 2002 +0000
+++ b/usr.bin/ipcs/ipcs.c       Sat Sep 21 04:30:42 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipcs.c,v 1.27 2002/05/21 01:10:06 simonb Exp $ */
+/*     $NetBSD: ipcs.c,v 1.28 2002/09/21 04:30:42 chs Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -603,7 +603,7 @@
        }
        if (!valid) {
                fprintf(stderr,
-                   "SVID shared memory facility not configured in the system\n");
+                   "SVID semaphores facility not configured in the system\n");
                return;
        }
 



Home | Main Index | Thread Index | Old Index