Bug 33559

Summary: Some patches for typos...
Product: Documentation Reporter: marcolz <marcolz>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me CC: marcolz
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description marcolz 2002-01-05 01:40:01 UTC
	While reading a man page, I encountered a common writing error and thought
	I'd find-and-grep a bit around in the source tree.

Fix: Some pathes attached.

	Marc


--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="bin.patch"

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sbin.patch"

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="share.patch"

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sys.patch"



--KsGdsel6WgEHnImy----nU0tuWMQvnVjGBa5hgMEhxP8q6ScPySFrMA0Pxjq0ucycAsO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/src/bin/csh/USD.doc/csh.1	Sat Jan  5 01:37:46 2002
+++ /usr/src/bin/csh/USD.doc/csh.1	Sat Jan  5 01:39:45 2002
@@ -739,7 +739,7 @@
 echo *
 .DE
 will not echo the character `*'.
-It will either echo an sorted list of filenames in the
+It will either echo a sorted list of filenames in the
 current
 .I "working directory,"
 or print the message `No match' if there are
--- /usr/src/bin/csh/USD.doc/csh.g	Sat Jan  5 01:39:51 2002
+++ /usr/src/bin/csh/USD.doc/csh.g	Sat Jan  5 01:41:27 2002
@@ -261,7 +261,7 @@
 The
 .I chsh
 command is used to change the shell which you use on \s-2UNIX\s0.
-By default, you use an different version of the shell
+By default, you use a different version of the shell
 which resides in `/bin/sh'.
 You can change your shell to `/bin/csh' by doing
 .DS
@@ -337,7 +337,7 @@
 the \s-2SHIFT\s0 key is used to produce upper case characters. Thus
 .I control- c
 is produced by holding down the \s-2CONTROL\s0 key while pressing the
-`c' key.  Usually \s-2UNIX\s0 prints an caret (^) followed by the
+`c' key.  Usually \s-2UNIX\s0 prints a caret (^) followed by the
 corresponding letter when you type a
 .I control
 character (e.g. `^C' for
--- /usr/src/bin/pax/ftree.c	Sat Jan  5 01:36:11 2002
+++ /usr/src/bin/pax/ftree.c	Sat Jan  5 01:36:28 2002
@@ -103,7 +103,7 @@
 	 * set up the operation mode of fts, open the first file arg. We must
 	 * use FTS_NOCHDIR, as the user may have to open multiple archives and
 	 * if fts did a chdir off into the boondocks, we may create an archive
-	 * volume in an place where the user did not expect to.
+	 * volume in a place where the user did not expect to.
 	 */
 	ftsopts = FTS_NOCHDIR;
 
--- /usr/src/bin/pax/buf_subs.c	Sat Jan  5 01:36:03 2002
+++ /usr/src/bin/pax/buf_subs.c	Sat Jan  5 01:36:06 2002
@@ -653,8 +653,8 @@
 /*
  * wr_rdfile()
  *	fill write buffer with the contents of a file. We are passed an	open
- *	file descriptor to the file an the archive structure that describes the
- *	file we are storing. The variable "left" is modified to contain the
+ *	file descriptor to the file and the archive structure that describes
+ *	the file we are storing. The variable "left" is modified to contain the
  *	number of bytes of the file we were NOT able to write to the archive.
  *	it is important that we always write EXACTLY the number of bytes that
  *	the format specific write routine told us to. The file can also get
--- /usr/src/bin/pax/gen_subs.c	Sat Jan  5 01:44:22 2002
+++ /usr/src/bin/pax/gen_subs.c	Sat Jan  5 01:44:42 2002
@@ -280,7 +280,7 @@
 
 /*
  * ul_asc()
- *	convert an unsigned long into an hex/oct ascii string. pads with LEADING
+ *	convert an unsigned long into a hex/oct ascii string. pads with LEADING
  *	ascii 0's to fill string completely
  *	NOTE: the string created is NOT TERMINATED.
  */
Comment 1 Crist J. Clark freebsd_committer freebsd_triage 2002-07-13 23:16:58 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

An old one for the -doc crowd to play with.
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2002-07-16 16:24:35 UTC
State Changed
From-To: open->analyzed

When I get the chance, this will be closed. 


Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2002-07-16 16:24:35 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

When I get the chance, this will be closed.
Comment 4 Tom Rhodes freebsd_committer freebsd_triage 2002-12-30 22:18:28 UTC
State Changed
From-To: analyzed->patched

This has been all patched up.  Thanks for the submission!
Comment 5 Tom Rhodes freebsd_committer freebsd_triage 2003-01-06 21:45:26 UTC
State Changed
From-To: patched->closed

This has been fixed.  Thanks for the submission!