From 51e181da290022178a6251c8831b9c1a5a5999f1 Mon Sep 17 00:00:00 2001 From: Joey Butler Date: Wed, 17 Apr 2013 10:45:42 -0700 Subject: [PATCH] Fix typo in manual page. --- 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 a55866f..ce86cdb 100644 --- a/man/foreman.1 +++ b/man/foreman.1 @@ -157,7 +157,7 @@ job: bundle exec rake jobs:work .IP "" 0 . .P -A process name may contain letters, numbers amd the underscore character\. You can validate your Procfile format using the \fBcheck\fR command: +A process name may contain letters, numbers and 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 e299f02..a888e1c 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -133,7 +133,7 @@ to run it. web: bundle exec thin start job: bundle exec rake jobs:work -A process name may contain letters, numbers amd the underscore character. +A process name may contain letters, numbers and the underscore character. You can validate your Procfile format using the `check` command: $ foreman check