Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 02:45:23 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r286759 - in stable/10: sys/geom/raid usr.bin/wc
Message-ID:  <201508140245.t7E2jN6A086851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508140245.t7E2jN6A086851>