Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-07-05 00:29:03 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:07 +0400
commite937a72f38f359a47977d7e9ade1a2e3bf75fa4a (patch)
tree09b75265e56543ce10f5e371022f13e5becd6c7b /man/link.1
parentc4aea02bfa76b6cb5ac9afd0ecea08b4ff017cd2 (diff)
Update all man pages using new version of ronn
Diffstat (limited to 'man/link.1')
-rw-r--r--man/link.114
1 files changed, 6 insertions, 8 deletions
diff --git a/man/link.1 b/man/link.1
index bfc364850..d2a31457b 100644
--- a/man/link.1
+++ b/man/link.1
@@ -1,20 +1,18 @@
-.\" generated with Ronn/v0.4.1
-.\" http://github.com/rtomayko/ronn/
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "NPM\-LINK" "1" "April 2010" "" ""
+.TH "NPM\-LINK" "1" "May 2010" "" ""
.
.SH "NAME"
-\fBnpm\-link\fR \-\- Symlink a package folder
+\fBnpm\-link\fR \- Symlink a package folder
.
.SH "SYNOPSIS"
.
.nf
+
npm link <folder>
.
.fi
.
.SH "DESCRIPTION"
-This will link a source folder into npm's registry using a symlink, and then
-build it according to the package.json file in that folder's root. This is
-handy for installing your own stuff, so that you can work on it and test it
-iteratively without having to continually rebuild.
+This will link a source folder into npm\'s registry using a symlink, and then build it according to the package\.json file in that folder\'s root\. This is handy for installing your own stuff, so that you can work on it and test it iteratively without having to continually rebuild\.