summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-04-29 22:12:41 +0300
committerdefanor <defanor@uberspace.net>2017-04-29 22:12:41 +0300
commitfac7d1edee33982f50021cd05789142c26d04849 (patch)
tree56c60f17139e7f76180cffd3116f7a8bf73c9851
parenta06cc218bfa18943a46e051d5bbf463e1ddc0b6e (diff)
Update the std2fifo man page
Forgot to update the options in examples.
-rw-r--r--configure.ac2
-rw-r--r--std2fifo.14
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3ea3551..406d382 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(TLSd, 0.0.1, defanor@uberspace.net, tlsd,
+AC_INIT(TLSd, 0.0.2, defanor@uberspace.net, tlsd,
https://defanor.uberspace.net/projects/tlsd/)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_SRCDIR([tlsd.c])
diff --git a/std2fifo.1 b/std2fifo.1
index 9f51bd4..27a9b12 100644
--- a/std2fifo.1
+++ b/std2fifo.1
@@ -32,11 +32,11 @@ Print a help message and exit.
.SH EXAMPLES
.nf
-FOO=bar std2fifo -v FOO -rbe /tmp/
+FOO=bar std2fifo -v FOO -ce /tmp/
.fi
.nf
-tlsd -p 5601 -e -- std2fifo -rbe ~/.chat/
+tlsd -p 5601 -e -- std2fifo -e ~/.chat/
.fi
.SH COPYING