summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-10-07 20:01:41 +0000
committerjoel <joel@FreeBSD.org>2012-10-07 20:01:41 +0000
commit182cb719bb68f018cf5cbb54891a83a9d5a9058b (patch)
treeb3e0a903d14d10341efac19ca52c0724d9dfa63c /usr.bin/m4
parente9b754bcb572786f945961cc6fca58ff29a4f0ef (diff)
downloadFreeBSD-src-182cb719bb68f018cf5cbb54891a83a9d5a9058b.zip
FreeBSD-src-182cb719bb68f018cf5cbb54891a83a9d5a9058b.tar.gz
Remove contractions.
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/lib/ohash_init.32
-rw-r--r--usr.bin/m4/m4.12
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/lib/ohash_init.3 b/usr.bin/m4/lib/ohash_init.3
index b271115..19213f3 100644
--- a/usr.bin/m4/lib/ohash_init.3
+++ b/usr.bin/m4/lib/ohash_init.3
@@ -166,7 +166,7 @@ for (n = ohash_first(h, &i); n != NULL; n = ohash_next(h, &i))
points to an auxiliary unsigned integer used to record the current position
in the ohash table.
Those functions are safe to use even while entries are added to/removed
-from the table, but in such a case they don't guarantee that new entries
+from the table, but in such a case they do not guarantee that new entries
will be returned.
As a special case, they can safely be used to free elements in the table.
.Pp
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 71d208d..6d26111 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -97,7 +97,7 @@ You can change the quote characters with the
.Ic changequote
built-in macro.
.Pp
-Most built-ins don't make any sense without arguments, and hence are not
+Most built-ins do not make any sense without arguments, and hence are not
recognized as special when not followed by an open parenthesis.
.Pp
The options are as follows:
OpenPOWER on IntegriCloud