summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-17 20:32:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-17 20:39:57 -0700
commit1ab0d436ceac0acef0cd97d8b280727b02062cc8 (patch)
tree5836ef163eb63264bcf019bc5164909ac957e8c3
parent77701e9139f79db2e66026bebaab265a873b0856 (diff)
downloadxorg-lib-libdmx-1ab0d436ceac0acef0cd97d8b280727b02062cc8.tar.gz
Fix various typos in man pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/DMXAddInput.man4
-rw-r--r--man/DMXAddScreen.man6
-rw-r--r--man/DMXChangeDesktopAttributes.man2
-rw-r--r--man/DMXForceWindowCreation.man2
-rw-r--r--man/DMXGetInputAttributes.man2
-rw-r--r--man/DMXGetScreenAttributes.man6
-rw-r--r--man/DMXGetScreenCount.man4
7 files changed, 13 insertions, 13 deletions
diff --git a/man/DMXAddInput.man b/man/DMXAddInput.man
index 287f9c3..5b0f834 100644
--- a/man/DMXAddInput.man
+++ b/man/DMXAddInput.man
@@ -82,8 +82,8 @@ typedef struct {
.fi
.PP
.I inputType
-may bave the value
-.B DmxConsoleInputType " or " DmxBackendInputType .
+may have the value
+.B DMXConsoleInputType " or " DMXBackendInputType .
.PP
For console devices,
.I name
diff --git a/man/DMXAddScreen.man b/man/DMXAddScreen.man
index e5859c3..a148af9 100644
--- a/man/DMXAddScreen.man
+++ b/man/DMXAddScreen.man
@@ -55,9 +55,9 @@ screen number for the attached screen.
The information stored in
.I mask " and " attr
is identical to that used by the
-.BR DMXChangeScreenAttributes (__libmansuffix__)
+.BR DMXChangeScreensAttributes (__libmansuffix__)
and
-.BR DMXGetScreenAttribues (__libmansuffix__)
+.BR DMXGetScreenAttributes (__libmansuffix__)
functions.
.SH "RETURN VALUE"
.B DMXAddScreen()
@@ -98,5 +98,5 @@ API, this function uses
for both input and output.
.SH "SEE ALSO"
.BR DMXRemoveScreen "(__libmansuffix__), "
-.BR DMXChangeScreenAttributes "(__libmansuffix__), " DMXGetScreenAttributes "(__libmansuffix__), "
+.BR DMXChangeScreensAttributes "(__libmansuffix__), " DMXGetScreenAttributes "(__libmansuffix__), "
.BR DMX "(__libmansuffix__), " Xdmx (1)
diff --git a/man/DMXChangeDesktopAttributes.man b/man/DMXChangeDesktopAttributes.man
index 0291d43..eebfe82 100644
--- a/man/DMXChangeDesktopAttributes.man
+++ b/man/DMXChangeDesktopAttributes.man
@@ -77,7 +77,7 @@ is not specified, the current values will be used. If
.I shiftX " or " shiftY
is not specified, 0 will be used.
.PP
-All coordinants are in the global DMX coordinant system. If Xinerama is
+All coordinates are in the global DMX coordinate system. If Xinerama is
not active, an error will be generated.
.SH "RETURN VALUE"
.B DMXChangeDesktopAttributes()
diff --git a/man/DMXForceWindowCreation.man b/man/DMXForceWindowCreation.man
index f90b051..01ad470 100644
--- a/man/DMXForceWindowCreation.man
+++ b/man/DMXForceWindowCreation.man
@@ -41,7 +41,7 @@ forces the immediate creation of the window requested.
returns
.B True
unless there is a protocol error.
-.B DMXForceWindwoCreation()
+.B DMXForceWindowCreation()
can generate
.B BadWindow
errors.
diff --git a/man/DMXGetInputAttributes.man b/man/DMXGetInputAttributes.man
index 6699147..43c7e27 100644
--- a/man/DMXGetInputAttributes.man
+++ b/man/DMXGetInputAttributes.man
@@ -38,7 +38,7 @@ returns information about the input device specified with
.IR id .
This information cannot be
obtained from the
-.BR XListInputDeivices (__libmansuffix__)
+.BR XListInputDevices (__libmansuffix__)
call.
.I id
is the same as that used by the
diff --git a/man/DMXGetScreenAttributes.man b/man/DMXGetScreenAttributes.man
index e4c0f56..e7a1fd1 100644
--- a/man/DMXGetScreenAttributes.man
+++ b/man/DMXGetScreenAttributes.man
@@ -83,14 +83,14 @@ coordinate system. Otherwise, these values are set to 0.
are a geometry specification (see
.BR X (7x))
for the location of the DMX screen on the back-end screen. The
-coordinant system of the back-end display is used for these values.
+coordinate system of the back-end display is used for these values.
.PP
.IR rootWindowWidth ", " rootWindowHeight ", "
.IR rootWindowXoffset ", and " rootWindowYoffset
are a geometry specification (see
.BR X (7x))
for the location of the root window on the screen window. The
-coordinant system of the screen window is used. In most cases, the root
+coordinate system of the screen window is used. In most cases, the root
window will have the same geometry as the DMX screen window, and will
occupy the same area of the back-end display. (This would not be the
case, for example, if automatic projector alignment is used.)
@@ -106,5 +106,5 @@ can generate
errors.
.SH "SEE ALSO"
.BR DMXGetScreenCount "(__libmansuffix__), "
-.BR DMXChangeScreenAttributes "(__libmansuffix__), "
+.BR DMXChangeScreensAttributes "(__libmansuffix__), "
.BR DMX "(__libmansuffix__), " Xdmx (1)
diff --git a/man/DMXGetScreenCount.man b/man/DMXGetScreenCount.man
index edcfaff..279f1f3 100644
--- a/man/DMXGetScreenCount.man
+++ b/man/DMXGetScreenCount.man
@@ -61,6 +61,6 @@ composite back-end screens that the
.BR Xdmx (1)
server is using.
.SH "SEE ALSO"
-.BR DMXGetScreenAttribtues "(__libmansuffix__), "
-.BR DMXChangeScreenAttributes "(__libmansuffix__), "
+.BR DMXGetScreenAttributes "(__libmansuffix__), "
+.BR DMXChangeScreensAttributes "(__libmansuffix__), "
.BR DMX "(__libmansuffix__), " Xdmx (1)