From 2e1d1c7c15cdfa50404eaa932b323e0e3ac87e3e Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 8 Nov 2011 12:02:50 -0500 Subject: [PATCH] update docs --- man/foreman.1 | 4 ++-- man/foreman.1.ronn | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/foreman.1 b/man/foreman.1 index 19f4c1d..1ac9322 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "FOREMAN" "1" "September 2011" "Foreman 0.23.0" "Foreman Manual" +.TH "FOREMAN" "1" "November 2011" "Foreman 0.25.0" "Foreman Manual" . .SH "NAME" \fBforeman\fR \- manage Procfile\-based applications @@ -132,7 +132,7 @@ job: bundle exec rake jobs:work .IP "" 0 . .P -Process name may only contain letters, numbers and the underscore _ character. You can validate your Procfile format using the \fBcheck\fR command +A process name may contain letters, numbers amd the underscore character\. You can validate your Procfile format using the \fBcheck\fR command: . .IP "" 4 . diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 19bdb1b..fca3f83 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -113,7 +113,8 @@ to run it. web: bundle exec thin start job: bundle exec rake jobs:work -Process name may only contain letters, numbers and the underscore _ character.You can validate your Procfile format using the `check` command +A process name may contain letters, numbers amd the underscore character. +You can validate your Procfile format using the `check` command: $ foreman check