summaryrefslogtreecommitdiff
path: root/man/xkb/XkbSASetGroup.man
AgeCommit message (Collapse)AuthorFilesLines
2022-11-03Copyright & license cleanupAlan Coopersmith1-1/+1
2022-06-24docs: remove the unsightly dashes from the overviews of argumentsBenno Schulenberg1-2/+2
Seventeen months ago, commits 78027fdb7a and 4f15cfc645 removed these dashes from two of the man pages. Now, remove them all. They are unhelpful and just make one wonder why they are there (probably to function as improvised bullet points). Also remove four leading spaces and a trailing comma. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
2020-11-28fix broken nroff coding for code commentsWalter Harms1-3/+3
the comments /* */ are code as /\(** */ that does not work. the coding in other X11 man pages is /\&* */ so we do the same here.
2012-08-23Renove some unnecessary low-level markup.Eric S. Raymond1-7/+7
Also, SYNTAX -> SYNOPSIS so function prototypes get parsed by doclifter. This appears to have been somebody's thinko, it's only in a few of the files. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-26/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-28Fix version tag in .TH line of several XKB man pagesAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-28Convert Xkb API man pages to ANSI prototypesAlan Coopersmith1-9/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-05man/xkb: use __libmansuffix__ instead of hardcoding 3Xkb for manpage sectionsJulien Cristau1-1/+1
2009-01-29patches to avoid gcc warnings for libX11 (#2)Paulo Cesar Pereira de Andrade1-1/+4
Author is Peter Breitenlohner <peb@mppmu.mpg.de> Bug #17946, attachment #19440 Avoid a preprocessor message <stdin>:194: warning: no newline at end of file Two more such warnings (in XkbSAGroup.man and XkbSASetGroup.man) seem to be caused by a truncated (or otherwise incomplete) manpage.
2007-04-28Protect C comments and #defines in XKB man pages from being mangled by cppAlan Coopersmith1-3/+3
2007-04-27Add man pages for XKB API'sDennis Arellano1-0/+72
Man pages originally written for X11R6.4 integration to Solaris 7 11/99 Sun bug id 4258344: Add new XKB API manpages for 6.4 upgrade <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258344> (Volunteer needed to convert prototypes in man pages to ANSI C style...)