summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-09-20 09:15:23 +0000
committerphantom <phantom@FreeBSD.org>1999-09-20 09:15:23 +0000
commit353c1a6746a76da0f34e6506c8b82148e747770c (patch)
treec2a006d6e8b33669500f65964ed3c8099f4ffe2e /lib
parentdbca32e915256c6097ea32b090fea3ee501ab814 (diff)
downloadFreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.zip
FreeBSD-src-353c1a6746a76da0f34e6506c8b82148e747770c.tar.gz
Correct spelling : ascii -> ASCII
PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.32
-rw-r--r--lib/libftpio/ftpio.32
-rw-r--r--lib/libutil/login_times.32
-rw-r--r--lib/libutil/property.32
-rw-r--r--lib/libutil/realhostname.32
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 129a125..6e95014 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -77,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 6ff3146..60948ce 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 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
OpenPOWER on IntegriCloud