File: man.patch

package info (click to toggle)
glmark2 2023.01%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,380 kB
  • sloc: cpp: 20,680; python: 13,052; ansic: 8,595; java: 1,246; xml: 383; makefile: 42; sh: 39
file content (49 lines) | stat: -rw-r--r-- 1,436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Last-Update: 2012-12-13
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Forwarded: no
Description: lintianisation of man pages

--- a/doc/glmark2.1.in
+++ b/doc/glmark2.1.in
@@ -49,7 +49,7 @@
 Size of the output window (default: 800x600)
 .TP
 \fB\-\-fullscreen\fR
-Run in fullscreen mode (equivalent to --size -1x-1)
+Run in fullscreen mode (equivalent to \-\-size \-1x\-1)
 .TP
 \fB\-\-results\fR RESULTS
 The types of results to report for each benchmark, as a ':' separated list [fps,cpu,shader]
@@ -74,7 +74,7 @@
 .TP
 \fB\-\-annotate\fR
 Annotate the benchmarks with on-screen information
-(same as -b :show-fps=true:title=#info#)
+(same as \-b :show-fps=true:title=#info#)
 .TP
 \fB\-d\fR, \fB\-\-debug\fR
 Display debug messages
@@ -114,20 +114,20 @@
  'shading' of type 'phong':
 .PP
 .RS
-\fB@appname@ -b shading:duration=5.0:shading=phong\fR
+\fB@appname@ \-b shading:duration=5.0:shading=phong\fR
 .RE
 .PP
 To run a series of benchmarks use the \fB\-b\fR, \fB\-\-benchmark\fR command
 line option multiple times:
 .PP
 .RS
-\fB@appname@ -b shading:duration=5.0 -b build:use-vbo=false -b texture\fR
+\fB@appname@ \-b shading:duration=5.0 \-b build:use-vbo=false \-b texture\fR
 .RE
 .PP
 To set default option values for benchmarks:
 .PP
 .RS
-\fB@appname@ -b :duration=2.0 -b shading -b build -b :duration=5.0 -b texture\fR
+\fB@appname@ \-b :duration=2.0 \-b shading \-b build \-b :duration=5.0 \-b texture\fR
 .RE
 .PP