Fix a typo in the man page
This commit is contained in:
parent
5141dcf62c
commit
2c0dacbcfc
@ -3,7 +3,7 @@
|
||||
Summary: File compression utility
|
||||
Name: bzip2
|
||||
Version: 1.0.8
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.bzip.org/
|
||||
#Source0: http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -121,6 +121,9 @@ ln -s bzgrep.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzfgrep.1
|
||||
%{_libdir}/pkgconfig/bzip2.pc
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2021 Jakub Martisko <jamartis@redhat.com> - 1.0.8-10
|
||||
- Fix a typo in the man page
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
+.I --force
|
||||
+option:
|
||||
+
|
||||
+ filename.bz2 dose not become filename.bz2.bz2
|
||||
+ filename.bz2 does not become filename.bz2.bz2
|
||||
+
|
||||
Return values: 0 for a normal exit, 1 for environmental problems (file
|
||||
not found, invalid flags, I/O errors, &c), 2 to indicate a corrupt
|
||||
|
Loading…
Reference in New Issue
Block a user