From ad4686b388da891ca07fba41a748ea90a3bb15cb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 11 Apr 2007 15:39:23 -0700 Subject: Bug #10616: Man page typo: s/peform/perform/ X.Org Bugzilla #10616 Reported upstream from Debian Bug #395445 --- x11perf.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11perf.man b/x11perf.man index 711504a..6684bd2 100644 --- a/x11perf.man +++ b/x11perf.man @@ -180,7 +180,7 @@ Runs all tests. This may take a while. Runs all the tests starting from the specified name \fItest1\fP until the name \fItest2\fP, including both the specified tests. The testnames should be one of the options starting from -dot. (eg) -range line100 -will peform the tests from the 100 pixel line test, and go on till the +will perform the tests from the 100 pixel line test, and go on till the last test, -range line100,dline10 will do the tests from line100 to dline10. .TP 14 -- cgit v1.2.3 From e9bb1f2d13cad8240cc95f1aae19316fe7568cbd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 11 Apr 2007 15:41:27 -0700 Subject: renamed: .cvsignore -> .gitignore --- .cvsignore | 22 ---------------------- .gitignore | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 83b86e4..0000000 --- a/.cvsignore +++ /dev/null @@ -1,22 +0,0 @@ -.deps -Makefile -Makefile.in -Xmark.1 -aclocal.m4 -autom4te.cache -compile -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -missing -stamp-h1 -x11perf -x11perf.1 -x11perfcomp -x11perfcomp.1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59627c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.deps +Makefile +Makefile.in +Xmark.1 +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +stamp-h1 +x11perf +x11perf.1 +x11perfcomp +x11perfcomp.1 +*~ -- cgit v1.2.3 From d36c3c0e7db2254dc1385fe7ffc187797e109e0e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 11 Apr 2007 15:45:48 -0700 Subject: Another man page typo fix: s/aprox./approx./ --- x11perf.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11perf.man b/x11perf.man index 6684bd2..d8f3e24 100644 --- a/x11perf.man +++ b/x11perf.man @@ -223,7 +223,7 @@ StaticColor, PseudoColor, TrueColor, or DirectColor. (default is the default visual). .TP 14 .B \-reps -Specify the repetition count (Default is number that takes aprox. 5 seconds) +Specify the repetition count (Default is number that takes approx. 5 seconds) .TP 14 .B \-subs Specify the number of sub windows to use in the Window tests. -- cgit v1.2.3 From e906fe589a852e9b4af4aac6c72580494139a0b7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Jan 2007 10:07:00 -0800 Subject: Bug 9520: Markup problems in Xmark.1x X.Org Bugzilla #9520 --- Xmark.man | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Xmark.man b/Xmark.man index 6e11021..4cc8430 100644 --- a/Xmark.man +++ b/Xmark.man @@ -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.$$ -- cgit v1.2.3