Skip to content

Commit

Permalink
forgot to install man pages for dstripe and dbcast, drop angle bracke…
Browse files Browse the repository at this point in the history
…ts from markdown
  • Loading branch information
adammoody committed Jan 28, 2017
1 parent 206bfd7 commit 6e7494e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/man/man1/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# pandoc -s -t man $< -o $@

dist_man1_MANS = \
dbcast.1 \
dchmod.1 \
dcmp.1 \
dcp.1 \
drm.1 \
dstripe.1 \
dwalk.1

#man1_MANS = \
Expand Down
2 changes: 1 addition & 1 deletion doc/markdown/dbcast.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dbcast - distributed broadcast

# SYNOPSIS

**dbcast <CHUNK_SIZE> <SRC_FILE> <DEST_FILE>**
**dbcast CHUNK_SIZE SRC_FILE DEST_FILE**

# DESCRIPTION

Expand Down
2 changes: 1 addition & 1 deletion doc/markdown/dstripe.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dstripe - restripe files on underlying storage

# SYNOPSIS

**dstripe <STRIPE_COUNT> <STRIPE_SIZE> <SRC_FILE> <DEST_FILE>**
**dstripe STRIPE_COUNT STRIPE_SIZE SRC_FILE DEST_FILE**

# DESCRIPTION

Expand Down

0 comments on commit 6e7494e

Please sign in to comment.