diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-09-10 16:56:06 +0100 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-09-10 16:56:06 +0100 |
commit | 569a5eaaef9a5c8bf50f1323fe39e81347976875 (patch) | |
tree | a3aa33bb8ebb82f214425f39de5999ce9c3d2387 /Xmark.man | |
parent | 55aa9c238c5d81c9dc0f679dfd2fea00f356247b (diff) | |
parent | e906fe589a852e9b4af4aac6c72580494139a0b7 (diff) |
Merge branch 'origin'
Diffstat (limited to 'Xmark.man')
-rw-r--r-- | Xmark.man | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -32,17 +32,15 @@ following way: .PP It is possible to run the GXcopy and GXxor tests separately, as long as they are concatenated to the same output file: -.PP +.nf .BI "x11perf -display " display " -v1.3 -rop GXcopy -all > " datafile -.br .BI "x11perf -display " display " -v1.3 -rop GXxor -all >> " datafile -.PP +.fi or -.PP +.nf .BI "x11perf -display " display " -v1.3 -rop GXxor -all > " datafile -.br .BI "x11perf -display " display " -v1.3 -rop GXcopy -all >> " datafile -.PP +.fi .SH FILES .TP .B temp.$$ |