summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-link.3
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man3/npm-link.3')
-rw-r--r--deps/npm/man/man3/npm-link.38
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/man/man3/npm-link.3 b/deps/npm/man/man3/npm-link.3
index ab67f3933..5877e03fb 100644
--- a/deps/npm/man/man3/npm-link.3
+++ b/deps/npm/man/man3/npm-link.3
@@ -1,4 +1,4 @@
-.TH "NPM\-LINK" "3" "June 2015" "" ""
+.TH "NPM\-LINK" "3" "August 2015" "" ""
.SH "NAME"
\fBnpm-link\fR \- Symlink a package folder
.SH SYNOPSIS
@@ -14,12 +14,12 @@ npm\.commands\.link(packages, callback)
Package linking is a two\-step process\.
.P
Without parameters, link will create a globally\-installed
-symbolic link from \fBprefix/package\-name\fR to the current folder\.
+symbolic link from \fBprefix/package\-name\fP to the current folder\.
.P
-With a parameters, link will create a symlink from the local \fBnode_modules\fR
+With a parameters, link will create a symlink from the local \fBnode_modules\fP
folder to the global symlink\.
.P
-When creating tarballs for \fBnpm publish\fR, the linked packages are
+When creating tarballs for \fBnpm publish\fP, the linked packages are
"snapshotted" to their current state by resolving the symbolic links\.
.P
This is