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/folders.1
parentc4aea02bfa76b6cb5ac9afd0ecea08b4ff017cd2 (diff)
Update all man pages using new version of ronn
Diffstat (limited to 'man/folders.1')
-rw-r--r--man/folders.131
1 files changed, 14 insertions, 17 deletions
diff --git a/man/folders.1 b/man/folders.1
index f5f61f93c..70a63f97b 100644
--- a/man/folders.1
+++ b/man/folders.1
@@ -1,40 +1,37 @@
-.\" 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\-FOLDERS" "1" "April 2010" "" ""
+.TH "NPM\-FOLDERS" "1" "May 2010" "" ""
.
.SH "NAME"
-\fBnpm\-folders\fR \-\- Folder Structures Used by npm
+\fBnpm\-folders\fR \- Folder Structures Used by npm
.
.SH "DESCRIPTION"
-Everything lives in the \fBroot\fR setting. This defaults to \fB$HOME/.node_libraries/\fR. I'd like to be able to override it, but that's not
-possible yet.
+Everything lives in the \fBroot\fR setting\. This defaults to \fB$HOME/\.node_libraries/\fR\. I\'d like to be able to override it, but that\'s not possible yet\.
.
.P
-\fBroot/.npm/foo\fR is where the stuff for package \fBfoo\fR would go.
+\fBroot/\.npm/foo\fR is where the stuff for package \fBfoo\fR would go\.
.
.P
-\fBroot/.npm/foo/1.0.0/package\fR the contents of the tarball containing foo
-version 1.0.0
+\fBroot/\.npm/foo/1\.0\.0/package\fR the contents of the tarball containing foo version 1\.0\.0
.
.P
-\fBroot/.npm/foo/1.0.0/main.js\fR Generated file that exports the \fBmain\fR module in
-foo.
+\fBroot/\.npm/foo/1\.0\.0/main\.js\fR Generated file that exports the \fBmain\fR module in foo\.
.
.P
-\fBroot/.npm/foo/1.0.0/lib\fR symlink to the \fBlib\fR dir in foo.
+\fBroot/\.npm/foo/1\.0\.0/lib\fR symlink to the \fBlib\fR dir in foo\.
.
.P
-\fBroot/.npm/foo/active\fR symlink to the active version.
+\fBroot/\.npm/foo/active\fR symlink to the active version\.
.
.P
-\fBroot/foo\-1.0.0.js\fR symlink to \fB.npm/foo/1.0.0/main.js\fR
+\fBroot/foo\-1\.0\.0\.js\fR symlink to \fB\.npm/foo/1\.0\.0/main\.js\fR
.
.P
-\fBroot/foo.js\fR symlink to \fB.npm/foo/active/main.js\fR
+\fBroot/foo\.js\fR symlink to \fB\.npm/foo/active/main\.js\fR
.
.P
-\fBroot/foo\fR symlink to \fB.npm/foo/active/lib\fR
+\fBroot/foo\fR symlink to \fB\.npm/foo/active/lib\fR
.
.P
-\fBroot/foo\-1.0.0\fR symlink to \fB.npm/foo/1.0.0/lib\fR
+\fBroot/foo\-1\.0\.0\fR symlink to \fB\.npm/foo/1\.0\.0/lib\fR