util-linux/text-utils
Sami Kerola 2afa872ffc ul.c: fix compier warnings
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-05-17 15:56:30 +02:00
..
.gitignore build-sys: ignore a bunch of generated files, mostly binaries 2008-04-14 14:08:00 +02:00
LICENSE.pg Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
Makefile.am tailf: use long options 2011-03-08 13:04:09 +01:00
README.clear Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
README.col Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
README.pg Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
col.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
col.c don't declare usage() without parametr 2011-01-21 01:00:18 +01:00
colcrt.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
colcrt.c replace bcopy,bzero,index and rindex 2009-08-17 11:15:59 +02:00
colrm.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
colrm.c build-sys: nls/locale handling in util-linux-ng general 2007-09-19 23:15:21 +02:00
column.1 column: fix column.1 typo 2011-01-17 15:27:21 +01:00
column.c column: use xalloc lib 2011-04-06 10:59:17 +02:00
conv.c hexdump: remove od functionality in favor to GNU coreutils od 2010-12-30 23:11:43 +01:00
display.c hexdump: new usage(), xalloc and err.h stuff 2011-02-21 14:38:23 +01:00
hexdump.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
hexdump.c hexdump: don't include err.h directly 2011-04-12 12:58:17 +02:00
hexdump.h hexdump: new usage(), xalloc and err.h stuff 2011-02-21 14:38:23 +01:00
hexsyntax.c hexdump: new usage(), xalloc and err.h stuff 2011-02-21 14:38:23 +01:00
line.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
line.c line: remove deprecated #ident directive 2009-11-20 14:19:03 +01:00
more.1 man page syntax fixes 2011-03-07 10:13:46 +01:00
more.c more: new usage output, and some trivial fixes 2011-02-15 10:13:19 +01:00
parse.c hexdump: new usage(), xalloc and err.h stuff 2011-02-21 14:38:23 +01:00
pg.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
pg.c pg: use xalloc for memory allocation 2010-11-01 14:03:08 +01:00
rev.1 rev: mention long options in man page 2011-04-06 10:59:06 +02:00
rev.c rev: option parsing bug fixed & long options added 2011-04-06 10:48:35 +02:00
tailf.1 tailf: tailf mention new help & version options in man page 2011-03-08 13:05:06 +01:00
tailf.c tailf: support --lines 0 2011-03-18 09:52:07 +01:00
ul.1 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
ul.c ul.c: fix compier warnings 2011-05-17 15:56:30 +02:00

README.pg

README for the "pg" utility for Linux.

The "pg" utility is the historic System V equivalent to BSD's "more". This
is a free clone of it, and it is intended to conform to the SVID 4 as well
as the SUSv2 specification of this command.

Contrasting to the System V implementation, this one filters backspace
formatting sequences while searching, so you can comfortably search in nroff
output like manual pages.

This code uses routines as defined by SUSv2, so a glibc version of 2.1 or
higher is required on Linux. A curses implementation (like ncurses) must
be present as well.

If large files > 2GB are supported by the kernel and the C library, pg is
able to handle them.

Please send comments, bug-reports and especially bug-fixes to
<g-r@bigfoot.de> .

Gunnar Ritter
Freiburg i. Br.
Germany