Properly doc fullscreen option in manpage
Manpage still showed that "--fullscreen" (with no value) could be specified. Lately, it requires =yes, =no, or =native. For https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769368 Also, remove a duplicated credit from the contributor list.
This commit is contained in:
parent
acabe10e30
commit
19def18abb
1 changed files with 9 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2019.09.21
|
.\" tuxpaint.1 - 2019.09.25
|
||||||
.TH TUXPAINT 1 "21 September 2019" "0.9.24" "Tux Paint"
|
.TH TUXPAINT 1 "25 September 2019" "0.9.24" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
.TP 9
|
.TP 9
|
||||||
.B tuxpaint
|
.B tuxpaint
|
||||||
[\-\-fullscreen]
|
[\-\-fullscreen {yes|native|no}]
|
||||||
.br
|
.br
|
||||||
[\-\-allowscreensaver]
|
[\-\-allowscreensaver]
|
||||||
.br
|
.br
|
||||||
|
|
@ -260,8 +260,11 @@ Show the license (GNU GPL) under which Tux Paint is released.
|
||||||
They can be used along with, instead of, or to override options set in
|
They can be used along with, instead of, or to override options set in
|
||||||
configuration files. (See below.)
|
configuration files. (See below.)
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-fullscreen \-\-windowed
|
.B \-\-fullscreen=yes \-\-fullscreen=native \-\-fullscreen=no \-\-windowed
|
||||||
Run \fITux Paint\fP in full-screen mode, or in a window (default).
|
Run \fITux Paint\fP in full-screen mode at its default -- or a specified
|
||||||
|
-- screen resolution ("--fullscreen=yes"); or in full-screen mode at the
|
||||||
|
system's native resolution ("--fullscreen=native"); or run in a window
|
||||||
|
("--fullscreen=no" or "--windowed") (default).
|
||||||
|
|
||||||
.TP 8
|
.TP 8
|
||||||
.B \-\-allowscreensaver \-\-disablescreensaver
|
.B \-\-allowscreensaver \-\-disablescreensaver
|
||||||
|
|
@ -1171,9 +1174,8 @@ Pablo Pita,
|
||||||
Milan Plzik,
|
Milan Plzik,
|
||||||
Sergei Popov,
|
Sergei Popov,
|
||||||
John Popplewell,
|
John Popplewell,
|
||||||
Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
|
|
||||||
Adam 'foo-script' Rakowski,
|
Adam 'foo-script' Rakowski,
|
||||||
Rodrigo Perez Ramirez,
|
Rodrigo Perez Ramirez and Indigenas Sin Fronteras,
|
||||||
Robert Readman,
|
Robert Readman,
|
||||||
Leandro Regueiro,
|
Leandro Regueiro,
|
||||||
Simona Riva,
|
Simona Riva,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue