Sunday, August 30, 2020

Linux Information (Page 22)

 

wenclose(3ncurses) - mouse interface through curses.........
These functions provide an interface to mouse events from ncurses(3NCURSES). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input str

XcmsSetWhitePoint(3) - modifying CCC attributes (Man Page)
The XcmsSetWhitePoint function changes the Client White Point in the specified CCC. Note that the pixel member is ignored and that the color specification is le

SDL_SetGammaRamp(3) - Sets the color gamma lookup tables for
Sets the gamma lookup tables for the display for each color component. Each table is an array of 256 Uint16 values, representing a mapping between the input and

tc-drr(8) - deficit round robin scheduler - Linux man page
The Deficit Round Robin Scheduler is a classful queuing discipline as a more flexible replacement for Stochastic Fairness Queuing. Unlike SFQ, there are no buil

XcmsQueryBlack(3) - obtain black, blue, green, red, and whit
The XcmsQueryBlack function returns the color specification in the specified target format for zero-intensity red, green, and blue. The XcmsQueryBlue function r

msginit(1) - initialize a message catalog - Linux man page
Creates a new PO file, initializing the meta information with values from the users environment. Mandatory arguments to long options are mandatory for short opt

ldap_delete_ext(3) - Perform an LDAP delete operation.......
The ldap_delete_s() routine is used to perform an LDAP delete operation synchronously. It takes dn, the DN of the entry to be deleted. It returns an LDAP error

XkbFreeGeomProperties(3) - Free geometry properties.........
XkbFreeGeomProperties.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify

smiquery(1) - query single information from SMI MIB modules
The smiquery program is used to query information on a single item from an MIB module, e.g. module meta information or a single type definition. OPTIONS -V, --v

gmtime(3) - transform date and time to broken-down time or A
The ctime(), gmtime() and localtime() functions all take an argument of data type time_t, which represents calendar time. When interpreted as an absolute time v

getutmp(3) - copy utmp structure to utmpx, and vice versa...
The getutmp() function copies the fields of the utmpx structure pointed to by ux to the corresponding fields of the utmp structure pointed to by u. The getutmpx

glResetHistogram(3gl) - reset histogram table entries to zer
glResetHistogram resets all the elements of the current histogram table to zero. NOTES glResetHistogram is present only if GL_ARB_imaging is returned when glGet

keyctl_get_security_alloc(3) - Retrieve a key's security con
keyctl_get_security() retrieves the security context of a key as a NUL-terminated string. This will be rendered in a form appropriate to the LSM in force - for

new_field(3form) - create and destroy form fields (ManPage)
The function new_field allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left corner,

XtGrabPointer(3) - manage grabs (Library - Linux man page)
XtGrabKey calls XGrabKey specifying the widgets window as the grab window if the widget is realized. The remaining arguments are exactly as for XGrabKey. If the

