Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/edlabel standarize -> standardize. From Thomas Klausner.
details: https://anonhg.NetBSD.org/src/rev/f572afe8131f
branches: trunk
changeset: 495775:f572afe8131f
user: leo <leo%NetBSD.org@localhost>
date: Sat Aug 05 19:09:37 2000 +0000
description:
standarize -> standardize. From Thomas Klausner.
diffstat:
sbin/edlabel/edlabel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b55e76af8e87 -r f572afe8131f sbin/edlabel/edlabel.c
--- a/sbin/edlabel/edlabel.c Sat Aug 05 17:41:15 2000 +0000
+++ b/sbin/edlabel/edlabel.c Sat Aug 05 19:09:37 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: edlabel.c,v 1.8 2000/08/03 20:05:48 leo Exp $ */
+/* $NetBSD: edlabel.c,v 1.9 2000/08/05 19:09:37 leo Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@@ -460,7 +460,7 @@
scsi_fict = 1;
printf(modify_cmds, 'a' + maxpartitions - 1,
- scsi_fict ? " s : standarize geometry\n" : "");
+ scsi_fict ? " s : standardize geometry\n" : "");
for (;;) {
printf("edlabel/modify> ");
fflush(stdout);
@@ -483,7 +483,7 @@
if ((c < 'a') || (c > 'q')) {
printf("bad input. ");
printf(modify_cmds, 'a' + maxpartitions - 1,
- scsi_fict ? " s : standarize geometry\n" : "");
+ scsi_fict ? " s : standardize geometry\n" : "");
continue;
}
edit_partition(dl, c - 'a', 1);
Home |
Main Index |
Thread Index |
Old Index