fix typos in sz man page (#668900)
This commit is contained in:
parent
e26897e1dd
commit
6992dcb47e
67
lrzsz-0.12.20-man.patch
Normal file
67
lrzsz-0.12.20-man.patch
Normal file
@ -0,0 +1,67 @@
|
||||
diff -up lrzsz-0.12.20/man/lsz.1.man lrzsz-0.12.20/man/lsz.1
|
||||
--- lrzsz-0.12.20/man/lsz.1.man 1998-04-26 15:22:41.000000000 +0200
|
||||
+++ lrzsz-0.12.20/man/lsz.1 2011-03-07 13:02:40.069778076 +0100
|
||||
@@ -133,7 +133,7 @@ The user must supply the file name to bo
|
||||
|
||||
If
|
||||
.B sz
|
||||
-is invoked with $SHELL set and iff that variable contains the
|
||||
+is invoked with $SHELL set and if that variable contains the
|
||||
string
|
||||
.I "rsh"
|
||||
,
|
||||
@@ -207,7 +207,7 @@ for ZMODEM.
|
||||
.B "-B NUMBER, --bufsize NUMBER"
|
||||
Use a readbuffer of
|
||||
.B NUMBER
|
||||
-bytes. Default ist 16384, which should be enough
|
||||
+bytes. Default is 16384, which should be enough
|
||||
for most situations. If you have a slow machine or a bad disk interface
|
||||
or suffer from other hardware problems you might want to increase
|
||||
the buffersize.
|
||||
@@ -219,7 +219,7 @@ option - things normally get worse, not
|
||||
to swap.
|
||||
|
||||
Using this option turns of memory mapping of the input file. This
|
||||
-increases memory and cpu usage.
|
||||
+increases memory and CPU usage.
|
||||
.TP
|
||||
.B "-c COMMAND, --command COMMAND"
|
||||
Send COMMAND to the receiver for execution, return with COMMAND\'s exit status.
|
||||
@@ -265,7 +265,7 @@ give help.
|
||||
.TP
|
||||
.B "-i COMMAND, --immediate-command COMMAND"
|
||||
Send COMMAND to the receiver for execution, return immediately
|
||||
-upon the receiving program's successful recption of the command.
|
||||
+upon the receiving program's successful reception of the command.
|
||||
.TP
|
||||
.B "-k, --1k"
|
||||
(XMODEM/YMODEM) Send files using 1024 byte blocks
|
||||
@@ -509,7 +509,7 @@ with conversion
|
||||
.RB ( \-a )
|
||||
to end of line conventions appropriate to the receiving environment.
|
||||
With ZMODEM AutoDownload enabled, Professional-YAM and ZCOMM
|
||||
-will automatically recieve
|
||||
+will automatically receive
|
||||
the files after performing a security check.
|
||||
|
||||
.br
|
||||
@@ -593,7 +593,7 @@ the source file.
|
||||
.SH "VMS VERSION"
|
||||
The VMS version does not support wild cards.
|
||||
Because of VMS DCL, upper case option letters muse be represented
|
||||
-by \\ proceding the letter.
|
||||
+by \\ proceeding the letter.
|
||||
|
||||
The current VMS version does not support XMODEM, XMODEM-1k, or YMODEM.
|
||||
|
||||
@@ -682,7 +682,7 @@ getting hot and bothered.
|
||||
The test mode leaves a zero length file on the receiving system.
|
||||
|
||||
A few high speed modems have a firmware bug that drops characters when the
|
||||
-direction of high speed transmissson is reversed.
|
||||
+direction of high speed transmission is reversed.
|
||||
The environment variable ZNULLS may be used to specify the number of nulls to
|
||||
send before a ZDATA frame.
|
||||
-Values of 101 for a 4.77 mHz PC and 124 for an AT are typical.
|
||||
+Values of 101 for a 4.77 MHz PC and 124 for an AT are typical.
|
@ -1,12 +1,13 @@
|
||||
Summary: The lrz and lsz modem communications programs
|
||||
Name: lrzsz
|
||||
Version: 0.12.20
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Communications
|
||||
Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
|
||||
Patch1: lrzsz-0.12.20-glibc21.patch
|
||||
Patch2: lrzsz-0.12.20.patch
|
||||
Patch3: lrzsz-0.12.20-man.patch
|
||||
Url: http://www.ohse.de/uwe/software/lrzsz.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext
|
||||
@ -22,6 +23,7 @@ copylefted Zmodem solution for Linux systems.
|
||||
|
||||
%patch1 -p1 -b .glibc21
|
||||
%patch2 -p1 -b .crc
|
||||
%patch3 -p1 -b .man
|
||||
|
||||
rm -f po/*.gmo
|
||||
|
||||
@ -47,6 +49,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2011 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-29
|
||||
- fix typos in sz man page (#668900)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user