diff options
author | jmz <jmz@FreeBSD.org> | 1996-02-09 21:14:26 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-02-09 21:14:26 +0000 |
commit | aaab93e9856732b0b929fd6c8b74131aa31a5684 (patch) | |
tree | 9f9f714a80a0a0f9537bae309a99aab6423020a8 | |
parent | da1c133b59ccf53e07367db1fdd0e7d86c4cdd8a (diff) | |
download | FreeBSD-src-aaab93e9856732b0b929fd6c8b74131aa31a5684.zip FreeBSD-src-aaab93e9856732b0b929fd6c8b74131aa31a5684.tar.gz |
Spelling fixes.
This is the man page which has been obtained from NetBSD, not the program.
-rw-r--r-- | gnu/usr.bin/tar/tar.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index dd678e3..4da7a81 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -3,7 +3,7 @@ .\" .\" Written by John F. Woods <jfw@jfwhome.funhouse.com> .\" -.\" $Id: tar.1,v 1.3 1995/04/10 11:47:34 jkh Exp $ +.\" $Id: tar.1,v 1.4 1995/10/25 02:17:44 torstenb Exp $ .\" .Dd 6 August 1994 .Os FreeBSD @@ -39,7 +39,7 @@ regular disk file. The first argument word of the .Nm command line is usually a command word of bundled function and modifier -letters, optionally preceeded by a dash; +letters, optionally preceded by a dash; it must contain exactly one function letter from the set .Cm A , .Cm c , @@ -53,7 +53,7 @@ extract (further described below). The command word can also contain other function modifiers described below, some of which will take arguments from the command line in the order they are specified in the command word (review the EXAMPLES section). Functions and function modifiers can also be specified -with the GNU argument convention (preceeded by two dashes, one function or +with the GNU argument convention (preceded by two dashes, one function or modifier per word. Command-line arguments that specify files to add to, extract from, or list from an archive may be given as shell pattern matching strings. @@ -132,7 +132,7 @@ this will change the inode-change time!). Sets the block size for reading or writing to N 512-byte blocks. .It Fl B .It Fl -read-full-blocks -Re-assemble short readsinto full blocks (for reading 4.2BSD pipes). +Re-assemble short reads into full blocks (for reading 4.2BSD pipes). .It Fl C Ar directory .It Fl -directory Ar directory Change to @@ -375,7 +375,7 @@ domain version), Jay Fenlason (first GNU author), Joy Kendall, Jim Kingdon, David J. MacKenzie, Michael I Bushnell, Noah Friedman, and innumerable others who have contributed fixes and additions. -Obtained by the FreeBSD group from the NetBSD 1.0 release. +Man page obtained by the FreeBSD group from the NetBSD 1.0 release. .Sh BUGS The .Fl C |