svn commit: r201831 - user/ed/utmpx/lib/libc/gen

Ed Schouten ed at FreeBSD.org
Fri Jan 8 21:35:03 UTC 2010


Author: ed
Date: Fri Jan  8 21:35:03 2010
New Revision: 201831
URL: http://svn.freebsd.org/changeset/base/201831

Log:
  Make this sentence a bit easier to read.
  
  Spotted by:	Bram Geron <bgeron stack nl>

Modified:
  user/ed/utmpx/lib/libc/gen/getutxent.3

Modified: user/ed/utmpx/lib/libc/gen/getutxent.3
==============================================================================
--- user/ed/utmpx/lib/libc/gen/getutxent.3	Fri Jan  8 21:32:04 2010	(r201830)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3	Fri Jan  8 21:35:03 2010	(r201831)
@@ -340,7 +340,7 @@ will cause all entries in
 .Pa /var/run/utx.active
 to be discarded.
 .Pp
-All entries whose type has not been previously mentioned, are discarded
+All entries whose type has not been mentioned previously, are discarded
 by this implementation of
 .Fn pututxline .
 .Sh RETURN VALUES


More information about the svn-src-user mailing list