diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-03 22:01:13 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-03 22:01:13 +0000 |
commit | cb7b7bf9fb489142b787da4b27b69efa819b81ef (patch) | |
tree | c93c1ad441317c0c059d5c6fec60ed8d816ee81e /lib/libutil | |
parent | d5461fcfc0503ca55628583baa835aadc87e2c6f (diff) | |
download | FreeBSD-src-cb7b7bf9fb489142b787da4b27b69efa819b81ef.zip FreeBSD-src-cb7b7bf9fb489142b787da4b27b69efa819b81ef.tar.gz |
Capitalize the list of accepted variables
Suggested by: wblock
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/pw_util.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/pw_util.3 b/lib/libutil/pw_util.3 index 73150d5..004ee5d 100644 --- a/lib/libutil/pw_util.3 +++ b/lib/libutil/pw_util.3 @@ -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 |