ref: 2214ea5a98249d20ddc9d5419f43e56621b9ce9b
parent: f1bb8b20ee13e37fc62c23928ee86ac3f33a5e08
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 13 14:43:05 EST 2017
cpu(1), import(4): note deprecation and refer to rcpu(1)
--- a/sys/man/1/cpu
+++ b/sys/man/1/cpu
@@ -38,6 +38,9 @@
.B -R
]
.SH DESCRIPTION
+This tool is deprecated and has been replaced by
+.IR rcpu (1).
+.PP
.I Cpu
starts an
.IR rc (1)
@@ -216,6 +219,7 @@
.SH SOURCE
.B /sys/src/cmd/cpu.c
.SH SEE ALSO
+.IR rcpu (1) ,
.IR rc (1) ,
.IR rio (1) ,
.IR exportfs (4) ,
--- a/sys/man/4/import
+++ b/sys/man/4/import
@@ -25,6 +25,11 @@
]
]
.SH DESCRIPTION
+This tool is deprecated and has been replaced by
+.I rimport
+(see
+.IR rcpu (1)).
+.PP
.I Import
allows an arbitrary
.I file
@@ -204,6 +209,7 @@
.SH SOURCE
.B /sys/src/cmd/import.c
.SH SEE ALSO
+.IR rcpu (1),
.IR bind (1),
.IR ssl (3),
.IR exportfs (4),
--
⑨