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

Ed Schouten ed at FreeBSD.org
Fri Jan 8 18:29:05 UTC 2010


Author: ed
Date: Fri Jan  8 18:29:04 2010
New Revision: 201812
URL: http://svn.freebsd.org/changeset/base/201812

Log:
  Fix a small typo. Indentifies -> Identifies.
  
  Spotted by:	Alexander Schrijver <alexander schrijver gmail com>

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 17:49:24 2010	(r201811)
+++ user/ed/utmpx/lib/libc/gen/getutxent.3	Fri Jan  8 18:29:04 2010	(r201812)
@@ -113,7 +113,7 @@ No valid user accounting information.
 .It Dv BOOT_TIME
 Identifies time of system boot.
 .It Dv SHUTDOWN_TIME
-Indentifies time of system shutdown.
+Identifies time of system shutdown.
 .It Dv OLD_TIME
 Identifies time when system clock changed.
 .It Dv NEW_TIME


More information about the svn-src-user mailing list