Skip to content

Instantly share code, notes, and snippets.

@kapouer
Created February 14, 2011 19:09
Show Gist options
  • Save kapouer/826366 to your computer and use it in GitHub Desktop.
Save kapouer/826366 to your computer and use it in GitHub Desktop.
correct a small syntax error in manpage of node v0.4.0
--- a/doc/node.1
+++ b/doc/node.1
@@ -44,7 +44,7 @@
.SH ENVIRONMENT VARIABLES
.IP NODE_PATH
-':'-separated list of directories prefixed to the module search path,
+\':\'\-separated list of directories prefixed to the module search path,
require.paths.
.IP NODE_MODULE_CONTEXTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment