diff options
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/login_times.3 | 2 | ||||
-rw-r--r-- | lib/libutil/property.3 | 2 | ||||
-rw-r--r-- | lib/libutil/realhostname.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3 index e9839cd..9636f2d 100644 --- a/lib/libutil/login_times.3 +++ b/lib/libutil/login_times.3 @@ -68,7 +68,7 @@ Note that all time periods reference system local time. .Pp The .Fn parse_lt -function converts the ascii representation of a time period into +function converts the ASCII representation of a time period into a structure of type .Ft login_time_t . This is defined as: diff --git a/lib/libutil/property.3 b/lib/libutil/property.3 index e6de28d..0a0457d 100644 --- a/lib/libutil/property.3 +++ b/lib/libutil/property.3 @@ -32,7 +32,7 @@ .Nm properties_read , .Nm propery_find , .Nm properties_free -.Nd functions to allow creating simple property lists from ascii file data. +.Nd functions to allow creating simple property lists from ASCII file data. .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <libutil.h> diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3 index 9e5794d..1f2e6a9 100644 --- a/lib/libutil/realhostname.3 +++ b/lib/libutil/realhostname.3 @@ -65,7 +65,7 @@ bytes, .Xr inet_ntoa 3 is used to convert .Ar ip -to an ascii form. +to an ASCII form. .Pp If the string written to .Ar host |