aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-deprecate.3
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man3/npm-deprecate.3')
-rw-r--r--deps/npm/man/man3/npm-deprecate.310
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/man/man3/npm-deprecate.3 b/deps/npm/man/man3/npm-deprecate.3
index ba6f31f817..7963db6ba9 100644
--- a/deps/npm/man/man3/npm-deprecate.3
+++ b/deps/npm/man/man3/npm-deprecate.3
@@ -16,20 +16,20 @@ a deprecation warning to all who attempt to install it\.
The 'args' parameter must have exactly two elements:
.RS 0
.IP \(bu 2
-\fBpackage[@version]\fR
- The \fBversion\fR portion is optional, and may be either a range, or a
+\fBpackage[@version]\fP
+ The \fBversion\fP portion is optional, and may be either a range, or a
specific version, or a tag\.
.IP \(bu 2
-\fBmessage\fR
+\fBmessage\fP
The warning message that will be printed whenever a user attempts to
install the package\.
.RE
.P
Note that you must be the package owner to deprecate something\. See the
-\fBowner\fR and \fBadduser\fR help topics\.
+\fBowner\fP and \fBadduser\fP help topics\.
.P
-To un\-deprecate a package, specify an empty string (\fB""\fR) for the \fBmessage\fR argument\.
+To un\-deprecate a package, specify an empty string (\fB""\fP) for the \fBmessage\fP argument\.
.SH SEE ALSO
.RS 0
.IP \(bu 2