Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/perfused Fix some typos in messages. Make usage mat...
details: https://anonhg.NetBSD.org/src/rev/aeee6671a252
branches: trunk
changeset: 757566:aeee6671a252
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 06 13:15:29 2010 +0000
description:
Fix some typos in messages. Make usage match manpage.
diffstat:
usr.sbin/perfused/perfused.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 6a8daac0f497 -r aeee6671a252 usr.sbin/perfused/perfused.c
--- a/usr.sbin/perfused/perfused.c Mon Sep 06 01:40:24 2010 +0000
+++ b/usr.sbin/perfused/perfused.c Mon Sep 06 13:15:29 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: perfused.c,v 1.5 2010/09/06 01:40:24 manu Exp $ */
+/* $NetBSD: perfused.c,v 1.6 2010/09/06 13:15:29 wiz Exp $ */
/*-
* Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
@@ -205,14 +205,14 @@
* Get peer identity
*/
if (getpeerid(fd, NULL, &pmi.pmi_uid, NULL) != 0)
- DWARNX("Unable to retreive peer identity");
+ DWARNX("Unable to retrieve peer identity");
/*
* Check that peer owns mountpoint and read (and write) on it?
*/
ro_flag = pmi.pmi_mountflags & MNT_RDONLY;
if (access_mount(pmi.pmi_target, pmi.pmi_uid, ro_flag) != 0)
- DERRX(EX_NOPERM, "insuficient privvileges to mount %s",
+ DERRX(EX_NOPERM, "insufficient privileges to mount %s",
pmi.pmi_target);
@@ -343,7 +343,7 @@
foreground = 1;
break;
default:
- DERR(EX_USAGE, "%s [-d level] [-s] [-f] [-i fd]", argv[0]);
+ DERR(EX_USAGE, "%s [-fs] [-d level] [-i fd]", argv[0]);
break;
}
}
- Prev by Date:
[src/trunk]: src/share/misc Add RAS, CAS, VCC, ALE, REST, ONFI
- Next by Date:
[src/trunk]: src More LP64 fixes
- Previous by Thread:
[src/trunk]: src/share/misc Add RAS, CAS, VCC, ALE, REST, ONFI
- Next by Thread:
[src/trunk]: src More LP64 fixes
- Indexes:
Home |
Main Index |
Thread Index |
Old Index