From 916d0088b73c30a12986d3e4947496b98aa19b95 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 13 Jan 2017 19:43:05 +0100 Subject: [PATCH] cpu(1), import(4): note deprecation and refer to rcpu(1) --- sys/man/1/cpu | 4 ++++ sys/man/4/import | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/sys/man/1/cpu b/sys/man/1/cpu index 4988f58c7..046560d88 100644 --- a/sys/man/1/cpu +++ b/sys/man/1/cpu @@ -38,6 +38,9 @@ cpu \- connection to CPU server .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 @@ are bound to their standard locations from there. .SH SOURCE .B /sys/src/cmd/cpu.c .SH SEE ALSO +.IR rcpu (1) , .IR rc (1) , .IR rio (1) , .IR exportfs (4) , diff --git a/sys/man/4/import b/sys/man/4/import index 18ca8b5a6..88be8145c 100644 --- a/sys/man/4/import +++ b/sys/man/4/import @@ -25,6 +25,11 @@ import \- import a name space from a remote system ] ] .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 @@ to restart .SH SOURCE .B /sys/src/cmd/import.c .SH SEE ALSO +.IR rcpu (1), .IR bind (1), .IR ssl (3), .IR exportfs (4),