Index: doc/quilt.1.in =================================================================== RCS file: /cvsroot/quilt/quilt/doc/quilt.1.in,v retrieving revision 1.9 diff -u -r1.9 quilt.1.in --- doc/quilt.1.in 26 Apr 2005 14:01:39 -0000 1.9 +++ doc/quilt.1.in 8 May 2005 14:42:25 -0000 @@ -1,6 +1,6 @@ .\\" Created by Martin Quinson from the tex documentation .\\" -.TH quilt 1 "February 21, 2004" "quilt" +.TH quilt 1 "May 8, 2005" "quilt" .SH NAME quilt \\- tool to manage series of patches @@ -18,7 +18,7 @@ be invoqued from anywhere within the source tree. They are of the form .B quilt cmd similar to CVS commands. They can be abbreviated as long as the specified -part of the command is unique. All commands print some help text with +part of the command is unique. All commands print some help text with .B quilt cmd -h. Quilt manages a stack of patches. Patches are applied incrementally on top @@ -52,7 +52,7 @@ file, each patch file name is on a separate line. Patch files are identified by pathnames that are relative to the .I patches -directory; patches may be in sub-directories below the this directory. Lines +directory; patches may be in sub-directories below this directory. Lines in the series file that start with a hash character (#) are ignored. When quilt adds, removes, or renames patches, it automatically updates the series file. Users of quilt can modify series files while some patches are @@ -118,7 +118,7 @@ .SH EXAMPLE -Please refere to the pdf documentation for an example. +Please refer to the pdf documentation for an example. .SH CONFIGURATION FILE @@ -140,7 +140,7 @@ .IP QUILT_PATCH_OPTS 4 Additional options that quilt shall pass to GNU patch when applying patches. -(For example, some versions of GNU patch support the +For example, some versions of GNU patch support the "-unified-reject-files" option for generating reject files in unified diff style.