diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-03 22:01:13 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-03 22:01:13 +0000 |
| commit | 86fa42a24a4cc17ed1eddf459b19ba67495719f5 (patch) | |
| tree | c93c1ad441317c0c059d5c6fec60ed8d816ee81e /lib/libutil | |
| parent | 972cf03ed9ac980bb8a66dbbcce59fd4f2837e82 (diff) | |
Notes
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 73150d5501b2d..004ee5d5fcd09 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 |
