svn commit: r268729 - stable/9/sbin/geom/class/eli

Warren Block wblock at FreeBSD.org
Wed Jul 16 00:34:21 UTC 2014


Author: wblock (doc committer)
Date: Wed Jul 16 00:34:20 2014
New Revision: 268729
URL: http://svnweb.freebsd.org/changeset/base/268729

Log:
  MFC r267617:
  
  Fix spelling, typos, missing articles, contractions.  Expanded version
  of patch supplied with PR.

Modified:
  stable/9/sbin/geom/class/eli/geli.8
Directory Properties:
  stable/9/sbin/geom/class/eli/   (props changed)

Modified: stable/9/sbin/geom/class/eli/geli.8
==============================================================================
--- stable/9/sbin/geom/class/eli/geli.8	Wed Jul 16 00:12:57 2014	(r268728)
+++ stable/9/sbin/geom/class/eli/geli.8	Wed Jul 16 00:34:20 2014	(r268729)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 1, 2013
+.Dd June 18, 2014
 .Dt GELI 8
 .Os
 .Sh NAME
@@ -560,9 +560,9 @@ devices.
 .El
 .It Cm resume
 Resume previously suspended device.
-The caller must ensure that executing this subcommand won't try to access
-suspended device, which will lead to a deadlock.
-For example suspending device, which contains file system where the
+The caller must ensure that executing this subcommand does not access the
+suspended device, leading to a deadlock.
+For example suspending a device which contains the file system where the
 .Nm
 utility is stored is bad idea.
 .Pp


More information about the svn-src-all mailing list