diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2014-01-07 14:02:21 -0500 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-01-30 12:10:06 +0900 |
commit | d7eb0bdf3b5b11ee9f40ee5e73df8fc0bdfa59f3 (patch) | |
tree | 5319d783665a0d3ebc5a9c03d8a1e6ad6eb4de7f /src/man | |
parent | e4061b8f00d301a51d4c9eef4a07f1e87592fe85 (diff) |
generated man pages: use xorg footer and no hard coded extension
The section number is no longer hard-coded
The left footer is now "X Version 11".
The center footer is the package name with the version, "libxcb 1.9"
The three values above are provided through xorg-macros. They are passed-in
to the python c_client code.
Example of footer (last line, above dotted line)
[...]
AUTHOR
Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
rections and improvements.
X Version 11 libxcb 1.9 xcb_send_event(3)
------------------------------------------------------------------------------
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/man/.gitignore b/src/man/.gitignore index 6ed597f..f000a81 100644 --- a/src/man/.gitignore +++ b/src/man/.gitignore @@ -1 +1,2 @@ -*.3 +*.[0-9] +*.[0-9]x |