.cvsignore | 19 ------------------- .gitignore | 20 ++++++++++++++++++++ man/cirrus.man | 6 +++--- 3 files changed, 23 insertions(+), 22 deletions(-)
New commits: commit 6438659655d3cc23e39be9c0c9673c3247282997 Author: Alan Coopersmith <[EMAIL PROTECTED]> Date: Thu Mar 1 10:42:30 2007 -0800 renamed: .cvsignore -> .gitignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index fb1befd..0000000 --- a/.cvsignore +++ /dev/null @@ -1,19 +0,0 @@ -Makefile -Makefile.in -*.la -*.lo -aclocal.m4 -autom4te.cache -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -depcomp -install-sh -libtool -ltmain.sh -missing -stamp-h1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2df4a8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +Makefile +Makefile.in +*.la +*.lo +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +*~ commit 43d9703ddf79314015b66c81c671ef254fbb3934 Author: Alan Coopersmith <[EMAIL PROTECTED]> Date: Thu Mar 1 10:41:58 2007 -0800 Replace references to XFree86/XF86Config in man page diff --git a/man/cirrus.man b/man/cirrus.man index 5035b02..2c5e4a0 100644 --- a/man/cirrus.man +++ b/man/cirrus.man @@ -14,17 +14,17 @@ cirrus \- Cirrus Logic video driver .fi .SH DESCRIPTION .B cirrus -is an XFree86 driver for Cirrus Logic video chips. +is an __xservername__ driver for Cirrus Logic video chips. THIS MAN PAGE NEEDS TO BE FILLED IN. .SH SUPPORTED HARDWARE The .B cirrus driver supports... .SH CONFIGURATION DETAILS -Please refer to XF86Config(__filemansuffix__) for general configuration +Please refer to __xconfigfile__(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this driver. .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__) +__xservername__(1), __xconfigfile__(__filemansuffix__), xorgconfig(1), Xserver(1), X(__miscmansuffix__) .SH AUTHORS Authors include: ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]