Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/config pull up rev 1.23 from trunk (requested ...
details: https://anonhg.NetBSD.org/src/rev/8c66260b67d3
branches: netbsd-1-4
changeset: 469460:8c66260b67d3
user: cgd <cgd%NetBSD.org@localhost>
date: Wed Sep 22 03:14:22 1999 +0000
description:
pull up rev 1.23 from trunk (requested by is):
Fix the (English) grammar in a couple of places.
diffstat:
usr.sbin/config/sem.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a3588073a3a9 -r 8c66260b67d3 usr.sbin/config/sem.c
--- a/usr.sbin/config/sem.c Wed Sep 22 03:00:05 1999 +0000
+++ b/usr.sbin/config/sem.c Wed Sep 22 03:14:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sem.c,v 1.22 1998/06/30 03:42:23 jonathan Exp $ */
+/* $NetBSD: sem.c,v 1.22.2.1 1999/09/22 03:14:22 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -856,7 +856,7 @@
break;
}
if (!hit) {
- error("%s's cannot attach to the root", ib->d_name);
+ error("A %s cannot attach to the root", ib->d_name);
goto bad;
}
attr = &errattr; /* a convenient "empty" attr */
@@ -924,7 +924,7 @@
if (onlist(attr->a_devs, ib))
goto findattachment;
}
- error("%s's cannot attach to %s's", ib->d_name, atbuf);
+ error("A %s cannot attach to a %s", ib->d_name, atbuf);
goto bad;
findattachment:
Home |
Main Index |
Thread Index |
Old Index