util-linux/text-utils
Karel Zak ba14e04d72 pg: fix compiler warnings [-Wunused-result]
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-08-02 13:55: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 colrm: gotos, long options and argument checking 2011-06-08 11:13:12 +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 docs: col manual update 2011-06-01 09:07:58 +02:00
col.c col: check with strtol_or_err option argument 2011-06-08 11:12:53 +02:00
colcrt.1 docs: colcrt manual update 2011-06-01 10:03:48 +02:00
colcrt.c colctr: use long options and clean coding style 2011-06-01 10:03:48 +02:00
colrm.1 colrm: manual update 2011-06-08 11:13:33 +02:00
colrm.c colrm: gotos, long options and argument checking 2011-06-08 11:13:12 +02:00
column.1 column: fix column.1 typo 2011-01-17 15:27:21 +01:00
column.c column: fix problems with uninitialized variables 2011-05-26 10:23:50 +02:00
conv.c hexdump: remove od functionality in favor to GNU coreutils od 2010-12-30 23:11:43 +01:00
display.c fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_long, etc. 2011-06-14 13:58:33 +02: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 fdisk, display, hexdump.h: Use standard C types instead of u_int, u_char, u_long, etc. 2011-06-14 13:58:33 +02: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: fix compiler warnings [-Wunused-result] 2011-08-02 13:55:30 +02:00
rev.1 rev: mention long options in man page 2011-04-06 10:59:06 +02:00
rev.c rev: mark signo unused in sig_handler 2011-06-01 09:07:52 +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: warn user when command chooses term type 2011-05-17 15:58:05 +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