share/man/nitc: Adding the man explication to disable contracts
[nit.git] / share / man / README.md
index a167029..f7f4b83 100644 (file)
@@ -9,13 +9,13 @@ See the `Makefile`.
 Once generated, manpages can then be checked individually with `man -l`
 
 ~~~
-man -l man1/nitg.1
+man -l man1/nitc.1
 ~~~
 
 For global access, one can set the `MANPATH` environment variable to this `man` directory (not the `man1` subdirectory).
-Do not forget to append a trailing column (`:`) to keep existing manpages accessible.
+Do not forget to append `$MANPATH` to keep existing manpages accessible.
 
 ~~~
-export MANPATH=/path/to/nit/share/man:
-man nitg
+export MANPATH=/path/to/nit/share/man:$MANPATH
+man nitc
 ~~~