Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Jun 30, 2018
1 parent dbb4f2f commit 521693e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# funjoin

Split separated input into separate files
Split separated input into files

## Synopsis

Expand All @@ -13,7 +13,7 @@ named "xx" and two decimal digits.

Options:

**-f** _prefix_ -- use _prefix_ instead of "xx".
**-f** _prefix_ -- Use _prefix_ instead of "xx".

**-n** _number_ -- Use _number_ of digits instead of 2.

Expand Down Expand Up @@ -44,6 +44,6 @@ Unix-likes:
## Authors

By Sijmen J. Mulder (<ik@sjmulder.nl>).
Based on [unjoin](https://github.com/sjmulder/unjoin).
Based on [unjoin(1)](https://github.com/sjmulder/unjoin).
Options output file naming copied from OpenBSD
[csplit(1)](https://man.openbsd.org/csplit.1).
4 changes: 2 additions & 2 deletions funjoin.1
@@ -1,9 +1,9 @@
.Dd June 28, 2018
.Dd June 30, 2018
.Dt FUNJOIN 1
.Os
.Sh NAME
.Nm funjoin
.Nd split separated input into separate files
.Nd split separated input into files
.Sh SYNOPSIS
.Nm
.Op Fl f Ar prefix
Expand Down

0 comments on commit 521693e

Please sign in to comment.