- man page corrections (#106415).
CVS patchset: 7019 CVS date: 2003/12/26 18:56:21
This commit is contained in:
parent
ec1d257a36
commit
19db4bb4a2
3
CHANGES
3
CHANGES
|
@ -10,7 +10,6 @@
|
|||
- fix: escape '+' in regex patterns through RPMMIRE_DEFAULT (#103851).
|
||||
- RPMMIRE_DEFAULT is overkill, use RPMMIRE_STRCMP instead (#103851).
|
||||
- don't use mktemp if mkstemp is available (#103850).
|
||||
- convert ja and ko man pages to utf8 (#106050).
|
||||
|
||||
4.2.1 -> 4.2.2:
|
||||
- unify signal handling in librpmio, use condvar to deliver signal.
|
||||
|
@ -21,6 +20,8 @@
|
|||
- ensure that librpmdb links against just built, not system, librpmio.
|
||||
- fix: dangling pointer brain fart (#107835).
|
||||
- fix: ds.Single() method needs malloc'd elements (#109919).
|
||||
- convert ja and ko man pages to utf8 (#106050).
|
||||
- man page corrections (#106415).
|
||||
|
||||
4.2 -> 4.2.1:
|
||||
- fix: nested %if handling, optind initialization posix vs. glibc.
|
||||
|
|
|
@ -443,7 +443,7 @@ rpm をインストールするコマンドの一般的な形式は:
|
|||
によって名付けられ、マクロ
|
||||
.B %_repackage_dir
|
||||
(デフォルトは
|
||||
.IR /var/tmp ;
|
||||
.IR /var/spool/repackage ;
|
||||
訳注: /usr/lib/rpm/macros では /var/spool/repackage に設定されている)
|
||||
で指定されたディレクトリに作成される。
|
||||
.TP
|
||||
|
@ -521,7 +521,7 @@ rpm を削除するコマンドの一般的な形式は:
|
|||
によって名付けられ、マクロ
|
||||
.B %_repackage_dir
|
||||
(デフォルトは
|
||||
.IR /var/tmp ;
|
||||
.IR /var/spool/repackage ;
|
||||
訳注: /usr/lib/rpm/macros では /var/spool/repackage に設定されている)
|
||||
で指定されたディレクトリに作成される。
|
||||
.TP
|
||||
|
|
|
@ -315,7 +315,7 @@ Re-pakietuje pliki przed usuni
|
|||
będzie nazwany zgodnie z makrem
|
||||
\fB%_repackage_name_fmt\fR
|
||||
i będzie utworzony w katalogu zapisanym w makrze
|
||||
\fB%_repackage_dir\fR (domy¶ln± warto¶ci± jest \fI/var/tmp\fR).
|
||||
\fB%_repackage_dir\fR (domy¶ln± warto¶ci± jest \fI/var/spool/repackage\fR).
|
||||
.TP
|
||||
\fB--replacefiles\fR
|
||||
Instaluje pakiety nawet jeśli zastępują one pliki z innych, już
|
||||
|
@ -380,7 +380,7 @@ Re-pakietuje pliki przed usuni
|
|||
będzie nazwany zgodnie z makrem
|
||||
\fB%_repackage_name_fmt\fR
|
||||
i będzie utworzony w katalogu zapisanym w makrze
|
||||
\fB%_repackage_dir\fR (domy¶ln± warto¶ci± jest \fI/var/tmp\fR).
|
||||
\fB%_repackage_dir\fR (domy¶ln± warto¶ci± jest \fI/var/spool/repackage\fR).
|
||||
.TP
|
||||
\fB--test\fR
|
||||
Nie odinstalowuje niczego naprawdę, przechodzi tylko przez kolejne etapy.
|
||||
|
|
20
doc/rpm.8
20
doc/rpm.8
|
@ -170,7 +170,7 @@ The default \fIFILELIST\fR is
|
|||
Pipes the output of \fBrpm\fR to the command \fICMD\fR.
|
||||
.TP
|
||||
\fB--dbpath \fIDIRECTORY\fB\fR
|
||||
Use the database in \fIDIRECTORY\fR rathen
|
||||
Use the database in \fIDIRECTORY\fR rather
|
||||
than the default path \fI/var/lib/rpm\fR
|
||||
.TP
|
||||
\fB--root \fIDIRECTORY\fB\fR
|
||||
|
@ -283,7 +283,7 @@ Don't suggest package(s) that provide a missing dependency.
|
|||
.TP
|
||||
\fB--noorder\fR
|
||||
Don't reorder the packages for an install. The list of
|
||||
packages would normally be reordered to satisfy dependancies.
|
||||
packages would normally be reordered to satisfy dependencies.
|
||||
.TP
|
||||
\fB--noscripts\fR
|
||||
.TP
|
||||
|
@ -356,7 +356,7 @@ package will be named according to the macro
|
|||
\fB%_repackage_name_fmt\fR
|
||||
and will be created in the directory named by
|
||||
the macro \fB%_repackage_dir\fR (default value
|
||||
is \fI/var/tmp\fR).
|
||||
is \fI/var/spool/repackage\fR).
|
||||
.TP
|
||||
\fB--replacefiles\fR
|
||||
Install the packages even if they replace files from other,
|
||||
|
@ -427,7 +427,7 @@ package will be named according to the macro
|
|||
\fB%_repackage_name_fmt\fR
|
||||
and will be created in the directory named by
|
||||
the macro \fB%_repackage_dir\fR (default value
|
||||
is \fI/var/tmp\fR).
|
||||
is \fI/var/spool/repackage\fR).
|
||||
.TP
|
||||
\fB--test\fR
|
||||
Don't really uninstall anything, just go through the motions.
|
||||
|
@ -447,7 +447,7 @@ printed in. To do this, you use the
|
|||
\fB--qf|--queryformat\fR \fB\fIQUERYFMT\fB\fR
|
||||
|
||||
option, followed by the \fIQUERYFMT\fR
|
||||
format string. Query formats are modifed versions of the
|
||||
format string. Query formats are modified versions of the
|
||||
standard \fBprintf(3)\fR formatting. The format
|
||||
is made up of static strings (which may include standard C
|
||||
character escapes for newlines, tabs, and other special
|
||||
|
@ -541,7 +541,7 @@ See \fBFTP/HTTP OPTIONS\fR for information on
|
|||
client support. The \fIPACKAGE_FILE\fR argument(s),
|
||||
if not a binary package, will be interpreted as an ASCII package
|
||||
manifest. Comments are permitted, starting with a '#', and each
|
||||
line of a package manifest file may include white space seperated
|
||||
line of a package manifest file may include white space separated
|
||||
glob expressions, including URL's with remote glob expressions,
|
||||
that will be expanded to paths that are substituted in place of
|
||||
the package manifest as additional \fIPACKAGE_FILE\fR
|
||||
|
@ -652,7 +652,7 @@ Verifying a package compares information about the installed files in
|
|||
the package with information about the files taken from the package
|
||||
metadata stored in the rpm database. Among other things, verifying
|
||||
compares the size, MD5 sum, permissions, type, owner and group of
|
||||
each file. Any discrepencies are displayed.
|
||||
each file. Any discrepancies are displayed.
|
||||
Files that were not installed from the package, for example,
|
||||
documentation files excluded on installation using the
|
||||
"\fB--excludedocs\fR" option,
|
||||
|
@ -721,8 +721,8 @@ the corresponding \fB--verify\fR test:
|
|||
\fBS\fR file \fBS\fRize differs
|
||||
\fBM\fR \fBM\fRode differs (includes permissions and file type)
|
||||
\fB5\fR MD\fB5\fR sum differs
|
||||
\fBD\fR \fBD\fRevice major/minor number mis-match
|
||||
\fBL\fR read\fBL\fRink(2) path mis-match
|
||||
\fBD\fR \fBD\fRevice major/minor number mismatch
|
||||
\fBL\fR read\fBL\fRink(2) path mismatch
|
||||
\fBU\fR \fBU\fRser ownership differs
|
||||
\fBG\fR \fBG\fRroup ownership differs
|
||||
\fBT\fR m\fBT\fRime differs
|
||||
|
@ -749,7 +749,7 @@ and \fB--checksig\fR is useful to verify
|
|||
all of the digests and signatures associated with a package.
|
||||
.PP
|
||||
Digital signatures cannot be verified without a public key.
|
||||
An ascii armored public key can be added to the \fBrpm\fR database
|
||||
An ASCII armored public key can be added to the \fBrpm\fR database
|
||||
using \fB--import\fR. An imported public key is
|
||||
carried in a header, and key ring management is performed
|
||||
exactly like package management. For example, all currently imported
|
||||
|
|
Loading…
Reference in New Issue