diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-07-03 08:13:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-07-03 08:13:42 +0000 |
commit | 6d400e7226c1e7e33934747f6d35b0e0da4d4d41 (patch) | |
tree | 279fe4eaf81eb5c4d24469f85730e200dde39c1b /lib/libXcomposite/man | |
parent | bc14d05e1a0c97aa4b12c97c5ce9551478ddb884 (diff) |
Update to libXcomposite 0.4.6
Diffstat (limited to 'lib/libXcomposite/man')
-rw-r--r-- | lib/libXcomposite/man/Makefile.in | 2 | ||||
-rw-r--r-- | lib/libXcomposite/man/Xcomposite.man | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/lib/libXcomposite/man/Makefile.in b/lib/libXcomposite/man/Makefile.in index e39820d52..f0e3aa3cb 100644 --- a/lib/libXcomposite/man/Makefile.in +++ b/lib/libXcomposite/man/Makefile.in @@ -127,7 +127,6 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHANGELOG_CMD = @CHANGELOG_CMD@ COMPOSITEEXT_VERSION = @COMPOSITEEXT_VERSION@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -244,6 +243,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/lib/libXcomposite/man/Xcomposite.man b/lib/libXcomposite/man/Xcomposite.man index ab4ab3b43..c46ed10bb 100644 --- a/lib/libXcomposite/man/Xcomposite.man +++ b/lib/libXcomposite/man/Xcomposite.man @@ -1,7 +1,7 @@ '\" t .\" Title: Xcomposite .\" Author: Keith Packard <keithp@keithp.com> -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> +.\" Generator: DocBook XSL Stylesheets vsnapshot_9276 <http://docbook.sf.net/> .\" Date: <pubdate>23 April 2007</pubdate> .\" Manual: X Composite Extension Library .\" Source: __vendorversion__ @@ -9,6 +9,15 @@ .\" .TH "XCOMPOSITE" "__libmansuffix__" "<pubdate>23 April 2007</pubdate>" "__vendorversion__" "X Composite Extension Library" .\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation @@ -243,7 +252,7 @@ The X server must support at least version 0\&.3 of the Composite Extension for \fBXCompositeReleaseOverlayWindow\fR .RS 4 This request specifies that the client is no longer using the Composite Overlay Window on the screen specified by the argument -\fIwindow\fR\&. A screen\'s Composite Overlay Window is unmapped when there are no longer any clients using it\&. +\fIwindow\fR\&. A screen\*(Aqs Composite Overlay Window is unmapped when there are no longer any clients using it\&. .sp The X server must support at least version 0\&.3 of the Composite Extension for \fBXCompositeReleaseOverlayWindow\fR\&. |