diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-20 09:50:01 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-20 09:50:01 +0000 |
| commit | ce980c3b3070a6962acbfae271f8610a224df7af (patch) | |
| tree | e4ea0cd178d6e15e84c6f5dcfd22a52a69908bf2 /lib/libutil | |
| parent | adb2b5f8df1d83b8d37dab789794c51fff7b808a (diff) | |
Notes
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 e9839cd5ff6a..9636f2d0129f 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 e6de28dc7977..0a0457ddea62 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 9e5794d39e42..1f2e6a9b8f6b 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 |
