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

Ed Schouten ed at FreeBSD.org
Fri Jan 8 21:42:00 UTC 2010


Author: ed
Date: Fri Jan  8 21:42:00 2010
New Revision: 201833
URL: http://svn.freebsd.org/changeset/base/201833

Log:
  Remove unneeded `a'.
  
  Spotted by:	brueffer

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:37:16 2010	(r201832)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3	Fri Jan  8 21:42:00 2010	(r201833)
@@ -381,7 +381,7 @@ The
 .Fn setutxdb
 function returns 0 if the user accounting database was opened
 successfully.
-Otherwise, a -1 is returned and the global variable
+Otherwise, -1 is returned and the global variable
 .Va errno
 is set to indicate the error.
 .Sh ERRORS


More information about the svn-src-user mailing list