Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 14, 2012
1 parent 9291e9e commit 136b30c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Readme.md
Expand Up @@ -37,6 +37,22 @@
`mad(1)` pipes to `less(1)` so you get the same paging / searching
goodness that you expect from `man(1)`.

## Page lookup

Use the __MAD_PATH__ environment variable to control
where `mad(1)` will look for a manual page.
The ".md" extension may be omitted.

For example:

MAD_PATH="/usr/share/mad:share/mad"

The following paths will always be searched:

- .
- /usr/local/share/mad
- /usr/share/mad

## Screenshots

Jade manual:
Expand Down

0 comments on commit 136b30c

Please sign in to comment.