svn commit: r241331 - in head/usr.bin: calendar m4 m4/lib script unzip who

Joel Dahl joel at FreeBSD.org
Sun Oct 7 20:01:42 UTC 2012


Author: joel (doc committer)
Date: Sun Oct  7 20:01:41 2012
New Revision: 241331
URL: http://svn.freebsd.org/changeset/base/241331

Log:
  Remove contractions.

Modified:
  head/usr.bin/calendar/calendar.1
  head/usr.bin/m4/lib/ohash_init.3
  head/usr.bin/m4/m4.1
  head/usr.bin/script/script.1
  head/usr.bin/unzip/unzip.1
  head/usr.bin/who/who.1

Modified: head/usr.bin/calendar/calendar.1
==============================================================================
--- head/usr.bin/calendar/calendar.1	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/calendar/calendar.1	Sun Oct  7 20:01:41 2012	(r241331)
@@ -313,7 +313,7 @@ the time-difference towards Greenwich.
 The new and full moons are happening on the day indicated: They
 might happen in the time period in the early night or in the late
 evening.
-It doesn't indicate that they are starting in the night on that date.
+It does not indicate that they are starting in the night on that date.
 .Pp
 Because of minor differences between the output of the formulas
 used and other sources on the Internet, Druids and Werewolves should

Modified: head/usr.bin/m4/lib/ohash_init.3
==============================================================================
--- head/usr.bin/m4/lib/ohash_init.3	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/m4/lib/ohash_init.3	Sun Oct  7 20:01:41 2012	(r241331)
@@ -166,7 +166,7 @@ for (n = ohash_first(h, &i); n != NULL; 
 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

Modified: head/usr.bin/m4/m4.1
==============================================================================
--- head/usr.bin/m4/m4.1	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/m4/m4.1	Sun Oct  7 20:01:41 2012	(r241331)
@@ -97,7 +97,7 @@ You can change the quote characters with
 .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:

Modified: head/usr.bin/script/script.1
==============================================================================
--- head/usr.bin/script/script.1	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/script/script.1	Sun Oct  7 20:01:41 2012	(r241331)
@@ -75,7 +75,7 @@ retaining the prior contents.
 .It Fl d
 When playing back a session with the
 .Fl p
-flag, don't sleep between records when playing back a timestamped session.
+flag, do not sleep between records when playing back a timestamped session.
 .It Fl k
 Log keys sent to the program as well as output.
 .It Fl p

Modified: head/usr.bin/unzip/unzip.1
==============================================================================
--- head/usr.bin/unzip/unzip.1	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/unzip/unzip.1	Sun Oct  7 20:01:41 2012	(r241331)
@@ -50,7 +50,7 @@ Extract to stdout/screen.
 When extracting files from the zipfile, they are written to stdout.
 This is similar to
 .Fl p ,
-but doesn't suppress normal output.
+but does not suppress normal output.
 .It Fl d Ar dir
 Extract files into the specified directory rather than the current
 directory.

Modified: head/usr.bin/who/who.1
==============================================================================
--- head/usr.bin/who/who.1	Sun Oct  7 19:53:04 2012	(r241330)
+++ head/usr.bin/who/who.1	Sun Oct  7 20:01:41 2012	(r241331)
@@ -51,7 +51,7 @@ The options are as follows:
 .It Fl a
 Equivalent to
 .Fl bTu ,
-with the exception that output isn't restricted to the time and date of
+with the exception that output is not restricted to the time and date of
 the last system reboot.
 .It Fl b
 Write the time and date of the last system reboot.


More information about the svn-src-head mailing list