svn commit: r286759 - in stable/10: sys/geom/raid usr.bin/wc
Pedro F. Giffuni
pfg at FreeBSD.org
Fri Aug 14 02:45:24 UTC 2015
Author: pfg
Date: Fri Aug 14 02:45:22 2015
New Revision: 286759
URL: https://svnweb.freebsd.org/changeset/base/286759
Log:
MFC r286615:
Clean up some externally visible "more then" occurences
Modified:
stable/10/sys/geom/raid/md_intel.c
stable/10/sys/geom/raid/md_jmicron.c
stable/10/sys/geom/raid/md_nvidia.c
stable/10/sys/geom/raid/md_sii.c
stable/10/usr.bin/wc/wc.1
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/geom/raid/md_intel.c
==============================================================================
--- stable/10/sys/geom/raid/md_intel.c Fri Aug 14 02:25:45 2015 (r286758)
+++ stable/10/sys/geom/raid/md_intel.c Fri Aug 14 02:45:22 2015 (r286759)
@@ -991,7 +991,7 @@ nofit:
if (olddisk == NULL)
panic("No disk at position %d!", disk_pos);
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
- G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
+ G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
disk_pos);
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
return (0);
Modified: stable/10/sys/geom/raid/md_jmicron.c
==============================================================================
--- stable/10/sys/geom/raid/md_jmicron.c Fri Aug 14 02:25:45 2015 (r286758)
+++ stable/10/sys/geom/raid/md_jmicron.c Fri Aug 14 02:45:22 2015 (r286759)
@@ -494,7 +494,7 @@ nofit:
if (olddisk == NULL)
panic("No disk at position %d!", disk_pos);
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
- G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
+ G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
disk_pos);
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
return (0);
Modified: stable/10/sys/geom/raid/md_nvidia.c
==============================================================================
--- stable/10/sys/geom/raid/md_nvidia.c Fri Aug 14 02:25:45 2015 (r286758)
+++ stable/10/sys/geom/raid/md_nvidia.c Fri Aug 14 02:45:22 2015 (r286759)
@@ -498,7 +498,7 @@ nofit:
if (olddisk == NULL)
panic("No disk at position %d!", disk_pos);
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
- G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
+ G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
disk_pos);
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
return (0);
Modified: stable/10/sys/geom/raid/md_sii.c
==============================================================================
--- stable/10/sys/geom/raid/md_sii.c Fri Aug 14 02:25:45 2015 (r286758)
+++ stable/10/sys/geom/raid/md_sii.c Fri Aug 14 02:45:22 2015 (r286759)
@@ -549,7 +549,7 @@ nofit:
if (olddisk == NULL)
panic("No disk at position %d!", disk_pos);
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
- G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
+ G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
disk_pos);
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
return (0);
Modified: stable/10/usr.bin/wc/wc.1
==============================================================================
--- stable/10/usr.bin/wc/wc.1 Fri Aug 14 02:25:45 2015 (r286758)
+++ stable/10/usr.bin/wc/wc.1 Fri Aug 14 02:45:22 2015 (r286759)
@@ -31,7 +31,7 @@
.\" @(#)wc.1 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd December 6, 2008
+.Dd August 24, 2015
.Dt WC 1
.Os
.Sh NAME
@@ -70,7 +70,7 @@ The following options are available:
.It Fl L
The number of characters in the longest input line
is written to the standard output.
-When more then one
+When more than one
.Ar file
argument is specified, the longest input line of
.Em all
More information about the svn-src-stable
mailing list