mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
doc: Fix c+p bug in the examples for --import-filter.
-- Reported-by: Steve McIntyre Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
7535f1d47a
commit
926cccef85
10
doc/gpg.texi
10
doc/gpg.texi
@ -3889,10 +3889,10 @@ the same type. For example the four options in this example:
|
|||||||
|
|
||||||
@c man:.RS
|
@c man:.RS
|
||||||
@example
|
@example
|
||||||
--import-option keep-uid="uid =~ Alfa"
|
--import-filter keep-uid="uid =~ Alfa"
|
||||||
--import-option keep-uid="&& uid !~ Test"
|
--import-filter keep-uid="&& uid !~ Test"
|
||||||
--import-option keep-uid="|| uid =~ Alpha"
|
--import-filter keep-uid="|| uid =~ Alpha"
|
||||||
--import-option keep-uid="uid !~ Test"
|
--import-filter keep-uid="uid !~ Test"
|
||||||
@end example
|
@end example
|
||||||
@c man:.RE
|
@c man:.RE
|
||||||
|
|
||||||
@ -3901,7 +3901,7 @@ which is equivalent to
|
|||||||
|
|
||||||
@c man:.RS
|
@c man:.RS
|
||||||
@example
|
@example
|
||||||
--import-option \
|
--import-filter \
|
||||||
keep-uid="uid =~ Alfa" && uid !~ Test" || uid =~ Alpha" && "uid !~ Test"
|
keep-uid="uid =~ Alfa" && uid !~ Test" || uid =~ Alpha" && "uid !~ Test"
|
||||||
@end example
|
@end example
|
||||||
@c man:.RE
|
@c man:.RE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user