Archive for the ‘Man Pages’ Category

Man page for texi2dvi

Thursday, June 21st, 2007

TEXI2DVI Section: User Commands (1)Updated: December 2004Index Return to Main Contents   NAME texi2dvi – print Texinfo documents   SYNOPSIS texi2dvi [OPTION]... FILE...   DESCRIPTION Run each Texinfo or LaTeX FILE through TeX in turn until all cross–references are resolved, building all indices. The directory containing each FILE is searched for included files. The suffix of FILE is used to determine its language ...

Man page for texindex

Thursday, June 21st, 2007

TEXINDEX Section: User Commands (1)Updated: December 2004Index Return to Main Contents   NAME texindex – sort Texinfo index files   SYNOPSIS texindex [OPTION]... FILE...   DESCRIPTION Generate a sorted index for each TeX output FILE. Usually FILE... is specified as `foo.??' for a document `foo.texi'.   OPTIONS –h, ––help display this help and exit –o, ––output FILE send output to FILE ––version display version information and exit   REPORTING BUGS Email bug reports to ...

Man page for ?

Sunday, June 17th, 2007

BASH_BUILTINS Section: User Commands (1)Updated: 2004 Apr 20Index Return to Main Contents   NAME bash, :, ., [, alias, bg, bind, break, builtin, cd, command, compgen, complete, continue, declare, dirs, disown, echo, enable, eval, exec, exit, export, fc, fg, getopts, hash, help, history, jobs, kill, let, local, logout, popd, printf, pushd, pwd, read, readonly, return, set, shift, ...

Man page for rdev

Thursday, June 14th, 2007

RDEV Section: Linux Programmer's Manual (8)Updated: 20 November 1993Index Return to Main Contents   NAME rdev – query/set image root device, RAM disk size, or video mode   SYNOPSIS rdev [ –Rrvh ] [ –o offset ] [ image [ value [ offset ] ] ] rdev [ –o offset ] [ image [ root_device [ offset ] ] ...

Man page for mpage

Thursday, June 7th, 2007

MPAGE Section: Misc. Reference Manual Pages (Local)Updated: 2004/05/30Index Return to Main Contents   NAME mpage – print multiple pages per sheet on PostScript printer   SYNOPSIS mpage [–1248aAcEfHloOrRStuUvVxX] [–b papersize] [–B[num[lrtb]]*] [–C [encoding]] [–da|p] [–D dateformat] [–F fontname] [–h header] [–j first[–last][%interval]] [–J startpageno] [–L lines] [–m[num[lrtb]]*] [–M[num[lrtb]]*] [–p[prprog]] [–P[printer]] [–s tabstop] [–W width] [–z printcmd] [–Z printcmd_args] [file...]]   DESCRIPTION mpage reads plain text files or PostScript documents and prints them on a PostScript printer with the text reduced in size so that several pages appear on one sheet of paper. This is useful for viewing ...

Man page for mpool

Sunday, June 3rd, 2007

MPOOL Section: C Library Functions (3)Updated: 1993–06–04Index Return to Main Contents   NAME mpool – shared memory buffer pool   SYNOPSIS #include <db.h> #include <mpool.h> MPOOL * mpool_open (DBT *key, int fd, pgno_t pagesize, pgno_t maxcache); void mpool_filter (MPOOL *mp, void (*pgin)(void *, pgno_t, void *),      void (*pgout)(void *, pgno_t, void *), void *pgcookie); void * mpool_new (MPOOL *mp, pgno_t *pgnoaddr); void * mpool_get (MPOOL *mp, pgno_t pgno, ...

Man page for btree

Sunday, June 3rd, 2007

BTREE Section: C Library Functions (3)Updated: 1994–08–18Index Return to Main Contents   NAME btree – btree database access method   SYNOPSIS #include <sys/types.h> #include <db.h>   DESCRIPTION The routine dbopen() is the library interface to database files. One of the supported file formats is btree files. The general description of the database access methods is in dbopen(3), this manual page describes only the btree specific information. The btree data ...

Man page for recno

Sunday, June 3rd, 2007

RECNO Section: C Library Functions (3)Updated: 1994–08–18Index Return to Main Contents   NAME recno – record number database access method   SYNOPSIS #include <sys/types.h> #include <db.h>   DESCRIPTION The routine dbopen is the library interface to database files. One of the supported file formats is record number files. The general description of the database access methods is in dbopen(3), this manual page describes only the recno specific information. The ...

Man page for resize_reiserfs

Sunday, June 3rd, 2007

RESIZE_REISERFS Section: Maintenance Commands (8)Updated: January 2004Index Return to Main Contents   NAME resize_reiserfs – resizer tool for the ReiserFS filesystem   SYNOPSIS resize_reiserfs [ –s [+|–]size[K|M|G] ] [ –j dev ] [ –fqv ] device   DESCRIPTION The resize_reiserfs tool resizes an unmounted reiserfs file system. It enlarges or shrinks an reiserfs file system located on a device so that it will have size bytes or size=old_size +(–) size bytes if the + or – prefix is used. If ...

Man page for debugreiserfs

Sunday, June 3rd, 2007

DEBUGREISERFS Section: Maintenance Commands (8)Updated: February 2004Index Return to Main Contents   NAME debugreiserfs – The debugging tool for the ReiserFS filesystem.   SYNOPSIS debugreiserfs [ –dDJmoqpuSV ] [ –j device ] [ –B file ] [ –1 N ] device   DESCRIPTION debugreiserfs sometimes helps to solve problems with reiserfs filesystems. When run without options it prints the super block of the ReiserFS filesystem found on the device. device is the special file ...