From a627e4b9dd4a36f93f665757616234b2032c3c94 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 2 Jan 2021 17:24:35 +0100 Subject: [PATCH] Slightly improved man page for osmpbf-outline --- tools/osmpbf-outline.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/osmpbf-outline.1 b/tools/osmpbf-outline.1 index 87ab4b3..73aaeb0 100644 --- a/tools/osmpbf-outline.1 +++ b/tools/osmpbf-outline.1 @@ -15,22 +15,22 @@ osmpbf-outline - outline the content of an .osm.pbf or .osh.pbf file .SH DESCRIPTION .I osmpbf-outline -generates an colored outline an .osm.pbf or .osh.pbf file, revealing its inner structure. +generates a colored outline of an .osm.pbf or .osh.pbf file, revealing its inner structure. It does not decode all information nor does it check for of possible mistakes, but it will warn on some bad mistakes one can make when generating .osm.pbf files. This tool can be used by authors of .osm.pbf readers and writers and is useful to understand the inner blob/block structure of .osm.pbf files. -Its source code is heavily documented and can be used as a good start on how to read- and -write .osm.pbf files with C++. +Its source code is heavily documented and can be used as a good starting point +understanding on how to read and write .osm.pbf files with C++. .SH OPTIONS .TP 5 -.B -c --color -usually colorization is disabled when writing to a file descriptor that is no tty (eg. when -the output is piped to a file or to a pager like to more or less). Some pagers can handle ANSI +.B -c, --color +usually colorization is disabled when writing to a file descriptor that is not a tty (eg. when +the output is piped to a file or to a pager like more or less). Some pagers can handle ANSI color code ( .I more can, less can when invoked as