diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 3 | ||||
| -rw-r--r-- | lib/libftpio/ftpio.3 | 2 | ||||
| -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 |
5 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index ac9720fb89a2..33cd2a0918bd 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 +.\" $FreeBSD$ .\" .Dd May 9, 1995 .Dt SYSCTL 3 @@ -76,7 +77,7 @@ length array of integers. .Pp The .Fn sysctlbyname -function accepts an ascii representation of the name and internally +function accepts an ASCII representation of the name and internally looks up the integer name vector. Apart from that, it behaves the same as the standard .Fn sysctl diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 6ff314620d1a..60948cec775f 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -140,7 +140,7 @@ and returns a new pointer for the file or NULL on failure. .Pp .Fn ftpAscii -sets ascii mode for the current server connection named by +sets ASCII mode for the current server connection named by .Fa stream . .Pp .Fn ftpBinary 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 |