dracut-mount.service(8) runs the dracut hooks after sysroot
This service runs all dracut hooks after the real root is mounted on /sysroot. AUTHORS Harald Hoyer SEE ALSO dracut.bootup(7) dracut(8) dracut-mount.service.8 (

assert(3) - abort the program if assertion is false.........
If the macro NDEBUG was defined at the moment <assert.h> was last included, the macro assert() generates no code, and hence does nothing at all. Otherwise, the

XSetTransientForHint(3) - set or read a window's WM_TRANSIEN
The XSetTransientForHint function sets the WM_TRANSIENT_FOR property of the specified window to the specified prop_window. XSetTransientForHint can generate Bad

slk_restore_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

wcsrtombs(3) - convert a wide-character string to a multibyt
If dest is not NULL, the wcsrtombs() function converts the wide-character string *src to a multibyte string starting at dest. At most len bytes are written to d

touchwin(3ncurses) - curses refresh control routines........
The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire win

bootup(7) System bootup process (Misc - Linux man page).....
A number of different components are involved in the system boot. Immediately after power-up, the system BIOS will do minimal hardware initialization, and hand

glMaterialfv(3gl) - specify material parameters for the ligh
glMaterial assigns values to material parameters. There are two matched sets of material parameters. One, the front-facing set, is used to shade points, lines,

Encode::Detect::Detector(3pm) - Detects the encoding of data
This module provides an interface to Mozillas universal charset detector, which detects the charset used to encode data. METHODS $charset = Encode::Detect::Dete

getrpcent_r(3) - get RPC entry (reentrant) - Linux man page
The getrpcent_r(), getrpcbyname_r(), and getrpcbynumber_r() functions are the reentrant equivalents of, respectively, getrpcent(3), getrpcbyname(3), and getrpcb

intro(6) - Introduction to games (Games - Linux manual page)
Section 6 of the manual describes all the games and funny little programs available on the system. NOTES Authors and copyright conditions Look at the header of

XUngrabDeviceKey(3) - grab/ungrab extension input device Key
The XGrabDeviceKey request establishes a passive grab. In the future, the device is actively grabbed (as for XGrabDevice, the last-device-grab time is set to th

aa-enforce(8) set an AppArmor security profile to enforce mo
aa-enforce is used to set one or more profiles to enforce mode. This command is only relevant in conjunction with the aa-complain utility which sets a profile t

ber_alloc_t(3) - OpenLDAP LBER simplified Basic Encoding Rul
ber_alloc_t.3 - These routines provide a subroutine interface to a simplified implementation of the Basic Encoding Rules of ASN.1. The version of BER these rout

regdbdump(8) - parse and print out regulatory rules file....
regdbdump can be used to parse the regulatory.bin file, the Linux wireless regulatory database used by crda, and print out its contents in human readable format

smi_util(3) - SMI type utility functions - Linux man page...
These functions FILES /usr/include/smi.h SMI library header file SEE ALSO libsmi(3), smi_module(3), smi.h AUTHOR (C) 1999-2001 Frank Strauss, TU Braunschweig, G

pthread_tryjoin_np(3) - try to join with a terminated thread
These functions operate in the same way as pthread_join(3), except for the differences described on this page. The pthread_tryjoin_np() function performs a nonb

scalbnl(3) - multiply floating-point number by integral powe
These functions multiply their first argument x by FLT_RADIX (probably 2) to the power of exp, that is: x * FLT_RADIX ** exp The definition of FLT_RADIX can be

splice(2) - splice data to/from a pipe - Linux manual page
splice() moves data between two file descriptors without copying between kernel address space and user address space. It transfers up to len bytes of data from

service(8) - run a System V init script - Linux manual page
The SERVICE parameter specifies a systemd service name to operate on. The supported values of ACTION depend on the specified service. The actions start, stop, r

auparse_node_compare(3) - compares node name values.........
auparse_node_compare compares the node name values of 2 events. RETURN VALUE Returns -1, 0, or 1 respectively depending on whether e2 is less than, equal to, or

ggz.modules(5) - GGZ Gaming Zone module configuration file
The GGZ Gaming Zone uses the file ggz.modules in order to configure which game modules are properly installed. The only approved method of altering this file is

wprintf(3) - formatted wide-character output conversion.....
The wprintf() family of functions is the wide-character equivalent of the printf(3) family of functions. It performs formatted output of wide characters. The wp

gnutls_pkcs11_privkey_get_info(3) - API function (Man Page)
This function will return information about the PKCS 11 private key such as the label, id as well as token information where the key is stored. When output is t

snmp_config(5) - handling of Net-SNMP configuration files...
The Net-SNMP package uses various configuration files to configure its applications. This manual page merely describes the overall nature of them, so that the o

getmntent(3) - get file system descriptor file entry........
These routines are used to access the filesystem description file /etc/fstab and the mounted filesystem description file /etc/mtab. The setmntent() function ope

Tcl_FindExecutable(3) - identify or return the name of the b
The Tcl_FindExecutable procedure computes the full path name of the executable file from which the application was invoked and saves it for Tcls internal use. T

gij-4.6(1) - GNU interpreter for Java bytecode (Man Page)...
gij is a Java bytecode interpreter included with libgcj. gij is not available on every platform; porting it requires a small amount of assembly programming whic

FcLangSetContains(3) - check langset subset relation........
FcLangSetContains returns FcTrue if ls_a contains every language in ls_b. ls_a will contain a language from ls_b if ls_a has exactly the language, or either the

rawshark(1) - Dump and analyze raw libpcap data (Man Page)
Rawshark reads a stream of packets from a file or pipe, and prints a line describing its output, followed by a set of matching fields for each packet on stdout.

menu_back(3menu) - color and attribute control for menus....
The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute

mkdirhier(1) - makes a directory hierarchy - Linux man page
The mkdirhier command creates the specified directories. Unlike mkdir if any of the parent directories of the specified directory do not exist, it creates them

systemd.device(5) - systemd device configuration files......
A unit configuration file whose name ends in .device encodes information about a device unit as exposed in the sysfs/udev(7) device tree. This unit type has no

cg_annotate(1) - post-processing tool for Cachegrind........
cg_annotate takes an output file produced by the Valgrind tool Cachegrind and prints the information in an easy-to-read form. OPTIONS -h --help Show the help me

xtrapchar(1x) - XTrap sample clients - Linux manual page....
These commands are SAMPLE CLIENTS provided with the XTrap X Server Extension Sources, Version 3.3. XTrap is an X Server extension which facilitates the capturin

gnutls_privkey_import_x509(3) - API function (Man Page).....
This function will import the given private key to the abstract gnutls_privkey_t structure. The gnutls_x509_privkey_t object must not be deallocated during the

padsp(1) - PulseAudio OSS Wrapper - Linux manual page.......
padsp.1 - padsp starts the specified program and redirects its access to OSS compatible audio devices (/dev/dsp and auxiliary devices) to a PulseAudio sound ser

XkbModActionVMods(3) - Returns the vmods1 and vmods2 fields
XkbModActionVMods returns the vmods1 and vmods2 fields of act converted to the vmods format of an Xkb modifier description. XkbModActionVMods.3 (Library - Linux

XcmsCIELuv(3) - Xcms color structure - Linux manual page....
The XcmsColor structure contains a union of substructures, each supporting color specification encoding for a particular color space. SEE ALSO XcmsAllocColor(3)

isnan(3) - floating-point classification macros (Man Page)
Floating point numbers can have special values, such as infinite or NaN. With the macro fpclassify(x) you can find out what type x is. The macro takes any float

mrtg-mibhelp(1) A Table of some interesting OIDs (Man Page)
This File Contains a collection of interesting MIB Entries ... mrtg knows about their names ... depending on the ASN .1 Syntax you may have to put gauge into th

fdp(1) - filter for drawing undirected graphs (Man Page)....
These are a collection of programs for drawing graphs. There is actually only one main program; the specific layout algorithms implemented as plugins. Thus, the

f7 - Linux Manual Pages Index (Manual - Linux man page)..........
f7 - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewers an

TIFFClose(3tiff) - close a previously opened TIFF file......
TIFFClose closes a file that was previously opened with TIFFOpen(3TIFF). Any buffered data are flushed to the file, including the contents of the current direct

glRasterPos2sv(3gl) - specify the raster position for pixel
The GL maintains a 3D position in window coordinates. This position, called the raster position, is used to position pixel and bitmap write operations. It is ma

scanf(3) - input format conversion - Linux manual page......
The scanf() family of functions scans input according to format as described below. This format may contain conversion specifications; the results from such con

XtInsertEventHandler(3) - add and remove event handlers.....
The XtAddEventHandler function registers a procedure with the dispatch mechanism that is to be called when an event that matches the mask occurs on the specifie

stderr(3) - standard I/O streams (Library - Linux man page)
Under normal circumstances every UNIX program has three streams opened for it when it starts up, one for input, one for output, and one for printing diagnostic

fdupes(1) - finds duplicate files in a given set of director
Searches the given path for duplicate files. Such files are found by comparing file sizes and MD5 signatures, followed by a byte-by-byte comparison. OPTIONS -r

ps(1) - report a snapshot of the current processes..........
ps displays information about a selection of the active processes. If you want a repetitive update of the selection and the displayed information, use top(1) in

writelog(8) - add a entry to an INN log file. (Man Page)....
The writelog script is used to write a log entry or send it as mail. The name parameter specifies the name of the log file where the entry should be written. If

smbtree(1) - A text based smb network browser (Man Page)....
This tool is part of the samba(7) suite. smbtree is a smb browser program in text mode. It is similar to the Network Neighborhood found on Windows computers. It

cksum(1) - checksum and count the bytes in a file (ManPage)
Print CRC checksum and byte counts of each FILE. --help display this help and exit --version output version information and exit GNU coreutils online help: <htt

gnutls_transport_set_errno_function(3) - API function.......
This is the function where you set a function to retrieve errno after a failed push or pull operation. errno_func is of the form, int (*gnutls_errno_func)(gnutl

Text::ParseWords(3pm) - parse text into an array of tokens o
The &nested_quotewords() and &quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up i

Remove File
remove_file

biof(1) - rotating stack of quads. - Linux manual page......
This is an attempt to recreate some of the work of William Latham. Take a look at the program organic art at this site (http://www.artworks.co.uk). Ported to Li

wunctrl_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

CPAN::FirstTime(3pm) - Utility for CPAN::Config file Initial
The init routine asks a few questions and writes a CPAN/Config.pm or CPAN/MyConfig.pm file (depending on what it is currently using). In the following all quest

gnutls_rsa_params_import_raw(3) - API function (Man Page)...
gnutls_rsa_params_import_raw.3 - This function will replace the parameters in the given structure. The new parameters should be stored in the appropriate gnutls

Tk_DestroyWindow(3) - create or delete window (Man Page)....
The procedures Tk_CreateWindow, Tk_CreateAnonymousWindow, and Tk_CreateWindowFromPath are used to create new windows for use in Tk-based applications. Each of t

ispell(5) - format of ispell dictionaries and affix files...
Ispell(1) requires two files to define the language that it is spell-checking. The first file is a dictionary containing words for the language, and the second

set_item_init(3menu) - set hooks for automatic invocation by
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The funct

english(5) - flag format for English ispell dictionaries....
English dictionaries for ispell(1) supports 3 prefix and 14 suffix flags. For a detailed description of how ispell handles flags and capitalization, see ispell(

pasuspender(1) - Temporarily suspend PulseAudio (Man Page)
pasuspender is a tool that can be used to tell a local PulseAudio sound server to temporarily suspend access to the audio devices, to allow other applications a

pftp
pftp

XpSetLocaleHinter(3x) - Sets a "locale hinter" function and
Since (to date) there is no single industry standard for locale values, locale information about the current client required by XpCreateContext, XpGetPrinterLis

argz_stringify(3) - functions to handle an argz list........
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length. The intended interpretation of the character buffe

dracut-cmdline.service(8) runs the dracut hooks to parse the
This service runs all the dracut hooks to parse the kernel command line in the initramfs. AUTHORS Harald Hoyer SEE ALSO dracut.bootup(7) dracut(8) dracut-cmdlin

clntudp_create(3) - library routines for remote procedure ca
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

snmpusm(1) - creates and maintains SNMPv3 users on a network
snmpusm is an SNMP application that can be used to do simple maintenance on the users known to an SNMP agent, by manipulating the agents User-based Security Mod

ObjCmdWrite(3) - Writing C language extensions to Tcl. '....
ObjCmdWrite.3 - This document is intended to help the programmer who wishes to extend Tcl with C language routines. It should also be useful to someone wishing

XIntersectRegion(3) - region arithmetic - Linux manual page
The XIntersectRegion function computes the intersection of two regions. The XUnionRegion function computes the union of two regions. The XUnionRectWithRegion fu

form_field_info(3form) - retrieve field characteristics.....
The function field_info returns the sizes and other attributes passed in to the field at its creation time. The attributes are: height, width, row of upper-left

blogger(8) - writes messages to a running blogd process.....
blogger is used to send messages to the blogd process during boot phase. These messages will only appear in the boot logging file /var/log/boot.msg and not on /

Tk_CanvasDrawableCoords(3) - utility procedures for canvas t
These procedures are called by canvas type managers to perform various utility functions. Tk_CanvasTkwin returns the Tk_Window associated with a particular canv

b - Linux Manual Pages Index (Manual - Linux man page)..........
b - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewers and

Mail::SpamAssassin::Plugin::SpamCop(3pm) - perform SpamCop r
SpamCop is a service for reporting spam. SpamCop determines the origin of unwanted email and reports it to the relevant Internet service providers. By reporting

fegetexcept(3) - floating-point rounding and exception handl
These eleven functions were defined in C99, and describe the handling of floating-point rounding and exceptions (overflow, zero-divide, etc.). Exceptions The di

dmesg(1) - print or control the kernel ring buffer (ManPage)
dmesg is used to examine or control the kernel ring buffer. The default action is to read all messages from the kernel ring buffer. OPTIONS The --clear, --read-

LIST_ENTRY(3) implementations of lists, tail queues, and cir
These macros define and operate on three types of data structures: lists, tail queues, and circular queues. All three structures support the following functiona

gperf(1) - generate a perfect hash function from a key set
GNU gperf generates perfect hash functions. If a long option shows an argument as mandatory, then it is mandatory for the equivalent short option also. Output f

jpeg2yuv(1) - Convert jpeg images to the yuv format.........
jpeg2yuv decompresses a sequence of JPEG files and pipes the image data to stdout as a YUV4MPEG2 stream. Any JPEG format supported by libjpeg can be read. stdou

Tk_DisplayName(3) - retrieve information from Tk's local dat
Tk_WindowId and the other names listed above are all macros that return fields from Tks local data structure for tkwin. None of these macros requires any intera

mcprint(3ncurses) - ship binary data to printer (Man Page)
mcprint.3ncurses - This function uses the mc5p or mc4 and mc5 capabilities, if they are present, to ship given data to a printer attached to the terminal. Note

No comments:

Post a Comment