From e2a8f63392e80b67d0b0e92ed7785ea0d5b99b91 Mon Sep 17 00:00:00 2001 From: Adam Moody Date: Fri, 27 Jan 2017 17:14:46 -0800 Subject: [PATCH] tweak dstripe/dbcast man pages by hand --- doc/man/man1/dbcast.1 | 2 +- doc/man/man1/dstripe.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man1/dbcast.1 b/doc/man/man1/dbcast.1 index fb24907ec..234a0f6e1 100644 --- a/doc/man/man1/dbcast.1 +++ b/doc/man/man1/dbcast.1 @@ -7,7 +7,7 @@ dbcast \- distributed broadcast .SH SYNOPSIS .PP -\f[B]dbcast \f[] +\f[B]dbcast CHUNK_SIZE SRC_FILE DEST_FILE \f[] .SH DESCRIPTION .PP Parallel MPI application to recursively broadcast a file from a global diff --git a/doc/man/man1/dstripe.1 b/doc/man/man1/dstripe.1 index 6c36c28d6..2cbc874bb 100644 --- a/doc/man/man1/dstripe.1 +++ b/doc/man/man1/dstripe.1 @@ -7,7 +7,7 @@ dstripe \- restripe files on underlying storage .SH SYNOPSIS .PP -\f[B]dstripe \f[] +\f[B]dstripe STRIPE_COUNT STRIPE_SIZE SRC_FILE DEST_FILE \f[] .SH DESCRIPTION .PP Parallel MPI application to restripe a given file.