From d2e07cdc46f65c14c1a5ec6da3cb6ac96ceb98a6 Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (V-Teq)" Date: Sat, 29 Oct 2011 21:00:56 +0200 Subject: Fix minor man page spelling mistakes rhbz#675137 --- tcsh-6.17.00-manpage-spelling.patch | 36 ++++++++++++++++++++++++++++++++++++ tcsh.spec | 6 +++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 tcsh-6.17.00-manpage-spelling.patch diff --git a/tcsh-6.17.00-manpage-spelling.patch b/tcsh-6.17.00-manpage-spelling.patch new file mode 100644 index 0000000..76026a6 --- /dev/null +++ b/tcsh-6.17.00-manpage-spelling.patch @@ -0,0 +1,36 @@ +From 76da82e1683c7b7f000081c4759ff4b742bf95f0 Mon Sep 17 00:00:00 2001 +From: "Vojtech Vitek (V-Teq)" +Date: Sat, 29 Oct 2011 21:18:34 +0200 +Subject: [PATCH] Fix minor man page spelling mistakes + +Changes proposed by John Bradshaw. +rhbz#675137 +--- + tcsh.man | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tcsh.man b/tcsh.man +index e44e2c2..309071c 100644 +--- a/tcsh.man ++++ b/tcsh.man +@@ -1718,7 +1718,7 @@ rather than to the file to which the link points (+) * + see if it has the specified relationship to the real user. If \fIfile\fR + does not exist or is inaccessible or, for the operators indicated by `*', + if the specified file type does not exist on the current system, +-then all enquiries return false, i.e., `0'. ++then all inquiries return false, i.e., `0'. + .PP + These operators may be combined for conciseness: `\-\fIxy file\fR' is + equivalent to `\-\fIx file\fR && \-\fIy file\fR'. (+) For example, `\-fx' is true +@@ -3555,7 +3555,7 @@ whenever the environment variable changes the shell changes the corresponding + shell variable to match (unless the shell variable is read-only) and vice + versa. Note that although \fBcwd\fR and \fBPWD\fR have identical meanings, they + are not synchronized in this manner, and that the shell automatically +-interconverts the different formats of \fBpath\fR and \fBPATH\fR. ++converts between the different formats of \fBpath\fR and \fBPATH\fR. + .TP 8 + .B addsuffix \fR(+) + If set, filename completion adds `/' to the end of directories and a space +-- +1.7.6.2 + diff --git a/tcsh.spec b/tcsh.spec index 3e373a0..8224a31 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -41,7 +41,8 @@ Patch25: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch Patch26: tcsh-6.17.00-variable-names.patch # Accepted by upstream (tcsh-6.17.06b http://bugs.gw.com/view.php?id=110) Patch27: tcsh-6.17.00-status-pipeline-backquote-list-of-cmds.patch - +# Proposed to upstream (http://bugs.gw.com/view.php?id=121) +Patch28: tcsh-6.17.00-manpage-spelling.patch Provides: csh = %{version} Requires(post): grep @@ -83,6 +84,7 @@ like syntax. %patch25 -p1 -b .avoid-infinite-loop-pendjob-xprintf %patch26 -p1 -b .variable-names %patch27 -p1 -b .status-pipeline-backquote-list-of-cmds +%patch28 -p1 -b .manpage-spelling for i in Fixes WishList; do iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \ @@ -156,6 +158,8 @@ fi %{_mandir}/man1/*.1* %changelog +- Fix minor man page spelling mistakes (#675137) + * Thu Oct 27 2011 Vojtech Vitek (V-Teq) - 6.17-16 - Fix status of pipelined/backquoted/list of commands (RHEL-6 #658190) - Do not dereference null pointer in cwd (RHEL-6 #700309) -- cgit