.na Tcl_CallWhenDeleted, Tcl_DontCallWhenDeleted (3) - Arrange for callback when interpreter is deleted .ad
.na Tcl_DStringInit, Tcl_DStringAppend, Tcl_DStringAppendElement, Tcl_DStringStartSublist, Tcl_DStringEndSublist, Tcl_DStringLength, Tcl_DStringValue, Tcl_DStringSetLength, Tcl_DStringFree, Tcl_DStringResult, Tcl_DStringGetResult (3) - manipulate dynamic strings .ad
.na Tcl_InitHashTable, Tcl_DeleteHashTable, Tcl_CreateHashEntry, Tcl_DeleteHashEntry, Tcl_FindHashEntry, Tcl_GetHashValue, Tcl_SetHashValue, Tcl_GetHashKey, Tcl_FirstHashEntry, Tcl_NextHashEntry, Tcl_HashStats (3) - procedures to manage hash tables
.na Tcl_LinkVar, Tcl_UnlinkVar (3) - link Tcl variable to C variable .ad
.na Tk_CanvasPsY, Tk_CanvasPsBitmap, Tk_CanvasPsColor, Tk_CanvasPsFont, Tk_CanvasPsPath, Tk_CanvasPsStipple (3tk) - utility procedures for generating Postscript for canvases .ad
.na Tk_CanvasTkwin, Tk_CanvasGetCoord, Tk_CanvasDrawableCoords, Tk_CanvasSetStippleOrigin, Tk_CanvasWindowCoords, Tk_CanvasEventuallyRedraw (3tk) - utility procedures for canvas type managers .ad
.na Tk_ConfigureWindow, Tk_MoveWindow, Tk_ResizeWindow, Tk_MoveResizeWindow, Tk_SetWindowBorderWidth, Tk_ChangeWindowAttributes, Tk_SetWindowBackground, Tk_SetWindowBackgroundPixmap, Tk_SetWindowBorder, Tk_SetWindowBorderPixmap, Tk_SetWindowColormap, Tk_DefineCursor, Tk_UndefineCursor (3tk) - change window configuration or attributes .ad
.na Tk_SetWindowVisual (3tk) - change visual characteristics of window .ad
/proc (5)            - process information pseudo-filesystem
DEVINFO (5)          - device entry database
GDBM (3)             - The GNU database manager. Includes dbm and ndbm compatability. (Version .)
GNU as (1)           - the portable GNU assembler.
IMAPd (8)            - Interactive Mail Access Protocol server
IPOPd (8)            - Post Office Protocol server
MAKEDEV (8)          - create and maintain filesystem device entries
MAKEDEV (8)          - create devices
MAKEDEV.cfg (5)      - configuration for MAKEDEV(8)
Mtools (1)           - a collection of tools for manipulating MSDOS files
Pnews (1)            - a program for posting news articles
Rnmail (1)           - a program for replying via mail
Tcl (3tcl)           - Summary of Tcl language syntax. E
Tcl_AddErrorInfo, Tcl_SetErrorCode, Tcl_PosixError (3) - record information about errors
Tcl_AllowExceptions (3) - allow all exceptions in next script evaluation
Tcl_AppInit (3)      - perform application-specific initialization
Tcl_AsyncCreate, Tcl_AsyncMark, Tcl_AsyncInvoke, Tcl_AsyncDelete (3) - handle asynchronous events
Tcl_Backslash (3)    - parse a backslash sequence
Tcl_CommandComplete (3) - Check for unmatched braces in a Tcl command
Tcl_Concat (3)       - concatenate a collection of strings
Tcl_CreateCommand, Tcl_DeleteCommand, Tcl_GetCommandInfo, Tcl_SetCommandInfo (3) - implement new commands in C
Tcl_CreateInterp, Tcl_DeleteInterp (3) - create and delete Tcl command interpreters
Tcl_CreateMathFunc (3) - Define a new math function for expressions
Tcl_CreatePipeline (3) - create one or more child processes, with I/O redirection
Tcl_CreateTrace, Tcl_DeleteTrace (3) - arrange for command execution to be traced
Tcl_DetachPids, Tcl_ReapDetachedProcs (3) - manage child processes in background
Tcl_EnterFile, Tcl_GetOpenFile, Tcl_FilePermissions (3) - manipulate the table of open files
Tcl_Eval, Tcl_VarEval, Tcl_EvalFile, Tcl_GlobalEval (3) - execute Tcl commands
Tcl_ExprLong, Tcl_ExprDouble, Tcl_ExprBoolean, Tcl_ExprString (3) - evaluate an expression
Tcl_GetInt, Tcl_GetDouble, Tcl_GetBoolean (3) - convert from string to integer, double, or boolean
Tcl_Interp (3)       - client-visible fields of interpreter structures
Tcl_Main (3)         - main program for Tcl-based applications
Tcl_PrintDouble (3)  - Convert floating value to string
Tcl_RecordAndEval (3) - save command on history list before evaluating
Tcl_RegExpMatch, Tcl_RegExpCompile, Tcl_RegExpExec, Tcl_RegExpRange (3) - Pattern matching with regular expressions
Tcl_SetRecursionLimit (3) - set maximum allowable nesting depth in interpreter
Tcl_SetResult, Tcl_AppendResult, Tcl_AppendElement, Tcl_ResetResult (3) - manipulate Tcl result string
Tcl_SetVar, Tcl_SetVar2, Tcl_GetVar, Tcl_GetVar2, Tcl_UnsetVar, Tcl_UnsetVar2 (3) - manipulate Tcl variables
Tcl_SplitList, Tcl_Merge, Tcl_ScanElement, Tcl_ConvertElement (3) - manipulate Tcl lists
Tcl_StringMatch (3)  - test whether a string matches a pattern
Tcl_TildeSubst (3)   - replace tilde with home directory in a file name
Tcl_TraceVar, Tcl_TraceVar2, Tcl_UntraceVar, Tcl_UntraceVar2, Tcl_VarTraceInfo, Tcl_VarTraceInfo2 (3) - monitor accesses to a variable
Tcl_UpVar, Tcl_UpVar2 (3) - link one variable to another
Tk_BackgroundError (3tk) - report Tcl error that occurred in background processing
Tk_CanvasTextInfo (3tk) - additional information for managing text items in canvases
Tk_ClearSelection (3tk) - Deselect a selection
Tk_ClipboardClear, Tk_ClipboardAppend (3tk) - Manage the clipboard
Tk_ConfigureWidget, Tk_Offset, Tk_ConfigureInfo, Tk_ConfigureValue, Tk_FreeOptions (3tk) - process configuration options for widgets
Tk_CoordsToWindow (3tk) - Find window containing a point
Tk_CreateBindingTable, Tk_DeleteBindingTable, Tk_CreateBinding, Tk_DeleteBinding, Tk_GetBinding, Tk_GetAllBindings, Tk_DeleteAllBindings, Tk_BindEvent (3tk) - invoke scripts in response to X events
Tk_CreateErrorHandler, Tk_DeleteErrorHandler (3tk) - handle X protocol errors
Tk_CreateEventHandler, Tk_DeleteEventHandler (3tk) - associate procedure callback with an X event
Tk_CreateFileHandler, Tk_CreateFileHandler2, Tk_DeleteFileHandler (3tk) - associate procedure callbacks with files or devices
Tk_CreateGenericHandler, Tk_DeleteGenericHandler (3tk) - associate procedure callback with all X events
Tk_CreateImageType (3tk) - define new kind of image
Tk_CreateItemType, Tk_GetItemTypes (3tk) - define new kind of canvas item
Tk_CreateMainWindow, Tk_CreateWindow, Tk_CreateWindowFromPath, Tk_DestroyWindow, Tk_MakeWindowExist (3tk) - create or delete window
Tk_CreatePhotoImageFormat (3tk) - define new file format for photo images
Tk_CreateSelHandler, Tk_DeleteSelHandler (3tk) - arrange to handle requests for a selection
Tk_CreateTimerHandler, Tk_DeleteTimerHandler (3tk) - call a procedure at a given time
Tk_DeleteImage (3tk) - Destroy an image.
Tk_DoOneEvent, Tk_MainLoop, Tk_HandleEvent (3tk) - wait for events and invoke event handlers
Tk_DoWhenIdle, Tk_CancelIdleCall (3tk) - invoke a procedure when there are no pending events
Tk_DrawFocusHighlight (3tk) - draw the traversal highlight ring for a widget
Tk_EventInit (3tk)   - Use the Tk event loop without the rest of Tk
Tk_FindPhoto, Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock, Tk_PhotoGetImage, Tk_PhotoBlank, Tk_PhotoExpand, Tk_PhotoGetSize, Tk_PhotoSetSize (3tk) - manipulate the image data stored in a photo image.
Tk_FreeXId (3tk)     - make X resource identifier available for reuse
Tk_GeometryRequest, Tk_SetInternalBorder (3tk) - specify desired geometry or internal border for a window
Tk_Get3DBorder, Tk_Draw3DRectangle, Tk_Fill3DRectangle, Tk_Draw3DPolygon, Tk_Fill3DPolygon, Tk_3DVerticalBevel, Tk_3DHorizontalBevel, Tk_SetBackgroundFromBorder, Tk_NameOf3DBorder, Tk_3DBorderColor, Tk_3DBorderGC, Tk_Free3DBorder (3tk) - draw borders with three-dimensional appearance
Tk_GetAnchor, Tk_NameOfAnchor (3tk) - translate between strings and anchor positions
Tk_GetBitmap, Tk_DefineBitmap, Tk_NameOfBitmap, Tk_SizeOfBitmap, Tk_FreeBitmap, Tk_GetBitmapFromData (3tk) - maintain database of single-plane pixmaps
Tk_GetCapStyle, Tk_NameOfCapStyle (3tk) - translate between strings and cap styles
Tk_GetColor, Tk_GetColorByValue, Tk_NameOfColor, Tk_FreeColor (3tk) - maintain database of colors
Tk_GetColormap, Tk_FreeColormap (3tk) - allocate and free colormaps
Tk_GetCursor, Tk_GetCursorFromData, Tk_NameOfCursor, Tk_FreeCursor (3tk) - maintain database of cursors
Tk_GetFontStruct, Tk_NameOfFontStruct, Tk_FreeFontStruct (3tk) - maintain database of fonts
Tk_GetGC, Tk_FreeGC (3tk) - maintain database of read-only graphics contexts
Tk_GetImage, Tk_RedrawImage, Tk_SizeOfImage, Tk_FreeImage (3tk) - use an image in a widget
Tk_GetJoinStyle, Tk_NameOfJoinStyle (3tk) - translate between strings and join styles
Tk_GetJustify, Tk_NameOfJustify (3tk) - translate between strings and justification styles
Tk_GetOption (3tk)   - retrieve an option from the option database
Tk_GetPixels, Tk_GetScreenMM (3tk) - translate between strings and screen units
Tk_GetPixmap, Tk_FreePixmap (3tk) - allocate and free pixmaps
Tk_GetRelief, Tk_NameOfRelief (3tk) - translate between strings and relief values
Tk_GetRootCoords (3tk) - Compute root-window coordinates of window
Tk_GetScrollInfo (3tk) - parse arguments for scrolling commands
Tk_GetSelection (3tk) - retrieve the contents of a selection
Tk_GetUid, Tk_Uid (3tk) - convert from string to unique identifier
Tk_GetVRootGeometry (3tk) - Get location and size of virtual root for window
Tk_GetVisual (3tk)   - translate from string to visual
Tk_IdToWindow (3tk)  - Find Tk's window information for an X window
Tk_ImageChanged (3tk) - notify widgets that image needs to be redrawn
Tk_InternAtom, Tk_GetAtomName (3tk) - manage cache of X atoms
Tk_Main (3tk)        - main program for Tk-based applications
Tk_MainWindow (3tk)  - find the main window for an application
Tk_MaintainGeometry, Tk_UnmaintainGeometry (3tk) - maintain geometry of one window relative to another
Tk_ManageGeometry (3tk) - arrange to handle geometry requests for a window
Tk_MapWindow, Tk_UnmapWindow (3tk) - map or unmap a window
Tk_MoveToplevelWindow (3tk) - Adjust the position of a top-level window
Tk_Name, Tk_PathName, Tk_NameToWindow (3tk) - convert between names and window tokens
Tk_NameOfImage (3tk) - Return name of image.
Tk_OwnSelection (3tk) - make a window the owner of the primary selection
Tk_ParseArgv (3tk)   - process command-line options
Tk_Preserve, Tk_Release, Tk_EventuallyFree (3tk) - avoid freeing storage while it's being used
Tk_RestackWindow (3tk) - Change a window's position in the stacking order
Tk_RestrictEvents (3tk) - filter and selectively delay X events
Tk_SetAppName (3tk)  - Set the name of an application for ``send'' commands
Tk_SetClass, Tk_Class (3tk) - set or retrieve a window's class
Tk_SetGrid, Tk_UnsetGrid (3tk) - control the grid for interactive resizing
Tk_Sleep (3tk)       - delay execution for a given number of milliseconds
Tk_StrictMotif (3tk) - Return value of tk_strictMotif variable
Tk_WindowId, Tk_Parent, Tk_Display, Tk_DisplayName, Tk_ScreenNumber, Tk_Screen, Tk_X, Tk_Y, Tk_Width, Tk_Height, Tk_Changes, Tk_Attributes, Tk_IsMapped, Tk_IsTopLevel, Tk_ReqWidth, Tk_ReqHeight, Tk_InternalBorderWidth, Tk_Visual, Tk_Depth, Tk_Colormap (3tk) - retrieve information from Tk's local data structure
Yacc (1)             - an LALR(1) parser generator
__get_free_pages, get_free_page, __get_free_page, __get_dma_pages, free_pages, free_page, kmalloc, kfree, kfree_s, vmalloc, vfree (9) - Allocate and free dynamic kernel memory
_exit (2)            - terminate the current process
_llseek (2)          - reposition read/write file offset
abort (3)            - cause abnormal program termination
abs (3)              - computes the absolute value of an integer.
accept (2)           - accept a connection on a socket
access (2)           - check user's permissions for a file
acct (2)             - switch process accounting on or off
acos (3)             - arc cosine function
acosh (3)            - inverse hyperbolic cosine function
active, active.times (5) - list of active Usenet newsgroups
add_timer, del_timer, init_timer (9) - manage event timers
addftinfo (1)        - add information to troff font files for use with groff
adjtimex (2)         - tune kernel clock
adjust_clock (9)     - Adjusts startup time counter to tick in GMT
afm2tfm (1)          - convert Adobe font metrics to TeX font metrics
afmtodit (1)         - create font files for use with groff -Tps
afs_syscall, break, gtty, lock, mpx, prof, quotactl, stty (2) - unimplemented system calls
after (3tk)          - Execute a command after a time delay
agetty (8)           - alternative Linux getty
alarm (2)            - set an alarm clock for delivery of a signal
alloca (3)           - memory allocator
amslatex (1)         - structured text formatting and typesetting
amstex (1)           - structured text formatting and typesetting
ansi2knr (1)         - convert ANSI C to Kernighan & Ritchie C
answer (1)           - phone message transcription system
append (3tcl)        - Append to variable
apropos (1)          - search the whatis database for strings
ar (1)               - create, modify, and extract from archives.
arch (1)             - print machine architecture
archive (8)          - Usenet article archiver
arithmetic (6)       - quiz on simple arithmetic
array (3tcl)         - Manipulate array variables
ascii (7)            - the ASCII character set encoded in octal, decimal, and hexadecimal
asctime, ctime, gmtime, localtime, mktime (3) - transform binary date and time to ASCII
ash (1)              - a shell
asin (3)             - arc sine function
asinh (3)            - inverse hyperbolic sine function
assert (3)           - Abort the program if assertion is false.
atan (3)             - arc tangent function
atan2 (3)            - arc tangent function of two variables
atanh (3)            - inverse hyperbolic tangent function
atc (6)              - Air Traffic Controller Game
atexit (3)           - register a function to be called at normal program termination.
atof (3)             - convert a string to a double.
atoi (3)             - convert a string to an integer.
atol (3)             - convert a string to a long integer.
badblocks (8)        - search a device for bad blocks
basename (1)         - strip directory and suffix from filenames
bash (1)             - GNU Bourne-Again SHell
bash, :, ., alias, bg, bind, break, builtin, bye, case, cd, command, continue, declare, dirs, echo, enable, eval, exec, exit, export, fc, fg, for, getopts, hash, help, history, if, jobs, kill, let, local, logout, popd, pushd, pwd, read, readonly, return, set, shift, source, suspend, test, times, trap, type, typeset, ulimit, umask, unalias, unset, until, wait, while (1) - bash built-in commands, see bash(1)
batcher (8)          - article batching backend for InterNetNews
battlestar (6)       - a tropical adventure game
bc (1)               - An arbitrary precision calculator language
bcd (6)              - format input as punch cards .br ppt - format input as paper tape .br morse - format input as morse code
bcmp (3)             - compare byte strings
bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset (3) - byte string operations
bcopy (3)            - copy byte strings
bdflush (2)          - start, flush, or tune buffer-dirty-flush daemon
bdflush (8)          - kernel daemon to flush dirty buffers back to disk.
bell (3tk)           - Ring a display's bell
bibtex (1)           - make a bibliography for (La)TeX
bind (2)             - bind a name to a socket
bind (3tk)           - Arrange for X events to invoke Tcl scripts
bindtags (3tk)       - Determine which bindings apply to a window, and order of evaluation
bison (1)            - GNU Project parser generator (yacc replacement)
bitmap (3tk)         - Images that display two colors
bootparam (7)        - Introduction to boot time parameters of the Linux kernel
bpe (1)              - examine and patch binary files
break (3tcl)         - Abort looping command
brk, sbrk (2)        - change data segment size
bsearch (3)          - binary search of a sorted array.
buffchan (8)         - buffered file-writing backend for InterNetNews
button (3tk)         - Create and manipulate button widgets
bzero (3)            - write zeros to a byte string
cacheflush (2)       - flush contents of instruction and/or data cache
caesar (6)           - decrypt caesar cyphers
cal displays a calendar (1) - 
calloc, malloc, free, realloc (3) - Allocate and free dynamic memory
canvas (3tk)         - Create and manipulate canvas widgets
captoinfo (1m)       - convert a termcap description into a terminfo description
case (3tcl)          - Evaluate one of several scripts, depending on a given value
cat (1)              - concatenate files and print on the standard output
catch (3tcl)         - Evaluate script and trap exceptional returns
catgets (3)          - get message from a message catalog
catopen, catclose (3) - open/close a message catalog
cccp, cpp (1)        - The GNU C-Compatible Compiler Preprocessor.
cd (3tcl)            - Change working directory
ceil (3)             - smallest integral value not less than x
cfdisk (8)           - Curses based disk partition table manipulator for Linux
chat (8)             - Automated conversational script with a modem
chattr (1)           - change file attributes on a Linux second extended file system
chdir, fchdir (2)    - change working directory
checkalias (1)       - check to see if an alias is defined.
checkbutton (3tk)    - Create and manipulate checkbutton widgets
chfn (1)             - change your finger information
chgrp (1)            - change the group ownership of files
chkdupexe (1)        - find duplicate executables
chmod (1)            - change the access permissions of files
chmod, fchmod (2)    - change permissions of a file
chown (1)            - change the user and group ownership of files
chown, fchown (2)    - change ownership of a file
chroot (2)           - change root directory
chroot (8)           - change root directory and execute a program there
chsh (1)             - change your login shell
ci (1)               - check in RCS revisions
cjpeg (1)            - compress an image file to a JPEG file
cksum (1)            - checksum and count the bytes in a file
clear (1)            - clear terminal screen
clearerr, feof, ferror, fileno (3) - check and reset stream status
clientlib (3)        - NNTP clientlib part of InterNetNews library
clipboard (3tk)      - Manipulate Tk clipboard
clock (3)            - Determine processor time
clock (8)            - manipulate the CMOS clock
clone (2)            - create a child process
close (2)            - close a file descriptor
close (3tcl)         - Close an open file
closedir (3)         - close a directory
closelog, openlog, syslog (3) - send messages to the system logger
cmp compare two files (1) - 
co (1)               - check out RCS revisions
colcrt filter nroff output for CRT previewing (1) - 
colrm remove columns from a file (1) - 
column columnate lists (1) - 
comm (1)             - compare two sorted files line by line
compress, uncompress, zcat (1) - compress and expand data
concat (3tcl)        - Join lists together
confstr (3)          - get configuration dependent string variables
connect (2)          - initiate a connection on a socket
console (4)          - console terminal and virtual consoles
console ioctl's (4)  - ioctl's for console terminal and virtual consoles
continue (3tcl)      - Skip to the next iteration of a loop
control.ctl (5)      - specify handling of Usenet control messages
convdate (1)         - convert time/date strings and numbers
copysign (3)         - copy sign of a number
cos (3)              - cosine function
cosh (3)             - hyperbolic cosine function
cp (1)               - copy files
cpio (1)             - copy files to and from archives
cribbage (6)         - the card game cribbage
crond (8)            - cron daemon (Dillon's Cron)
crontab (1)          - manipulate per-user crontabs (Dillon's Cron)
crypt (3)            - password and data encryption
csplit (1)           - split a file into sections determined by context lines
ctermid (3)          - get controlling terminal name
ctlinnd (8)          - control the InterNetNews daemon
ctrl_alt_del (9)     - routes the keyboard interrupt ctrl-alt-del key sequence
ctrlaltdel (8)       - set the function of the Ctrl-Alt-Del combination
cu (1)               - Call up another system
curs_addch: addch, waddch, mvaddch, mvwaddch, echochar, wechochar (3x) - add a character (with attributes) to a curses window, then advance the cursor
curs_addchstr: addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr (3x) - add string of characters (and attributes) to a curses window
curs_addstr: addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr (3x) - add a string of characters to a curses window and advance cursor
curs_attr: attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout (3x) - curses character and window attribute control routines
curs_beep: beep, flash (3x) - curses bell and screen flash routines
curs_bkgd: bkgdset, wbkgdset, bkgd, wbkgd (3x) - curses window background manipulation routines
curs_border: border, wborder, box, hline, whline, vline, wvline (3x) - create curses borders, horizontal and vertical lines
curs_clear: erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol (3x) - clear all or part of a curses window
curs_color: start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content (3x) - curses color manipulation routines
curs_delch: delch, wdelch, mvdelch, mvwdelch (3x) - delete character under the cursor in a curses window
curs_deleteln: deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln (3x) - delete and insert lines in a curses window
curs_getch: getch, wgetch, mvgetch, mvwgetch, ungetch (3x) - get (or push back) characters from curses terminal keyboard
curs_getstr: getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr (3x) - accept character strings from curses terminal keyboard
curs_getyx: getyx, getparyx, getbegyx, getmaxyx (3x) - get curses cursor and window coordinates
curs_inch: inch, winch, mvinch, mvwinch (3x) - get a character and attributes from a curses window
curs_inchstr: inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr (3x) - get a string of characters (and attributes) from a curses window
curs_initscr: initscr, newterm, endwin, isendwin, set_term, delscreen (3x) - curses screen initialization and manipulation routines
curs_inopts: cbreak, nocbreak, echo, noecho, halfdelay, intrflush, keypad, meta, nodelay, notimeout, raw, noraw, noqiflush, qiflush, timeout, wtimeout, typeahead (3x) - curses input options
curs_insch: insch, winsch, mvinsch, mvwinsch (3x) - insert a character before cursor in a curses window
curs_instr: insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr (3x) - insert string before cursor in a curses window
curs_instr: instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr (3x) - get a string of characters from a curses window
curs_kernel: def_prog_mode, def_shell_mode, reset_prog_mode, reset_shell_mode, resetty, savetty, getsyx, setsyx, ripoffline, curs_set, napms (3x) - low-level xscurses routines
curs_move: move, wmove (3x) - move curses window cursor
curs_outopts: clearok, idlok, idcok immedok, leaveok, setscrreg, wsetscrreg, scrollok, nl, nonl (3x) - curses output options
curs_overlay: overlay, overwrite, copywin (3x) - overlay and manipulate overlapped curses windows
curs_pad: newpad, subpad, prefresh, pnoutrefresh, pechochar (3x) - create and display curses pads
curs_printw: printw, wprintw, mvprintw, mvwprintw, vwprintw (3x) - print formatted output in curses windows
curs_refresh: refresh, wrefresh, wnoutrefresh, doupdate, redrawwin, wredrawln (3x) - refresh curses windows and lines
curs_scanw: scanw, wscanw, mvscanw, mvwscanw, vwscanw (3x) - convert formatted input from a curses widow
curs_scr_dump: scr_dump, scr_restore, scr_init, scr_set (3x) - read (write) a curses screen from (to) a file
curs_scroll: scroll, srcl, wscrl (3x) - scroll a curses window
curs_slk: slk_init, slk_set, slk_refresh, slk_noutrefresh, slk_label, slk_clear, slk_restore, slk_touch, slk_attron, slk_attrset, slk_attroff (3x) - curses soft label routines
curs_termattrs: baudrate, erasechar, has_ic, has_il, killchar, longname, termattrs, termname (3x) - curses environment query routines
curs_termcap: tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs (3x) - direct curses interface to the terminfo capability database
curs_terminfo: setupterm, setterm, set_curterm, del_curterm, restartterm, tparm, tputs, putp, vidputs, vidattr, mvcur, tigetflag, tigetnum, tigetstr (3x) - curses interfaces to terminfo database
curs_touch: touchwin, touchline, untouchwin, wtouchln, is_linetouched, is_wintouched (3x) - curses refresh control routines
curs_util: unctrl, keyname, filter, use_env, putwin, getwin, delay_output, flushinp (3x) - miscellaneous curses utility routines
curs_window: newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown (3x) - create curses windows
cut (1)              - remove sections from each line of files
cvtbatch (8)         - convert Usenet batch file to INN format
cytune (8)           - Tune Cyclades driver parameters
date (1)             - show and set date and time
dd (1)               - convert a file while copying it
debugfs (8)          - ext2 file system debugger
deliver (8)          - deliver local mail
depmod, modprobe (1) - handle loadable modules automatically
destroy (3tk)        - Destroy one or more windows
df (1)               - summarize free disk space
dialog (1)           - display dialog boxes from shell scripts
diff (1)             - find differences between two files
diff3 (1)            - find differences between three files
difftime (3)         - calculate time difference
dig (1)              - send domain name query packets to name servers
dip (8)              - handle dialup IP connections
dircolors (1)        - Set color parameters for R ls (1)
dirname (1)          - strip non-directory suffix from file name
distrib.pats (5)     - default values for Usenet Distribution header
div (3)              - computes the quotient and remainder of integer division
djpeg (1)            - decompress a JPEG file to an image file
dlclose, dlerror, dlopen, dlsym (3) - Programming interface to dynamic linking loader.
dmesg (8)            - print or control the kernel ring buffer
dnsquery (1)         - query domain name servers using resolver
domainname (1)       - set or print domain of current host
dosfsck (8)          - check and repair MS-DOS file systems
drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 (3) - generate uniformly distributed pseudo-random numbers
drem (3)             - floating-point remainder function
dsplit (1)           - split a large file into pieces
du (1)               - summarize disk usage
dumpe2fs (8)         - dump filesystem information
dumpkeys (1)         - dump keyboard translation tables
dup, dup2 (2)        - duplicate a file descriptor
dvilj4, dvilj4l, dvilj2p, dvilj (1) - convert dvi files to PCL, for HP LaserJet printers
dvips (1)            - convert a TeX DVI file to PostScript
dvitype (1)          - translate a dvi file for humans
e2fsck (8)           - check a Linux second extended file system
echo (1)             - display a line of text
ecvt, fcvt (3)       - convert a floating-point number to a string.
ed, red (1)          - text editor
elm (1)              - an interactive mail system
elmalias (1)         - expand and display Elm address aliases
elvis, ex, vi, view, input (1) - The editor
elvprsv (1)          - Preserve the the modified version of a file after a crash.
elvrec (1)           - Recover the modified version of a file after a crash
emacs (1)            - GNU project Emacs
entry (3tk)          - Create and manipulate entry widgets
env (1)              - run a program in a modified environment
environ (5)          - user environment
eof (3tcl)           - Check for end-of-file condition on open file
erf, erfc (3)        - error function and complementary error function
error (3tcl)         - Generate an error
etags (1)            - generate tag file for Emacs .br ctags -- generate tag file for vi
etex (1)             - extended plain TeX
eval (3tcl)          - Evaluate a Tcl script
exec (3tcl)          - Invoke subprocess(es)
execl, execlp, execle, exect, execv, execvp (3) - execute a file
execve (2)           - execute program
exit (3)             - cause normal program termination
exit (3tcl)          - End the application
exit (3tk)           - Exit the process
exp, log, log10, pow (3) - exponential, logarithmic and power functions
expand (1)           - convert tabs to spaces
expire (8)           - Usenet article and history expiration program
expire.ctl (5)       - control file for Usenet article expiration
expireover (8)       - Expire entries from the news overview database
explodepkg (8)       - Extract the contents of a tar+GNUzip package (such as a Slackware software package) in the current directory.
exports (5)          - NFS file systems being exported
expr (1)             - evaluate expressions
expr (3tcl)          - Evaluate an expression
f2c (1)              - Convert Fortran 77 to C or C++ . " f^2c changed to f2c in the previous line for the benefit of . " people on systems (e.g. Sun systems) whose makewhatis cannot . " cope with troff formatting commands.
fabs (3)             - absolute value of floating-point number
factor, primes (6)   - factor a number, generate primes
false (1)            - do nothing, unsuccessfully
fastmail (1)         - quick batch mail interface to a single address
fastrm (8)           - quickly remove a set of files
fclose (3)           - close a stream
fcntl (2)            - manipulate file descriptor
fd (4)               - floppy disk device
fdformat (8)         - Low-level formats a floppy disk
fdisk (8)            - Partition table manipulator for Linux
fflush, fpurge (3)   - flush a stream
ffs (3)              - find first bit set in a word
fgetc, fgets, getc, getchar, gets, ungetc (3) - input of characters and strings
fgetgrent (3)        - get group file entry
fgetpos, fseek, fsetpos, ftell, rewind (3) - reposition a stream
fgetpwent (3)        - get password file entry
fieldread, fieldmake, fieldwrite, fieldfree (3) - field access package
fig2dev (1)          - translates Fig code to various graphics languages
fig2ps2tex (1)       - generate a TeX file for including a PostScript file
file (1)             - determine file type
file (3tcl)          - Manipulate file names and attributes
file_table (9)       - detailed description of the table and table entry
file_table_init (9)  - initializes the file table in the kernel
filechan (8)         - file-writing backend for InterNetNews
fileevent (3tk)      - Execute a script when a file becomes readable or writable
filesystems (9)      - details the table of configured file systems
filter (1)           - filter incoming messages before adding to mailbox
find (1)             - search for files in a directory hierarchy
finger user information lookup program (1) - 
fingerd remote user information server (8) - 
fish (6)             - play ``Go Fish''
fiz (1)              - analyze damaged zoo archive for data revovery
flex (1)             - fast lexical analyzer generator
flock (2)            - apply or remove an advisory lock on an open file
floor (3)            - largest integral value not greater than x
flush (3tcl)         - Flush buffered output for a file
fmod (3)             - floating-point remainder function
fmt (1)              - adjust line-length for paragraphs of text
fnmatch (3)          - match filename or pathname
focus (3tk)          - Manage the input focus
fold (1)             - wrap each input line to fit in specified width
fopen, fdopen, freopen (3) - stream open functions
for (3tcl)           - ``For'' loop
foreach (3tcl)       - Iterate over all elements in a list
fork, vfork (2)      - create a child process
format (3tcl)        - Format a string in the style of sprintf
fpathconf, pathconf (3) - get configuration values for files
fputc, fputs, putc, putchar, puts (3) - output of characters and strings
frag (8)             - simple fragmentation checker
frame (3tk)          - Create and manipulate frame widgets
fread, fwrite (3)    - binary stream input/output
free (1)             - Display amount of free and used memory in the system
frexp (3)            - convert floating-point number to fractional and integral components
frm,nfrm (1)         - list from and subject of selected messages in mailbox or folder
fsck (8)             - check and repair a Linux file system
fsck.minix (8)       - a file system consistency checker for Linux
fstab (5)            - static information about the filesystems
fsync (2)            - synchronize a file's in-core state with that on disk
ftime (3)            - return date and time
ftok (3)             - convert a pathname and a project identifier to a System V IPC key
ftp ARPANET file transfer program (1) - 
ftpaccess (5)        - ftpd configuration file
ftpconversions (5)   - ftpd conversions database
ftpcount (1)         - show current number of users for each class
ftpd (8)             - DARPA Internet File Transfer Protocol server
ftphosts (5)         - ftpd individual user host access file
ftpshut (8)          - close down the ftp servers at a given time
ftpwho (1)           - show current process information for each ftp user.
ftw (3)              - file tree walk
fuser (1)            - identify processes using files
game (6)             - 
gawk (1)             - pattern scanning and processing language
gcc, g++ (1)         - GNU project C and C++ Compiler (v2.6)
gcvt (3)             - convert a floating-point number to a string.
genksyms (8)         - generate symbol version information
geqn (1)             - format equations for troff
get_empty_filp (9)   - fetches an unreferenced entry from the file table
get_kernel_syms, create_module, init_module, delete_module loadable module support (2) - 
get_user_byte, get_fs_byte, get_user_word, get_fs_word, get_user_long, get_fs_long, put_user_byte, put_fs_byte, put_user_word, put_fs_word, put_user_long, put_fs_long, __generic_memcpy_tofs, __constant_memcpy_tofs, __generic_memcpy_fromfs, __constant_memcpy_fromfs, memcpy_fromfs, memcpy_tofs (9) - copy data from or to user space.
getcwd, get_current_dir_name, getwd (3) - Get current working directory
getdents (2)         - get directory entries
getdirentries (3)    - get directory entries in a filesystem independent format
getdomainname, setdomainname (2) - get/set domain name
getdtablesize (2)    - get descriptor table size
getenv (3)           - get an environment variable
getgid, getegid (2)  - get group identity
getgrent, setgrent, endgrent (3) - get group file entry
getgrnam, getgrgid (3) - get group file entry
getgroups, setgroups (2) - get/set group access list
gethostbyname, gethostbyaddr, gethostent, sethostent, endhostent, herror (3) - get network host entry
gethostid, sethostid (2) - get or set the unique identifier of the current host
gethostname, sethostname (2) - get/set host name
getitimer, setitimer (2) - get or set value of an interval timer
getlist (1)          - get a list from an NNTP server
getmntent, setmntent, addmntent, endmntent, hasmntopt (3) - get file system descriptor file entry
getnetent, getnetbyaddr, getnetbyname, setnetent, endnetent (3) - get networks entry
getopt (3)           - Read command line options
getopt parse command options (1) - 
getpagesize (2)      - get system page size
getpass (3)          - get a password
getpeername (2)      - get name of connected peer
getpid, getppid (2)  - get process identification
getpriority, setpriority (2) - get/set program scheduling priority
getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent (3) - get protocol entry
getpw (3)            - Re-construct password line entry
getpwent, setpwent, endpwent (3) - get password file entry
getpwnam, getpwuid (3) - get password file entry
getrlimit, getrusage, setrlimit (2) - get/set resource limits and usage
gets (3tcl)          - Read a line from a file
getservent, getservbyname, getservbyport, setservent, endservent (3) - get service entry
getsockname (2)      - get socket name
getsockopt, setsockopt (2) - get and set options on sockets
gettimeofday, settimeofday (2) - get / set time
getty (1)            - sets terminal mode, speed, and line discipline
gettydefs (5)        - speed and tty settings used by getty
getuid, geteuid (2)  - get user identity
getusershell, setusershell, endusershell (3) - get legal user shells
getutent, getutid, getutline, pututline, setutent, endutent, utmpname (3) - access utmp file entries
gftodvi (1)          - make proof sheets from generic font files
gftopk (1)           - convert generic font files to packed font files
gftype (1)           - translate a generic font file for humans to read =====================================================================
gindxbib (1)         - make inverted index for bibliographic databases
glob (3tcl)          - Return names of files that match patterns
glob, globfree (3)   - find pathnames matching a pattern, free memory from glob()
global (3tcl)        - Access global variables
glookbib (1)         - search bibliographic databases
gnroff (1)           - emulate nroff command with groff
gnuan (6)            - 
gnuchess (6)         - Chess
gnuplot (1)          - an interactive plotting program
gpic (1)             - compile pictures for troff or TeX
gpm (1)              - a cut and paste utility and mouse server for virtual consoles
gpm-root (1)         - a default handler for gpm, used to draw menus on the root window
gprof (1)            - display call graph profile data
grab (3tk)           - Confine pointer and keyboard events to a window sub-tree
grefer (1)           - preprocess bibliographic references for groff
grep, egrep, fgrep (1) - print lines matching a pattern
grephistory (1)      - display file names from Usenet history file
grodvi (1)           - convert groff output to TeX dvi format
groff (1)            - front end for the groff document formatting system
groff_char (7)       - groff character names
groff_font (5)       - format of groff device and font description files
groff_me (7)         - troff macros for formatting papers
groff_mm (7)         - groff mm macros
groff_ms (7)         - groff ms macros
groff_out (5)        - groff intermediate output format
grog (1)             - guess options for groff command
grops (1)            - PostScript driver for groff
grotty (1)           - groff driver for typewriter-like devices
group (5)            - user group file
groups (1)           - print the groups a user is in
grow_files (9)       - adds entries to the file table
gs (1)               - Ghostscript version 2.6 interpreter/previewer
gsftopk (1)          - render a ghostscript font in TeX pk format
gsoelim (1)          - interpret .so requests in groff input
gtbl (1)             - format tables for troff
gtroff (1)           - format documents
gxditview (1)        - display gtroff output files
gzexe (1)            - compress executable files in place
gzip, gunzip, zcat (1) - compress or expand files
hangman (6)          - Computer version of the game hangman
hcreate, hdestroy, hsearch (3) - hash table management
hd (4)               - MFM/IDE hard disk device
head (1)             - output the first part of files
hexdump ascii, decimal, hexadecimal, octal dump (1) - 
hier (7)             - Description of the file system hierarchy
history (3tcl)       - Manipulate the history list
history (5)          - record of current and recently expired Usenet articles
host (1)             - look up host names using domain server
hostid (1)           - set or print system's host id.
hostname (1)         - show or set the system's host name .br dnsdomainname - show the system's domain name
hostname (7)         - host name resolution description
hosts.nntp, hosts.nntp.nolimit (5) - list of hosts that feed NNTP news
hosts_access (5)     - format of host access control files
hosts_access, hosts_ctl (3) - access control library
hosts_options (5)    - host access control language extensions
htonl, htons, ntohl, ntohs (3) - convert values between host and network byte order
hunt (6)             - a multi-player multi-terminal game
huntd (6)            - hunt daemon, back-end for hunt game
hypot (3)            - Euclidean distance function
ibm_hosts (5)        - host database for x3270
id (1)               - print real and effective UIDs and GIDs
ident (1)            - identify RCS keyword strings in files
identd, in.identd (8) - TCP/IP IDENT protocol server
idle (2)             - make process 0 idle
if (3tcl)            - Execute scripts conditionally
ifconfig (8)         - configure a network interface
image (3tk)          - Create and manipulate images
in_group_p (9)       - searches group IDs for a match
incr (3tcl)          - Increment the value of a variable
indent (1)           - changes the appearance of a C program by inserting or deleting whitespace.
index, rindex (3)    - locate character in string
inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof (3) - Internet address manipulation routines
inetd internet super (8) - server
inews (1)            - send a Usenet article to the local news server for distribution
infnan (3)           - deal with infinite or not-a-number (NaN) result
info (1)             - GNU's hypertext system
info (3tcl)          - Return information about the state of the Tcl interpreter
infocmp (1m)         - compare or print out terminfo descriptions
init, telinit (8)    - process control initialization }}} {{{ Synopsis
initex (1)           - initial TeX for making format (.fmt) files =====================================================================
initgroups (3)       - initialize the supplementary group access list
inittab (5)          - format of the inittab file used by the SysV-compatible init process }}} {{{ Description
inn.conf (5)         - configuration data for InterNetNews programs
innconfval (1)       - get an InterNetNews configuration parameter
innd, inndstart (8)  - InterNetNews daemon
inndcomm (3)         - INND communication part of InterNetNews library
innwatch.ctl (5)     - control Usenet supervision by innwatch
innxmit (8)          - send Usenet articles to a remote NNTP server
insert_file_free (9) - adds a file entry into the file table
insmod (1)           - install loadable modules (aout and ELF format)
install (1)          - copy files and set their attributes
installit (1)        - file/directory installation tool
installpkg (8)       - install Slackware packages.
intro (1)            - Introduction to user commands
intro (2)            - Introduction to system calls
intro (3)            - Introduction to library functions
intro (4)            - Introduction to special files
intro (5)            - Introduction to file formats
intro (6)            - Introduction to games
intro (7)            - Introduction to miscellany section
intro (8)            - Introduction to administration and privileged commands
ioctl (2)            - control device
ioperm (2)           - set port input/output permissions
iopl (2)             - change I/O privilege level
ipc (2)              - System V IPC system calls
ipc (5)              - System V interprocess communication mechanisms
ipcs (8)             - provide information on ipc facilities
isalnum, isalpha, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper, isxdigit (3) - character classification routines
isatty (3)           - does this descriptor refer to a terminal
isinf, isnan, finite (3) - test for infinity or not-a-number (NaN)
iso_8859_1 (7)       - the ISO 8859-1 character set encoded in octal, decimal, and hexadecimal
ispell (4)           - format of ispell dictionaries and affix files
ispell, buildhash, munchlist, findaffix, tryaffix, icombine, ijoin (1) - Interactive spelling checking
issue (5)            - issue identification file
j0, j1, jn, y0, y1, yn (3) - Bessel functions
joe (1)              - Joe's Own Editor
join (1)             - join lines of two files on a common field
join (3tcl)          - Create a string by joining together list elements
kbd_mode (1)         - report or set the keyboard mode
kbdrate (8)          - reset the keyboard repeat rate and delay time
kernel_mktime (9)    - convert startup struct mktime into the number of seconds since 00:00:00 January 1, 1970
keytables (5)        - keyboard table descriptions for loadkeys and dumpkeys
kill (1)             - terminate a process
kill (2)             - send signal to a process
killall (1)          - kill processes by name
killpg (2)           - send signal to a process group
killpg (3)           - send signal to all members of a process group.
klogd (8)            - kernel log daemon. .LP
ksyms (1)            - shows the exported kernel symbols.
label (3tk)          - Create and manipulate label widgets
labs (3)             - computes the absolute value of a long integer.
lamstex (1)          - structured text formatting and typesetting
lappend (3tcl)       - Append list elements onto a variable
last (1)             - indicate last logins by user or terminal
latex (1)            - structured text formatting and typesetting
ld (1)               - the GNU linker
ld.so (8)            - a.out dynamic linker/loader
ldconfig (8)         - determine run-time link bindings
ldd (1)              - print shared library dependencies
ldexp (3)            - multiply floating-point number by integral power of 2
ldiv (3)             - computes the quotient and remainder of long integer division.
lgamma (3)           - log gamma function
libinn (3)           - InterNetNews library routines
library (3tcl)       - standard library of Tcl procedures
lilo (8)             - install boot loader
lilo.conf (5)        - configuration file for lilo
lindex (3tcl)        - Retrieve an element from a list
linecheck (1)        - debugging tool for R term serial lines
linecheck, termtest (1) - debugging tools for term B
link (2)             - make a new name for a file
linsert (3tcl)       - Insert elements into a list
list (3tcl)          - Create a list
listalias (1)        - list user and system aliases
listbox (3tk)        - Create and manipulate listbox widgets
listen (2)           - listen for connections on a socket
lkbib (1)            - search bibliographic databases
llength (3tcl)       - Count the number of elements in a list
ln (1)               - make links between files
loadkeys (1)         - load keyboard translation tables
locale (7)           - Description of multi-language support
localeconv (3)       - get numeric formatting information
locate (1)           - list files in databases that match a pattern
locatedb (5)         - front-compressed file name database
logger make entries in the system log (1) - 
login (1)            - sign on
logname (1)          - print user's login name
longjmp (3)          - non-local jump to a saved stack context
look display lines beginning with a given string (1) - 
lower (3tk)          - Change a window's position in the stacking order
lp (4)               - line printer devices
lpc line printer control program (8) - 
lpcntl (8)           - interface to line printer ioctl
lpd line printer spooler daemon (8) - 
lpq spool queue examination program (1) - 
lpr off line print (1) - 
lprm remove jobs from the line printer spooling queue (1) - 
lptest generate lineprinter ripple pattern (1) - 
lrange (3tcl)        - Return one or more adjacent elements from a list
lreplace (3tcl)      - Replace elements in a list with new elements
ls, dir, vdir (1)    - list contents of directories
lsattr (1)           - list file attributes on a Linux second extended file system
lsearch (3tcl)       - See if a list contains a particular element
lseek (2)            - reposition read/write file offset
lsmod (1)            - shows the loaded modules.
lsort (3tcl)         - Sort the elements of a list
magic (4)            - file command's magic number file
mail send and receive mail (1) - 
mailaddr (7)         - mail addressing description
make (1)             - GNU make utility to maintain groups of programs
make maintain program dependencies (1) - 
makeactive, makehistory, newsrequeue (8) - tools to recover Usenet databases
makehole (8)         - a program to make filesystem "holes" in pure executables
makeindex (1)        - a general purpose, formatter-independent index processor =====================================================================
makemap create database maps for sendmail (8) - 
makepkg (8)          - make Slackware packages.
man (1)              - format and display the on-line manual pages .br manpath - determine user's search path for man pages
man (7)              - macros to format man pages
man.config (5)       - configuration data for man
mapscrn (8)          - load screen output mapping table
mattrib (1)          - change MSDOS file attribute flags
mblen (3)            - determine the number of bytes in a character
mbstowcs (3)         - convert a multibyte string to a wide character string.
mbtowc (3)           - convert a multibyte character to a wide character.
mc (1)               - Visual shell for Unix-like systems. SKIP_SECTION"
mcd (1)              - change MSDOS directory
mcookie (1)          - generate magic cookies for xauth
mcopy (1)            - copy MSDOS files to/from Unix
md5sum (1)           - generate/check MD5 message digests
mdel (1)             - delete an MSDOS file
mdir (1)             - display an MSDOS directory
mem, kmem, port (4)  - system memory, kernel memory and system ports
memccpy (3)          - copy memory area
memchr (3)           - scan memory for a character
memcmp (3)           - compare memory areas
memcpy (3)           - copy memory area
memfrob (3)          - frobnicate (encrypt) a memory area
memmem (3)           - locate a substring
memmove (3)          - copy memory area
memset (3)           - fill memory with a constant byte
menu (3tk)           - Create and manipulate menu widgets
menu_attributes (3x) - color and attribute control for menus
menu_cursor (3x)     - position a menu's cursor
menu_driver (3x)     - command-processing loop of the menu system
menu_format (3x)     - set and get menu sizes
menu_hook (3x)       - set hooks for automatic invocation by applications
menu_items (3x)      - make and break connections between items and menus
menu_mark (3x)       - get and set the menu mark string
menu_new (3x)        - create and destroy menus
menu_opts (3x)       - set and get menu options
menu_pattern (3x)    - get and set a menu's pattern buffer
menu_post (3x)       - write or erase menus from associated subwindows
menu_userptr (3x)    - associate application data with a menu item
menu_win (3x)        - make and break menu window and subwindow associations
menubutton (3tk)     - Create and manipulate menubutton widgets
menus (3x)           - curses extension for programming menus
merge (1)            - three-way file merge
mesg (1)             - display (do not display) messages from other users
message (3tk)        - Create and manipulate message widgets
messages (1)         - quick count of messages in mailbox or folder
mev (1)              - a program to report mouse events
mf, inimf, virmf (1) - Metafont, a language for font and logo design
mformat (1)          - add an MSDOS filesystem to a low-level formatted diskette.
mft (1)              - translate Metafont code to TeX code for prettyprinting
mille (6)            - play Mille Bournes
minicom (1)          - friendly serial communication program
mitem_current (3x)   - set and get current_menu_item
mitem_name (3x)      - get menu item name and description fields
mitem_new (3x)       - create and destroy menu items
mitem_opts (3x)      - set and get menu item options
mitem_userptr (3x)   - associate application data with a menu item
mitem_value (3x)     - set and get menu item values
mitem_visible (3x)   - check visibility of a menu item
mkdir (1)            - make directories
mkdir (2)            - create a directory
mkdosfs (8)          - create an MS-DOS file system under Linux
mke2fs (8)           - create a Linux second extended file system
mkfifo (1)           - make FIFOs (named pipes)
mkfs (8)             - build a Linux file system
mkfs (8)             - make a Linux MINIX filesystem
mklost+found (8)     - create a lost+found directory on a mounted Linux second extended file system
mkmanifest (1)       - create a shell script to restore Unix filenames
mknod (1)            - make special files
mknod (2)            - create a directory
mkstemp (3)          - create a unique temporary file
mkswap (8)           - set up a Linux swap device
mktemp (3)           - make a unique temporary file name
mkxfs (8)            - make a xiafs file system
mlabel (1)           - make an MSDOS volume label
mmap, munmap (2)     - map or unmap files or devices into memory
mmd (1)              - make an MSDOS subdirectory
moderators (5)       - mail addresses for moderated Usenet newsgroups
modf (3)             - extract signed integral and fractional values from floating-point number
modify_ldt (2)       - get or set ldt
monop (6)            - Monopoly game
more file perusal filter for crt viewing (1) - 
motd (5)             - message of the day
mount, umount (2)    - mount and unmount filesystems.
mount, umount (8)    - mount and dismount file systems
mountd (8)           - NFS mount daemon
mprotect (2)         - control allowable accesses to a region of memory
mrd (1)              - remove an MSDOS subdirectory
mread (1)            - low level read (copy) an MSDOS file to Unix
mren (1)             - rename an existing MSDOS file
msgctl (2)           - message control operations
msgget (2)           - get a message queue identifier
msgop (2)            - message operations
mt (1)               - control magnetic tape drive operation
mtype (1)            - display contents of an MSDOS file
mv (1)               - rename files
mwrite (1)           - low level write (copy) a Unix file to MSDOS
named (8)            - Internet domain name server
named-xfer (8)       - ancillary agent for inbound zone transfers
named.reload (8)     - cause the name server to synchronize its database
named.restart (8)    - stop and restart the name server
namei (1)            - follow a pathname until a terminal point is found
ncurses (3x)         - CRT screen handling and optimization package
netdate (8)          - set date and time by ARPA Internet RFC 868
netstat (8)          - Display active network connections
newalias (1)         - install new elm aliases for user and/or system
newgrp (1)           - log in to a new group
newmail,wnewmail (1) - programs to asynchronously notify of new mail
news.daily (8)       - do regular Usenet system administration
newsetup (1)         - a program to set up a .newsrc file
newsfeeds (5)        - determine where Usenet articles get sent
newsgroups (1)       - a program to list unsubscribed newsgroups.
newslog (5)          - description of Usenet log files
newslog (8)          - maintenance of Usenet log files
nfs (5)              - nfs fstab format and options
nfsd (8)             - NFS service daemon
nice (1)             - run a program with modified scheduling priority
nice (2)             - change process priority
nl (1)               - number lines of files
nlmconv (1)          - &converts object code into an NLM
nm (1)               - list symbols from object files.
nn (1)               - efficient net news interface (No News is good news)
nnacct (1)           - news accounting and access authorization (nn)
nnadmin (1)          - nn database administration
nncheck (1)          - check for unread articles
nngoback (1)         - make news articles unread on a day-by-day basis (nn)
nngrab (1)           - news retrieval by keyword (nn)
nngrep (1)           - grep for news group names (nn)
nnmaster (8)         - nn database manager
nnpost (1)           - post news articles (nn)
nnrp.access (5)      - access file for on-campus NNTP sites
nnrpd (8)            - NNTP server for on-campus hosts
nnspew (8)           - subject database manager (nn)
nnstats (1)          - display nnmaster collection and expire statistics
nntidy (1)           - tidy your personal .newsrc file
nntpd (8)            - Network News Transfer Protocol server
nntpget (1)          - get Usenet articles from a remote NNTP server
nntpsend (8)         - send Usenet articles to remote site
nntpsend.ctl (5)     - list of sites to feed via nntpsend
nnusage (1)          - display nn usage statistics
nohup (1)            - run a command immune to hangups, with output to a non-tty
nologin (5)          - prevent usual users from log into the system
nslookup (8)         - query Internet name servers interactively
null, zero (4)       - data sink
number (6)           - convert Arabic numerals to English
objcopy (1)          - copy and translate object files
objdump (1)          - display information from object files.
od octal, decimal, hex, ascii dump (1) - 
oldfstat, oldlstat, oldstat, oldolduname, olduname (2) - obsolete system calls
on_exit (3)          - register a function to be called at normal program termination.
open (3tcl)          - Open a file
open, creat (2)      - open and possibly create a file or device
opendir (3)          - open a directory
option (3tk)         - Add/retrieve window options to/from the option database
options (3tk)        - Standard options supported by widgets E
overchan (8)         - update the news overview database
overview.fmt (5)     - format of news overview database
p2c (1)              - Pascal to C translator, version 1.20
pac printer/plotter accounting information (8) - 
pack (3tk)           - Geometry manager that packs around edges of cavity
pack (3tk)           - Obsolete syntax for packer geometry manager
panel (3x)           - panel stack extension for curses
parsedate (3)        - convert time and date string to number
passwd (1)           - change password
passwd (5)           - password file
passwd.nntp (5)      - passwords for connecting to remote NNTP servers
paste (1)            - merge lines of files
patch (1)            - apply a diff file to an original
patgen (1)           - generate patterns for TeX hyphenation
pathchk (1)          - check whether file names are valid or portable
pause (2)            - wait for signal
perror (3)           - print a system error message
personality, sigreturn (2) - undocumented system calls
pfbtops (1)          - translate a PostScript font in .pfb format to ASCII
photo (3tk)          - Full-color images
phys (2)             - allow a process to access physical addresses [NOT IMPLEMENTED]
pic2tpic (1)         - Convert pic files to tpic format
pico (1)             - simple text editor in the style of the Pine Composer
pid (3tcl)           - Retrieve process id(s)
ping send ICMP ECHO_REQUEST packets to network hosts (8) - 
pipe (2)             - create pipe
pkgtool (8)          - software package maintenance tool.
pktogf (1)           - convert packed font files to generic font files
pktype (1)           - translate a packed font file for humans to read =====================================================================
place (3tk)          - Geometry manager for fixed or rubber-sheet placement
plipconfig (8)       - fine tune PLIP device parameters
pltotf (1)           - convert property list files to TeX font metric (tfm) format
pname (1)            - spreadsheet calculator
pom (6)              - display the phase of the moon
pooltype (1)         - display a WEB pool file
popclient (1)        - retrieve mail from a mailserver using Post Office Protocol.
popen, pclose (3)    - process I/O
portmap DARPA port to RPC program number mapper (8) - 
postprint (6)        - 
pppd (8)             - Point to Point Protocol daemon
pr (1)               - convert text files for printing
printcap printer capability data base (5) - 
printenv (1)         - print all or part of environment
printf (1)           - format and print data
printf, fprintf, sprintf, vprintf, vfprintf, vsprintf (3) - formatted output conversion
printmail (1)        - format mail in a readable fashion for printing
proc (3tcl)          - Create a Tcl procedure
proc_sel (9)         - select a process by a criteria
profil (2)           - execution time profile
prunehistory (8)     - remove file names from Usenet history file
ps (1)               - report process status
psbb (1)             - extract bounding box from PostScript document
psignal (3)          - print signal message
pstree (1)           - display a tree of processes
psupdate (8)         - update the ps database of kernel offsets
ptrace (2)           - process trace
put_file_last (9)    - moves a file to the ``end'' of the file table
putenv (3)           - change or add an environment variable
putpwent (3)         - write a password file entry
puts (3tcl)          - Write to a file
pwd (1)              - print name of current/working directory
pwd (3tcl)           - Return the current working directory
qio (3)              - quick I/O part of InterNetNews library
qsort (3)            - sorts an array
radiobutton (3tk)    - Create and manipulate radiobutton widgets
rain (6)             - animated raindrops display
raise (3)            - send a signal.
raise (3tk)          - Change a window's position in the stacking order
ram (4)              - ram disk device
rand, srand (3)      - random number generator.
random, srandom, initstate, setstate (3) - random number generator.
ranlib (1)           - generate index to archive.
rarp (8)             - manipulate the system RARP table
rcp remote file copy (1) - 
rcs (1)              - change RCS file attributes
rcsclean (1)         - clean up working files
rcsdiff (1)          - compare RCS revisions
rcsfile (5)          - format of RCS file
rcsfreeze (1)        - freeze a configuration of sources checked in under RCS
rcsintro (1)         - introduction to RCS commands
rcsmerge (1)         - merge RCS revisions
rdev (8)             - query/set image root device, swap device, RAM disk size, or video mode
rdist (1)            - remote file distribution client program
rdistd (1)           - remote file distribution server program
rdjpgcom (1)         - display text comments from a JPEG file
re_comp, re_exec (3) - BSD regex functions
read (2)             - read from a file descriptor
read (3tcl)          - Read from a file
readdir (2)          - read directory entry
readdir (3)          - read a directory
readline (3)         - get a line from a user with editing
readlink (2)         - read value of a symbolic link
readmsg (1)          - extract messages from a mail folder
readprofile (1)      - a tool to read kernel profiling information
readv, writev (3)    - read or write data into multiple buffers
reboot (2)           - reboot or disable Cntrl-Alt-Del
recv, recvfrom, recvmsg (2) - receive a message from a socket
ref (1)              - Display a C function header
regcomp, regexec, regerror, regfree (3) - POSIX regex functions
regexp (3tcl)        - Match a regular expression against a string
regsub (3tcl)        - Perform substitutions based on regular expression pattern matching
remove (3)           - delete a name and possibly the file it refers to
remove_file_free (9) - remove a file table entry from the linked list
removepkg (8)        - remove Slackware packages.
rename (2)           - change the name or location of a file
rename (3tcl)        - Rename or delete a command
renice alter priority of running processes (8) - 
request_irq, free_irq, enable_irq, disable_irq (9) - set up and remove a hardware interrupt handler, enable and disable interrupt.
res_query, res_search, res_mkquery, res_send, res_init, dn_comp, dn_expand (3) - resolver routines
reset (1)            - reset the terminal
resolver (5)         - resolver configuration file
return (3tcl)        - Return from a procedure
rev reverse lines of a file (1) - 
rewinddir (3)        - reset directory stream
rexecd remote execution server (8) - 
rint (3)             - round to closest integer
rlog (1)             - print log messages and other information about RCS files
rlogin remote login (1) - 
rlogind remote login server (8) - 
rm (1)               - remove files
rmail handle remote mail received via uucp (8) - 
rmdir (1)            - remove empty directories
rmdir (2)            - delete a directory
rmmod (1)            - unload loadable modules
rmt remote magtape protocol module (8) - 
rnews (1)            - receive news from a UUCP connection
robots (6)           - fight off villainous robots
route (8)            - show / manipulate the IP routing table
routed network routing daemon (8) - 
rpc.rusersd logged in users server (8) - 
rpc.rwalld write messages to users currently logged in server (8) - 
rpcgen (1)           - an RPC protocol compiler
rpcinfo report RPC information (8) - 
rsh remote shell (1) - 
runscript (1)        - script interpreter for minicom
ruptime show host status of local machines (1) - 
rusers who is logged in to machines on local network (1) - 
rwall send a message to users logged on a host (1) - 
rwho who is logged in on local machines (1) - 
rwhod (8)            - system status server
rx, rb, rz (1)       - XMODEM, YMODEM, ZMODEM (Batch) file receive
sail (6)             - multi-user wooden ships and iron men
scale (3tk)          - Create and manipulate scale widgets
scan (3tcl)          - Parse string using conversion specifiers in the style of sscanf
scandir, alphasort (3) - scan a directory for matching entries
scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf (3) - input format conversion
script make typescript of terminal session (1) - 
scrollbar (3tk)      - Create and manipulate scrollbar widgets
sd (4)               - Driver for SCSI Disk Drives
sdiff (1)            - find differences between two files and merge interactively
securetty (5)        - file which lists ttys from which root can log in
sed stream editor (1) - 
seek (3tcl)          - Change the access position for an open file
seekdir (3)          - set the position of the next readdir() call in the directory stream.
select (2)           - synchronous I/O multiplexing
selection (1)        - the cut and paste utility for Linux virtual consoles
selection (3tk)      - Manipulate the X selection
semctl (2)           - semaphore control operations
semget (2)           - get a semaphore set identifier
semop (2)            - semaphore operations
send (3tk)           - Execute a command in a different application
send, sendto, sendmsg (2) - send a message from a socket
sendmail send mail over the internet (8) - 
set (3tcl)           - Read and write variables
setbuf, setbuffer, setlinebuf, setvbuf (3) - stream buffering operations
setenv (3)           - change or add an environment variable
setfdprm (8)         - sets user-provided floppy disk parameters
setfont (8)          - load EGA/VGA console screen font
setfsgid (2)         - set group identity used for file system checks
setfsuid (2)         - set user identity used for file system checks
setgid (2)           - set group identity
setjmp (3)           - save stack context for non-local goto
setleds (1)          - set the keyboard leds
setlocale (3)        - set the current locale.
setmetamode (1)      - define the keyboard meta key handling
setpgid, getpgid, setpgrp, getpgrp (2) - set/get process group
setregid, setegid (2) - set real and / or effective group ID
setreuid, seteuid (2) - set real and / or effective user ID
setserial (8)        - get/set Linux serial port information
setsid (2)           - creates a session and sets the process group ID
setsid (8)           - run a program in a new session
setterm (1)          - set terminal attributes
setuid (2)           - set user identity
setup (2)            - setup devices and file systems, mount root file system
setup (8)            - Slackware system setup tool.
shar (1)             - create shell archives
shells (5)           - pathnames of valid login shells
shlock (1)           - create lock files for use in shell scripts
shmctl (2)           - shared memory control
shmget (2)           - allocates a shared memory segment
shmop (2)            - shared memory operations
showkey (1)          - examine the scan codes and keycodes sent by the keyboard
showmount (8)        - show mount information for an NFS server
shrinkfile (1)       - shrink a file on a line boundary
shutdown (2)         - shut down part of a full-duplex connection
shutdown (8)         - close down the system
sigaction, sigprocmask, sigpending, sigsuspend (2) - POSIX signal handling functions.
sigblock, siggetmask, sigsetmask, sigmask (2) - manipulate the signal mask
sigemptyset, sigfillset, sigaddset, sigdelset, sigismember (3) - POSIX signal set operations.
siginterrupt (3)     - allow signals to interrupt system calls
signal (2)           - ANSI C signal handling.
signal (7)           - list of available signals
sigpause (2)         - atomically release blocked signals and wait for interrupt
sigvec (2)           - software signal facilities
simpleinit (8)       - process control initialization
sin (3)              - sine function
sinh (3)             - hyperbolic sine function
size (1)             - list section sizes and total size.
slattach (8)         - attach a network interface to a serial line
sleep (1)            - delay for a specified amount of time
sleep (3)            - Sleep for the specified number of seconds
sliplogin attach a serial line network interface (8) - 
slitex (1)           - make LaTeX slides
socket (2)           - create an endpoint for communication
socketcall (2)       - socket system calls
socketpair (2)       - create a pair of connected sockets
sort (1)             - sort lines of text files
source (3tcl)        - Evaluate a file as a Tcl script
split (1)            - split a file into pieces
split (3tcl)         - Split a string into a proper Tcl list
splitvt (1)          - run two shells in a split window
sq (1)               - squeeze a sorted word list unsq - unsqueeze a sorted word list
sqrt (3)             - square root function
st (4)               - SCSI tape device
stat, fstat, lstat (2) - get file status
statfs, fstatfs (2)  - get file system statistics
stdarg (3)           - variable argument lists
stdio (3)            - standard input/output library functions
stime (2)            - set time
strace (1)           - trace system calls and signals
strcasecmp (3)       - compare strings, ignoring case
strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, strrchr, strsep, strspn, strstr, strtok, strxfrm, index, rindex (3) - string operations
strcat, strncat (3)  - concatenate two strings
strchr, strrchr (3)  - locate character in string
strcmp, strncmp (3)  - compare two strings
strcoll (3)          - compare two strings using the current locale
strcpy, strncpy (3)  - copy a string
strdup (3)           - duplicate a string
strerror (3)         - return string describing error code
strfry (3)           - randomize a string
strftime (3)         - format date and time
string (3tcl)        - Manipulate strings
strings (1)          - print the strings of printable characters in files
strip (1)            - Discard symbols from object files.
strlen (3)           - calculate the length of a string
strpbrk (3)          - search a string for any of a set of characters
strptime (3)         - convert a string representation of time to a time tm structure
strsep (3)           - extract token from string
strsignal (3)        - return string describing signal
strspn, strcspn (3)  - search a string for a set of characters
strstr (3)           - locate a substring
strtod (3)           - convert ASCII string to double
strtok (3)           - extract token from string
strtol (3)           - convert a string to a long integer.
strtoul (3)          - convert a string to an unsigned long integer.
strxfrm (3)          - string transformation
stty (1)             - change and print terminal line settings
su (1)               - run a shell with substitute user and group IDs
subst (1)            - substitute definitions into file(s)
subst (3tcl)         - Perform backslash, command, and variable substitutions
sudo (8)             - execute a command as the superuser
suffixes (7)         - list of file suffixes
sum (1)              - checksum and count the blocks in a file
swab (3)             - swap adjacent bytes
swapon, swapoff (2)  - start/stop swapping to file/device
swapon, swapoff (8)  - enable/disable devices and files for paging and swapping
switch (3tcl)        - Evaluate one of several scripts, depending on a given value
sx, sb, sz (1)       - XMODEM, YMODEM, ZMODEM file send
symlink (2)          - make a new name for a file
sync (2)             - commit buffer cache to disk.
sync (8)             - flush Linux filesystem buffers
sysconf (3)          - Get configuration information at runtime
sysfs (2)            - get file system type information
sysinfo (2)          - returns information on overall system statistics
sysklogd (8)         - Linux system logging utilities. .LP
syslog (2)           - read and/or clear kernel message ring buffer; set console_loglevel
syslog.conf .Xr syslogd 8 configuration file (5) - 
syslogd log systems messages (8) - 
system (3)           - execute a shell command
tac (1)              - concatenate and print files in reverse
tail (1)             - output the last part of files
talk talk to another user (1) - 
talkd remote user communication server (8) - 
tan (3)              - tangent function
tangle (1)           - translate WEB to Pascal
tanh (3)             - hyperbolic tangent function
tar (1)              - The GNU version of the tar archiving utility
tclsh (1)            - Simple shell containing Tcl interpreter
tclvars (3tcl)       - Variables used by Tcl E
tcpd (8)             - access control facility for internet services
tcsh (1)             - C shell with file name completion and command line editing
tee (1)              - read from standard input and write to standard output and files
tell (3tcl)          - Return current access position for an open file
telldir (3)          - return current location in directory stream.
telnet User interface to the TELNET protocol (1) - 
telnetd (8)          - DARPA TELNET protocol server
tempnam (3)          - create a name for a temporary file
term (1)             - server for multiple communication channels on a serial link
term (5)             - format of compiled term file.
termcap (5)          - terminal capability database
terminfo (5)         - terminal capability data base
termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, tcgetpgrp, tcsetpgrp (2) - get and set terminal attributes, line control, get and set baud rate, get and set terminal foreground process group ID
termrc (1)           - file controlling term serial parameters
termtest (1)         - debugging tool for R term
test (1)             - check file types and compare values
tex, virtex (1)      - text formatting and typesetting
text (3tk)           - Create and manipulate text widgets
tfmtodit (1)         - create font files for use with groff -Tdvi
tftopl (1)           - convert TeX font metric (tfm) files to property lists
tftp trivial file transfer program (1) - 
tftpd DARPA Trivial File Transfer Protocol server (8) - 
tic (1m)             - terminfo compiler
time (2)             - get time in seconds
time (3tcl)          - Time the execution of a script
timed time server daemon (8) - 
times (2)            - get process times
tin, rtin, cdtin, tind (1) - A Netnews reader
tk (3tk)             - Manipulate Tk internal state
tk_dialog (3tk)      - Create modal dialog and wait for response
tk_focusNext, tk_focusPrev, tk_focusFollowsMouse (3tk) - Utility procedures for managing the input focus.
tk_menuBar, tk_bindForTraversal (3tk) - Obsolete support for menu bars
tk_optionMenu (3tk)  - Create an option menubutton and its menu
tk_popup (3tk)       - Post a popup menu
tk_setPalette, tk_bisque (3tk) - Modify the Tk color palette
tkerror (3tk)        - Command invoked to process background errors
tkvars (3tk)         - Variables used or set by Tk E
tkwait (3tk)         - Wait for variable to change or window to be destroyed
tload (1)            - graphic representation of system load average
tmpfile (3)          - create a temporary file
tmpnam (3)           - create a name for a temporary file
top (1)              - display top CPU processes
toplevel (3tk)       - Create and manipulate toplevel widgets
touch (1)            - change file timestamps
toupper, tolower (3) - convert letter to upper or lower case
tr (1)               - translate or delete characters
trace (3tcl)         - Monitor variable accesses
traceroute print the route packets take to network host (8) - 
transfig (1)         - creates a makefile for portable LaTeX figures
trek (6)             - trekkie game
trn (1)              - threaded read news program
trsh, tupload, tdownload, tredir, tudpredir, txconn, tmon, tshutdown, trdate, trdated (1) - clients to term
true (1)             - do nothing, successfully
truncate, ftruncate (2) - truncate a file to a specified length
tsort topological sort of a directed graph (1) - 
tt (6)               - a hoopy real-time puzzle-game.
tty (1)              - print the file name of the terminal connected to standard input
tty (4)              - controlling terminal
ttyname (3)          - return name of a terminal
ttys (4)             - serial terminal lines
ttysnoop snoop on a user's tty (8) - 
ttytype (5)          - terminal name and device list
tune2fs (8)          - adjust tunable filesystem parameters on second extended filesystems
tunelp (8)           - set various parameters for the lp device
tzfile (5)           - time zone information
tzset (3)            - initialize time conversion information
ul do underlining (1) - 
umask (2)            - set file creation mask
umssync (8)          - Synchronise Umsdos directory structure with MsDOS
uname (1)            - print system information
uname (2)            - get name and information about current kernel
unexpand (1)         - convert spaces to tabs
uniq (1)             - remove duplicate lines from a sorted file
unknown (3tcl)       - Handle attempts to use non-existent commands
unlink (2)           - delete a name and possibly the file it refers to
unset (3tcl)         - Delete variables
unshar (1)           - unpack a shar file
update (3tk)         - Process pending events and/or when-idle handlers
update (8)           - periodically flush Linux filesystem buffers
update_state (8)     - update system state
updatedb (1)         - update a file name database
uplevel (3tcl)       - Execute a script in a different stack frame
uptime (1)           - Tell how long the system has been running.
upvar (3tcl)         - Create link to variable in a different stack frame
uselib (2)           - select shared library
users (1)            - print the user names of users currently logged in to the current host
usleep (3)           - suspend execution for interval of microseconds
ustat (2)            - get file system statistics
utime, utimes (2)    - change access and/or modification times of an inode
utmp, wtmp (5)       - login records
uucico (8)           - UUCP file transfer daemon
uucp (1)             - Unix to Unix copy
uuencode (1)         - encode a binary file uudecode - decode a file created by uuencode
uuencode (5)         - format of an encoded uuencode file
uustat (1)           - UUCP status inquiry and control
uux (1)              - Remote command execution over UUCP
uuxqt (8)            - UUCP execution daemon
vcs, vcsa (4)        - virtual console memory
vftovp (1)           - convert virtual font (vf) files to virtual property lists
vhangup (2)          - virtually hangup the current tty
vim (1)              - Vi IMproved, a programmers text editor
vipw edit the password file (8) - 
virtex (1)           - virgin TeX for production typesetting =====================================================================
vm86 (2)             - enter virtual 8086 mode
vmstat (8)           - Report virtual memory statistics
vptovf (1)           - convert virtual property lists to virtual font metrics
vremap (9)           - remap an arbitrary physical address space into the kernel virtual address space.
w (1)                - Show who is logged on and what they are doing.
wait, waitpid (2)    - wait for process termination
wait3, wait4 (2)     - wait for process termination, BSD style
wall write a message to users (1) - 
wc (1)               - print the number of bytes, words, and lines in files
wcstombs (3)         - convert a wide character string to a multibyte character string.
wctomb (3)           - convert a wide character to a multibyte character.
weave (1)            - translate WEB to TeX
whatis (1)           - search the whatis database for complete words.
whereis (1)          - locate the binary, source, and manual page files for a command
which (1)            - show full path of commands
while (3tcl)         - Execute script repeatedly as long as a condition is met
who (1)              - show who is logged on
whoami (1)           - print effective userid
wildmat (3)          - perform shell-style wildcard matching
winfo (3tk)          - Return window-related information
wish (1)             - Simple windowing shell
wm (3tk)             - Communicate with window manager
wnewmail (1)         - daemon to asynchronously notify of new mail
workbone (1)         - an interactive text-mode program for controlling and playing audio CD Roms under Linux. .br
worm (6)             - Play the growing worm game
worms (6)            - animate worms on a display terminal
write (1)            - send a message to another user
write (2)            - write to a file descriptor
wrjpgcom (1)         - insert text comments into a JPEG file
wump (6)             - hunt the wumpus in an underground cave
xargs (1)            - build and execute command lines from standard input
xferlog (5)          - FTP server logfile
xfsck (8)            - xiafs file system consistency check and repair
yes (1)              - output a string repeatedly until killed
ytalk (1)            - A multi-user chat program.
zcmp, zdiff (1)      - compare compressed files
zdump (8)            - time zone dumper
zforce (1)           - force a '.gz' extension on all gzip files
zgrep (1)            - search possibly compressed files for a regular expression
zic (8)              - time zone compiler
zip, zipcloak, zipnote, zipsplit (1) - package and compress (archive) files
zipgrep (1)          - search possibly zip files for a regular expression
zmore (1)            - file perusal filter for crt viewing of compressed text
znew (1)             - recompress .Z files to .gz files
zoo (1)              - manipulate archives of files in compressed form
zsh (1)              - the Z shell
