util-linux/text-utils
LaMont Jones 0c1a6f8835 manpage typos
Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
2007-07-24 13:51:06 +02:00
..
LICENSE.pg Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
Makefile.am build-sys: fix linking when ncurses is built with --with-termlib=tinfo 2007-07-02 16:26:20 +02: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 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
col.c col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
colcrt.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
colcrt.c Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
colrm.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
colrm.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
column.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
column.c build-sys: fix ifdef ENABLE_WIDECHAR usage 2007-01-30 13:49:50 +01:00
conv.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
display.c hexdump: don't use memset with zero lenght 2007-01-17 14:27:15 +01:00
hexdump.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
hexdump.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexdump.h Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
hexsyntax.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
line.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
line.c Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
more.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
more.c text-utils: fix the more command compilation against termcap 2007-06-05 23:35:42 +02:00
od.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
odsyntax.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
parse.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
pg.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
pg.c build-sys: fix ifdef ENABLE_WIDECHAR usage 2007-01-30 13:49:50 +01:00
rev.1 manpage typos 2007-07-24 13:51:06 +02:00
rev.c Imported from util-linux-2.11o tarball. 2006-12-07 00:25:53 +01:00
tailf.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
tailf.c Imported from util-linux-2.12 tarball. 2006-12-07 00:26:12 +01:00
ul.1 man pages: add "AVAILABILITY" section 2007-07-03 01:17:04 +02:00
ul.c build-sys: fix ifdef ENABLE_WIDECHAR usage 2007-01-30 13:49:50 +01: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