]> git.pld-linux.org Git - packages/xsane.git/blame - xsane-0.999-man-page.patch
keep fedora comments in .patch not .spec
[packages/xsane.git] / xsane-0.999-man-page.patch
CommitLineData
94120488
ER
1# from Fedora
2# man page: update command line options
3# submitted to upstream (Oliver Rauch) via email, 2013-07-08
4
12d07cfb
AM
5From 2dbbd80a5fb80741729c7cd5027af058b9c08c2c Mon Sep 17 00:00:00 2001
6From: Nils Philippsen <nils@redhat.com>
7Date: Mon, 8 Jul 2013 17:46:06 +0200
8Subject: [PATCH] patch: man-page
9
10Squashed commit of the following:
11
12commit e1915d50b677458127a8ad1c7953ee1d2e2ce250
13Author: Nils Philippsen <nils@redhat.com>
14Date: Mon Jul 8 17:44:26 2013 +0200
15
16 xsane.man: update command line options
17---
18 doc/xsane.man | 29 ++++++++++++++++++++++++-----
19 1 file changed, 24 insertions(+), 5 deletions(-)
20
21diff --git a/doc/xsane.man b/doc/xsane.man
22index ee363a8..38b453d 100644
23--- a/doc/xsane.man
24+++ b/doc/xsane.man
25@@ -4,6 +4,7 @@
26 xsane - scanner frontend for SANE
27 .SH SYNOPSIS
28 .B xsane
29+.RB [ --help | -h ]
30 .RB [ --version | -v ]
31 .RB [ --license | -l ]
32 .RB [ --device-settings
33@@ -13,8 +14,9 @@ xsane - scanner frontend for SANE
34 .RB [ --viewer | -V ]
35 .RB [ --save | -s ]
36 .RB [ --copy | -c ]
37+.RB [ --multipage | -m ]
38 .RB [ --fax | -f ]
39-.RB [ --mail | -m ]
40+.RB [ --email | -e ]
41 .RB [ --no-mode-selection | -n ]
42 .RB [ --Fixed | -F ]
43 .RB [ --Resizable | -R ]
44@@ -25,6 +27,7 @@ xsane - scanner frontend for SANE
45 .IR name ]
46 .RB [ --display
47 .IR d ]
48+.RB [ --no-xshm ]
49 .RB [ --sync ]
50 .RI [ devicename ]
51 .SH DESCRIPTION
52@@ -121,6 +124,12 @@ and
53 .SH OPTIONS
54 .PP
55 If the
56+.B --help
57+or
58+.B -h
59+flag is given xsane displays a short help message and exits.
60+.PP
61+If the
62 .B --version
63 or
64 .B -v
65@@ -128,7 +137,7 @@ flag is given xsane prints a version information, some
66 information about gtk+ and gimp version it is compiled
67 against and lists the supported file formats, then it exits.
68 .PP
69-when the
70+If the
71 .B --license
72 or
73 .B -l
74@@ -161,16 +170,22 @@ or
75 flag forces xsane to start in copy mode.
76 .PP
77 The
78+.B --multipage
79+or
80+.B -m
81+flag forces xsane to start in multipage mode.
82+.PP
83+The
84 .B --fax
85 or
86 .B -f
87 flag forces xsane to start in fax mode.
88 .PP
89 The
90-.B --mail
91+.B --email
92 or
93-.B -m
94-flag forces xsane to start in mail mode.
95+.B -e
96+flag forces xsane to start in e-mail mode.
97 .PP
98 The
99 .B --no-mode-selection
100@@ -217,6 +232,10 @@ flag selects the X11 display used to present the graphical user-interface
101 for details).
102 .PP
103 The
104+.B --no-xshm
105+flag forces xsane not to use shared memory images.
106+.PP
107+The
108 .B --sync
109 flag requests a synchronous connection with the X11 server. This is for
110 debugging purposes only.
111--
1121.8.3.1
113
This page took 0.083524 seconds and 4 git commands to generate.