Skip to content

Commit

Permalink
Merge pull request ddollar#355 from JoeyButler/fix_typo_in_man
Browse files Browse the repository at this point in the history
Fix typo in manual page.
  • Loading branch information
ddollar committed May 3, 2013
2 parents 2379259 + 51e181d commit fd836b4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/foreman.1
Original file line number Diff line number Diff line change
@@ -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
.
2 changes: 1 addition & 1 deletion man/foreman.1.ronn
Original file line number Diff line number Diff line change
@@ -146,7 +146,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

0 comments on commit fd836b4

Please sign in to comment.