diff options
Diffstat (limited to 'deps/npm/man/man3/npm-bin.3')
-rw-r--r-- | deps/npm/man/man3/npm-bin.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/man/man3/npm-bin.3 b/deps/npm/man/man3/npm-bin.3 index 704b17c761..4c76b8a0cd 100644 --- a/deps/npm/man/man3/npm-bin.3 +++ b/deps/npm/man/man3/npm-bin.3 @@ -1,17 +1,17 @@ -.TH "NPM\-BIN" "3" "September 2014" "" "" +.TH "NPM\-BIN" "3" "October 2014" "" "" .SH "NAME" \fBnpm-bin\fR \- Display npm bin folder .SH SYNOPSIS .P .RS 2 -.EX +.nf npm\.commands\.bin(args, cb) -.EE +.fi .RE .SH DESCRIPTION .P Print the folder where npm will install executables\. .P This function should not be used programmatically\. Instead, just refer -to the \fBnpm\.bin\fR member\. +to the \fBnpm\.bin\fR property\. |