Fix minor man page spelling mistakes

rhbz#675137
This commit is contained in:
Vojtech Vitek (V-Teq) 2011-10-29 21:00:56 +02:00
parent 66272b85c9
commit d2e07cdc46
2 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,36 @@
From 76da82e1683c7b7f000081c4759ff4b742bf95f0 Mon Sep 17 00:00:00 2001
From: "Vojtech Vitek (V-Teq)" <vvitek@redhat.com>
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

View File

@ -41,7 +41,8 @@ Patch25: tcsh-6.17.00-avoid-infinite-loop-pendjob-xprintf.patch
Patch26: tcsh-6.17.00-variable-names.patch Patch26: tcsh-6.17.00-variable-names.patch
# Accepted by upstream (tcsh-6.17.06b http://bugs.gw.com/view.php?id=110) # 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 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} Provides: csh = %{version}
Requires(post): grep Requires(post): grep
@ -83,6 +84,7 @@ like syntax.
%patch25 -p1 -b .avoid-infinite-loop-pendjob-xprintf %patch25 -p1 -b .avoid-infinite-loop-pendjob-xprintf
%patch26 -p1 -b .variable-names %patch26 -p1 -b .variable-names
%patch27 -p1 -b .status-pipeline-backquote-list-of-cmds %patch27 -p1 -b .status-pipeline-backquote-list-of-cmds
%patch28 -p1 -b .manpage-spelling
for i in Fixes WishList; do for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \ iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@ -156,6 +158,8 @@ fi
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
- Fix minor man page spelling mistakes (#675137)
* Thu Oct 27 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-16 * Thu Oct 27 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 6.17-16
- Fix status of pipelined/backquoted/list of commands (RHEL-6 #658190) - Fix status of pipelined/backquoted/list of commands (RHEL-6 #658190)
- Do not dereference null pointer in cwd (RHEL-6 #700309) - Do not dereference null pointer in cwd (RHEL-6 #700309)