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
path: root/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-04 10:18:18 +0400
committerisaacs <i@izs.me>2010-05-04 10:18:18 +0400
commitd38f0b364661d1402e703ed91f64e656eb7a7ab6 (patch)
tree9d10385f0163120210cf1c0de85387e07ce0df5b /man
parent6e06d906d2eb93348400caf1dd6b219c22ed8f46 (diff)
Fix the "see also" sections
Diffstat (limited to 'man')
-rw-r--r--man/activate.16
-rw-r--r--man/deactivate.16
2 files changed, 6 insertions, 6 deletions
diff --git a/man/activate.1 b/man/activate.1
index eda6bc7c1..b4f418812 100644
--- a/man/activate.1
+++ b/man/activate.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
-.TH "ACTIVATE" "1" "April 2010" "" ""
+.TH "ACTIVATE" "1" "May 2010" "" ""
.
.SH "NAME"
\fBactivate\fR \-\- Activate an installed version of a package
@@ -16,5 +16,5 @@ npm activate <name> <version>
.SH "DESCRIPTION"
This "activates" a specific version of a package, so that you can just do\fBrequire("foo")\fR without having to specify the version.
.
-.P
-See: deactivate
+.SH "SEE ALSO"
+npm\-deactivate(1)
diff --git a/man/deactivate.1 b/man/deactivate.1
index ce0c75771..2ca478d63 100644
--- a/man/deactivate.1
+++ b/man/deactivate.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
-.TH "NPM\-DEACTIVATE" "1" "April 2010" "" ""
+.TH "NPM\-DEACTIVATE" "1" "May 2010" "" ""
.
.SH "NAME"
\fBnpm\-deactivate\fR \-\- Deactivate the active version of a package
@@ -17,5 +17,5 @@ npm deactivate <name>
If there's an active version of the package, this will unlink it from that
preferential position.
.
-.P
-See: activate
+.SH "SEE ALSO"
+npm\-activate(1)