diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-03-22 21:30:43 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-03-22 21:30:43 +0000 |
commit | 45bcb8e22ad949c456368b7d4f4226110f8b5cfc (patch) | |
tree | 651e18cc55dd47c5a782e404151b28cae65bdbb8 | |
parent | cc95e597b51f06e835c6a9def1bc6681029bf41e (diff) |
Bug #1821: Typo fix in xorg.conf man page (Jens Schweikhardt)
-rw-r--r-- | hw/xfree86/doc/man/xorg.conf.man.pre | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index ddf9456fc..d78eeba62 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -1,4 +1,4 @@ -.\" $XdotOrg$ +.\" $XdotOrg: xc/programs/Xserver/hw/xfree86/xorg.conf.man,v 1.2 2004/04/23 19:20:02 eich Exp $ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH __xconfigfile__ __filemansuffix__ __vendorversion__ @@ -149,7 +149,7 @@ output devices that will be used in a session. The input devices are described in the .B InputDevice sections. Output devices usually consist of multiple independent -components (e.g., and graphics board and a monitor). These multiple +components (e.g., a graphics board and a monitor). These multiple components are bound together in the .B Screen sections, and it is these that are referenced by the |