svn commit: r283970 - head/lib/libutil

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 3 22:01:14 UTC 2015


Author: bapt
Date: Wed Jun  3 22:01:13 2015
New Revision: 283970
URL: https://svnweb.freebsd.org/changeset/base/283970

Log:
  Capitalize the list of accepted variables
  
  Suggested by:	wblock

Modified:
  head/lib/libutil/pw_util.3

Modified: head/lib/libutil/pw_util.3
==============================================================================
--- head/lib/libutil/pw_util.3	Wed Jun  3 20:48:28 2015	(r283969)
+++ head/lib/libutil/pw_util.3	Wed Jun  3 22:01:13 2015	(r283970)
@@ -245,11 +245,11 @@ The
 variable can take the following values
 .Bl -tag -width PWDB_NATIVE
 .It Dv PWDB_NATIVE
-the database will be generated in host native endianness.
+The database will be generated in host native endianness.
 .It Dv PWDB_LE
-the database will be generated in Little-endian.
+The database will be generated in Little-endian.
 .It Dv PWDB_BE
-the database will be generated in Big-endian.
+The database will be generated in Big-endian.
 .El
 .Pp
 The


More information about the svn-src-head mailing list