diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-20 09:15:23 +0000 |
| commit | c6d6e7726fa28ac07232fe53a31ab927c574acb3 (patch) | |
| tree | 3ed127ddb3ef9a9385b7a163f7b649524c1d54e0 /lib/libutil | |
| parent | 08e13cdfa74bd1155e49a770871f63e503d981f3 (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 |
