From 4b43911c6a415cd8d72d4d73806d558a33fa2ca4 Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Wed, 1 Apr 2009 14:40:27 +0000 Subject: [PATCH] Remove superfluous spaces in manpages that were causing catman to generate mangled windex files. Made ompi-top.1 and ompi-iof.1 build by default. Also, added the orte-top synonym to the ompi-top manpage. This commit was SVN r20915. --- ompi/mca/crcp/ompi_crcp.7in | 2 +- ompi/tools/ompi-probe/ompi-probe.1in | 8 ++++---- ompi/tools/ompi-server/ompi-server.1in | 8 ++++---- ompi/tools/ortetools/Makefile.am | 3 ++- opal/mca/crs/opal_crs.7in | 3 ++- orte/mca/filem/orte_filem.7in | 4 ++-- orte/mca/snapc/orte_snapc.7in | 4 ++-- orte/tools/orte-iof/orte-iof.1in | 4 ++-- orte/tools/orte-ps/orte-ps.1in | 4 ++-- orte/tools/orte-top/orte-top.1in | 15 ++++++++++----- orte/tools/orterun/orterun.1in | 2 +- orte/util/hostfile/orte_hosts.7in | 6 +++--- 12 files changed, 35 insertions(+), 28 deletions(-) diff --git a/ompi/mca/crcp/ompi_crcp.7in b/ompi/mca/crcp/ompi_crcp.7in index 5a74de2b6c..da6ad94ead 100644 --- a/ompi/mca/crcp/ompi_crcp.7in +++ b/ompi/mca/crcp/ompi_crcp.7in @@ -2,7 +2,7 @@ .\" Man page for OMPI's CRCP Functionality .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI_CRCP 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI_CRCP 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/ompi/tools/ompi-probe/ompi-probe.1in b/ompi/tools/ompi-probe/ompi-probe.1in index 6ccc2136f3..1de47c869b 100644 --- a/ompi/tools/ompi-probe/ompi-probe.1in +++ b/ompi/tools/ompi-probe/ompi-probe.1in @@ -1,12 +1,12 @@ .\" -.\" Copyright (c) 2007 Los Alamos National Security, LLC -.\" All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2007 Los Alamos National Security, LLC +.\" All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OMPI's ompi-server command .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI-SERVER 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI-SERVER 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/ompi/tools/ompi-server/ompi-server.1in b/ompi/tools/ompi-server/ompi-server.1in index 6ccc2136f3..1de47c869b 100644 --- a/ompi/tools/ompi-server/ompi-server.1in +++ b/ompi/tools/ompi-server/ompi-server.1in @@ -1,12 +1,12 @@ .\" -.\" Copyright (c) 2007 Los Alamos National Security, LLC -.\" All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2007 Los Alamos National Security, LLC +.\" All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OMPI's ompi-server command .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI-SERVER 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI-SERVER 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/ompi/tools/ortetools/Makefile.am b/ompi/tools/ortetools/Makefile.am index 62a2fb6fdd..f9cf529936 100644 --- a/ompi/tools/ortetools/Makefile.am +++ b/ompi/tools/ortetools/Makefile.am @@ -10,6 +10,7 @@ # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. # Copyright (c) 2008 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -17,7 +18,7 @@ # $HEADER$ # -man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-clean.1 +man_pages = mpirun.1 mpiexec.1 ompi-iof.1 ompi-ps.1 ompi-top.1 ompi-clean.1 if OMPI_INSTALL_BINARIES if !ORTE_DISABLE_FULL_SUPPORT diff --git a/opal/mca/crs/opal_crs.7in b/opal/mca/crs/opal_crs.7in index 563791ed15..5b726e8bd7 100644 --- a/opal/mca/crs/opal_crs.7in +++ b/opal/mca/crs/opal_crs.7in @@ -2,11 +2,12 @@ .\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana .\" University Research and Technology .\" Corporation. All rights reserved. +.\" Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OPAL's CRS Functionality .\" .\" .TH name section center-footer left-footer center-header -.TH OPAL_CRS 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OPAL_CRS 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section diff --git a/orte/mca/filem/orte_filem.7in b/orte/mca/filem/orte_filem.7in index 5d214bf603..222b4b2188 100644 --- a/orte/mca/filem/orte_filem.7in +++ b/orte/mca/filem/orte_filem.7in @@ -2,12 +2,12 @@ .\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana .\" University Research and Technology .\" Corporation. All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for ORTE's FileM Functionality .\" .\" .TH name section center-footer left-footer center-header -.TH ORTE_FILEM 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH ORTE_FILEM 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/orte/mca/snapc/orte_snapc.7in b/orte/mca/snapc/orte_snapc.7in index e593f61771..88f37b5566 100644 --- a/orte/mca/snapc/orte_snapc.7in +++ b/orte/mca/snapc/orte_snapc.7in @@ -2,12 +2,12 @@ .\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana .\" University Research and Technology .\" Corporation. All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for ORTE's SnapC Functionality .\" .\" .TH name section center-footer left-footer center-header -.TH ORTE_SNAPC 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH ORTE_SNAPC 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/orte/tools/orte-iof/orte-iof.1in b/orte/tools/orte-iof/orte-iof.1in index 0c359702b4..7bc32fc9e8 100644 --- a/orte/tools/orte-iof/orte-iof.1in +++ b/orte/tools/orte-iof/orte-iof.1in @@ -2,12 +2,12 @@ .\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana .\" University Research and Technology .\" Corporation. All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OMPI's ompi-iof command .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI-IOF 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI-IOF 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/orte/tools/orte-ps/orte-ps.1in b/orte/tools/orte-ps/orte-ps.1in index c7864bb2d1..9bdf34dc0c 100644 --- a/orte/tools/orte-ps/orte-ps.1in +++ b/orte/tools/orte-ps/orte-ps.1in @@ -2,12 +2,12 @@ .\" Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana .\" University Research and Technology .\" Corporation. All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OMPI's ompi-ps command .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI-PS 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI-PS 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/orte/tools/orte-top/orte-top.1in b/orte/tools/orte-top/orte-top.1in index 58ef2e916a..081d1a84fa 100644 --- a/orte/tools/orte-top/orte-top.1in +++ b/orte/tools/orte-top/orte-top.1in @@ -1,21 +1,26 @@ .\" -.\" Copyright (c) 2007 Los Alamos National Security, LLC -.\" All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2007 Los Alamos National Security, LLC +.\" All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for OMPI's ompi-server command .\" .\" .TH name section center-footer left-footer center-header -.TH OMPI-TOP 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH OMPI-TOP 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** .SH NAME . -ompi-top \- Diagnostic to provide process info similar to the popular "top" program. +ompi-top, orte-top \- Diagnostic to provide process info similar to the popular "top" program. . .PP . +\fBNOTE:\fP \fIompi-top\fP, and \fIorte-top\fP are exact +synonyms for each other. Using any of the names will result in exactly +identical behavior. +. + .\" ************************** .\" Synopsis Section .\" ************************** diff --git a/orte/tools/orterun/orterun.1in b/orte/tools/orterun/orterun.1in index fa4f11eb3e..eb38e85c7e 100644 --- a/orte/tools/orterun/orterun.1in +++ b/orte/tools/orterun/orterun.1in @@ -4,7 +4,7 @@ .\" Man page for ORTE's orterun command .\" .\" .TH name section center-footer left-footer center-header -.TH MPIRUN 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH MPIRUN 1 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" ************************** diff --git a/orte/util/hostfile/orte_hosts.7in b/orte/util/hostfile/orte_hosts.7in index 7bbedc9442..feb88ea4a6 100644 --- a/orte/util/hostfile/orte_hosts.7in +++ b/orte/util/hostfile/orte_hosts.7in @@ -1,11 +1,11 @@ .\" -.\" Copyright (c) 2008 Los Alamos National Security, LLC All rights reserved. -.\" Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. +.\" Copyright (c) 2008 Los Alamos National Security, LLC All rights reserved. +.\" Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved. .\" .\" Man page for ORTE's Hostfile functionality .\" .\" .TH name section center-footer left-footer center-header -.TH ORTE_HOSTS 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" +.TH ORTE_HOSTS 7 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#" .\" ************************** .\" Name Section .\" **************************