From 90d4dffb82be956ee91548f256bf76fdd9fd3830 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Fri, 16 Sep 2011 18:46:10 -0400 Subject: [PATCH] tweak docs --- man/foreman.1 | 2 +- man/foreman.1.ronn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/foreman.1 b/man/foreman.1 index 2412582..af76a0d 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -165,7 +165,7 @@ If a \fB\.foreman\fR file exists in the current directory, default options will . .nf -concurrency: alpha=0 +concurrency: alpha=0,bravo=1 port: 15000 . .fi diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index e7588f1..c1767c4 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -132,7 +132,7 @@ If a `.foreman` file exists in the current directory, default options will be read from it. This file should be in YAML format with the long option name as keys. Example: - concurrency: alpha=0 + concurrency: alpha=0,bravo=1 port: 15000 ## EXAMPLES