diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-24 13:31:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-05-24 13:31:13 +0000 |
commit | 31666b7a30d9cccef0db66b04a513d957ceb5186 (patch) | |
tree | 94144b77dd9bc1322d7fd9b7eb95f798de47e48a /lib/libXinerama/man | |
parent | ebcde557c4efaafe990af7cf154cbbc151fa9141 (diff) |
update to libXinerama 1.0.3
Diffstat (limited to 'lib/libXinerama/man')
-rw-r--r-- | lib/libXinerama/man/Makefile.in | 6 | ||||
-rw-r--r-- | lib/libXinerama/man/Xinerama.man | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libXinerama/man/Makefile.in b/lib/libXinerama/man/Makefile.in index 1d87f8918..76251c72b 100644 --- a/lib/libXinerama/man/Makefile.in +++ b/lib/libXinerama/man/Makefile.in @@ -110,6 +110,7 @@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ +DSYMUTIL = @DSYMUTIL@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -143,6 +144,7 @@ MAKEINFO = @MAKEINFO@ MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ MISC_MAN_DIR = @MISC_MAN_DIR@ MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ +NMEDIT = @NMEDIT@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ @@ -153,6 +155,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ +SED = sed SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -164,7 +167,9 @@ XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@ ac_ct_F77 = @ac_ct_F77@ +ac_ct_NMEDIT = @ac_ct_NMEDIT@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ @@ -214,7 +219,6 @@ CLEANFILES = $(libman_DATA) $(BUILT_SOURCES) libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ $(Xinerama_shadows:=.@LIB_MAN_SUFFIX@) -SED = sed # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ diff --git a/lib/libXinerama/man/Xinerama.man b/lib/libXinerama/man/Xinerama.man index d6b5be7ed..bec9f80ff 100644 --- a/lib/libXinerama/man/Xinerama.man +++ b/lib/libXinerama/man/Xinerama.man @@ -103,7 +103,7 @@ incompatible, it returns zero. .SS \fBXineramaIsActive()\fR .LP -The XineramaActive function returns a Boolean operator used to determine if +The XineramaIsActive function returns a Boolean operator used to determine if Xinerama is activated on the screen. Returns True for active and False for not active. .sp |