diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 14:57:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 14:57:06 +0000 |
commit | eb88489dbddc2a99979f2554aade8934c17ebcff (patch) | |
tree | 73a6e7f3fc1b5a926f8d6c1b4ee9bc711e68beb1 /lib/libXfixes/man | |
parent | 132c244cea98b7967fe514014b93f1c5fe105278 (diff) |
Update to libXfixes 5.0.1
Diffstat (limited to 'lib/libXfixes/man')
-rw-r--r-- | lib/libXfixes/man/Makefile.in | 7 | ||||
-rw-r--r-- | lib/libXfixes/man/Xfixes.man | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lib/libXfixes/man/Makefile.in b/lib/libXfixes/man/Makefile.in index 003cf00b0..c595c7577 100644 --- a/lib/libXfixes/man/Makefile.in +++ b/lib/libXfixes/man/Makefile.in @@ -189,7 +189,6 @@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MAN_SUBSTS = @MAN_SUBSTS@ @@ -283,7 +282,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .$(LIB_MAN_SUFFIX) .man -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -308,9 +307,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): diff --git a/lib/libXfixes/man/Xfixes.man b/lib/libXfixes/man/Xfixes.man index 075b78fac..e3568387a 100644 --- a/lib/libXfixes/man/Xfixes.man +++ b/lib/libXfixes/man/Xfixes.man @@ -31,9 +31,9 @@ XFixes \- Augmented versions of core protocol requests .SH SYNTAX \&#include <X11/extensions/Xfixes.h> -.nf +.nf .sp -Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, +Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^); .sp Status XFixesQueryVersion \^(\^Display *\fIdpy\fP, @@ -69,7 +69,7 @@ Extension. This extension provides application with work arounds for various limitations in the core protocol. .SH RESTRICTIONS .B Xfixes -will remain upward compatible after the current 1.0 release. +will remain upward compatible after the 1.0 release. .SH AUTHORS Keith Packard, member of the XFree86 Project, Inc. and HP, Owen Taylor, member of the Gnome Foundation and Redhat, Inc. |