util-linux/text-utils
Benno Schulenberg 5bcd986ed3 docs: tweak the formatting and wording of some text-utils man pages
Highlight the program name, use proper lowercase, remove
unneeded commas and articles, and add helpful hyphenation.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2011-08-29 11:24:41 +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: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
col.c col: check with strtol_or_err option argument 2011-06-08 11:12:53 +02:00
colcrt.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
colcrt.c colctr: use long options and clean coding style 2011-06-01 10:03:48 +02:00
colrm.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
colrm.c colrm: gotos, long options and argument checking 2011-06-08 11:13:12 +02:00
column.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02: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 hexdump: fix segfault due to uninitialized memory 2011-08-15 14:28:21 +02:00
hexdump.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02: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: fix "beginnin" typo in usage message 2011-08-15 15:49:45 +02:00
line.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
line.c line: remove deprecated #ident directive 2009-11-20 14:19:03 +01:00
more.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
more.c more: new usage output, and some trivial fixes 2011-02-15 10:13:19 +01:00
parse.c hexdump: fix segfault due to uninitialized memory 2011-08-15 14:28:21 +02:00
pg.1 pg: normalize formatting of the man page, and tweak some of its wording 2011-08-22 10:39:27 +02:00
pg.c pg: fix write_all() usage 2011-08-17 00:30:13 +02:00
rev.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
rev.c rev: mark signo unused in sig_handler 2011-06-01 09:07:52 +02:00
tailf.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
tailf.c tailf: harmonize option argument and explanation in usage message 2011-08-15 15:49:44 +02:00
ul.1 docs: tweak the formatting and wording of some text-utils man pages 2011-08-29 11:24:41 +02:00
ul.c ul: remove superfluous return as usage() does not return 2011-08-15 15:49:42 +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