Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xkbsasetgroup(3xkb) [x11r4 man page]

XkbSASetGroup(3Xkb)						  XKBLIB FUNCTION					       XkbSASetGroup(3Xkb)

NAME
XkbSASetGroup - Sets the group_XXX field of act from the group index grp SYNTAX
void XkbSASetGroup macro ( act, grp ) XkbAction act; int grp; ARGUMENTS
- act action from which to set group - grp group index to set in group_XXX DESCRIPTION
XkbSASetGroup sets the group_XXX field of act from the group index grp. STRUCTURE
Actions associated with the XkbGroupAction structure change the current group state when keys are pressed and released: typedef struct _XkbGroupAction { unsigned char type; /* XkbSA_{Set|Latch|Lock}Group */ unsigned char flags; /* with type, controls the effect on groups */ char group_XXX; /* represents a group index or delta */ } XkbGroupAction; WARNING
This manpage seems to be incomplete X Version 11 Release 6.1 XkbSASetGroup(3Xkb)

Check Out this Related Man Page

grp.h(3HEAD)							      Headers							      grp.h(3HEAD)

NAME
grp.h, grp - group structure SYNOPSIS
#include <grp.h> DESCRIPTION
The <grp.h> header declares the structure group, which includes the following members: char *gr_name /* name of the group */ gid_t gr_gid /* numerical group ID */ char **gr_mem /* pointer to a null-terminated array of character pointers to member names */ The gid_t type is defined as described in <sys/types.h> (see types(3HEAD)). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
getgrnam(3C), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 grp.h(3HEAD)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies