Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>

@@ -17,29 +17,24 @@
 .\"
 .\" CDDL HEADER END
 .\"
 .\" Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 .\" Use is subject to license terms.
-.TH mapfilechk 1ONBLD "27 January 2009"
+.TH MAPFILECHK 1ONBLD "Jan 27, 2009"
 .SH NAME
 mapfilechk \- Check for valid link-editor mapfile header blocks
 .SH SYNOPSIS
 .nf
 \fBmapfilechk \fR [\fB-v\fR] [\fB-x\fR \fIexceptions_file\fR] [\fIpath\fR...]
 .fi
-.LP
 .SH DESCRIPTION
-.IX "OS-Net build tools" "mapfilechk" "" "\fBmapfilechk\fP"
 mapfilechk inspects link-editor mapfiles for missing, obsolete,
 or corrupt mapfile header blocks.
-.LP
 .SH OPTIONS
-.LP
 .TP 4
 .B \-v
 Report on all files, not just those with invalid headers
-.LP
 .TP 4
 .B \-x \fIexceptions_file\fR
 Load an exceptions file containing a list of files, directories and
 file extensions to be ignored.
 Exceptions may be one of three types:

@@ -59,20 +54,17 @@
 .TP
 .ie t \(bu
 .el o
 File extensions, specified with a leading '*.'
 .RE
-.LP
 .SH EXIT STATUS
 .TP 4
 .B 0
 The command completed successfully.
 No errors or warnings were reported
-.LP
 .TP 4
 .B 1
 The command completed unsuccessfully.
 One or more errors or warnings were reported.
-.LP
 .TP 4
 .B 2
 Invalid command-line arguments were specified to the command.