Skip to content

Commit

Permalink
Add simple manpage for 'swordfish' binary.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <chris@playfire.com>
  • Loading branch information
lamby committed Apr 15, 2009
1 parent 3d0b719 commit 60469cf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1 +1 @@
SUBDIRS = src
SUBDIRS = src man
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -139,4 +139,4 @@ AC_PROG_CC

AC_MSG_NOTICE([Using CFLAGS="$CFLAGS"])
AC_MSG_NOTICE([Using LIBS="$LIBS"])
AC_OUTPUT(Makefile src/Makefile)
AC_OUTPUT(Makefile src/Makefile man/Makefile)
2 changes: 2 additions & 0 deletions man/Makefile.am
@@ -0,0 +1,2 @@
man_MANS = swordfish.1
EXTRA_DIST = $(man_MANS)
16 changes: 16 additions & 0 deletions man/swordfish.1
@@ -0,0 +1,16 @@
.TH SWORDFISH 1 "April 14, 2009"
.SH NAME
swordfish \- high-level persistent key-value database
.SH SYNOPSIS
.B sworfish
.SH DESCRIPTION
Swordfish is a key-value database for primarily storing and processing sorted
sets (or "trees"). It is intended to supplement a relational database such as
MySQL.
.PP
It can be interfaced from any language with a HTTP client.
.SH OPTIONS
.IP "configfile"
Read options from specified configuration file.
.SH AUTHOR
\fBswordfish\fP was written by Chris Lamb <chris@playfire.com>.

0 comments on commit 60469cf

Please sign in to comment.