diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-01-13 19:43:05 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-01-13 19:43:05 +0100 |
commit | 916d0088b73c30a12986d3e4947496b98aa19b95 (patch) | |
tree | dc0be9fe46bb43b5507f8517af136c1393230af8 /sys/man/4 | |
parent | 67fb68050860ee8e02b55f21e229e9cdb44d80d2 (diff) |
cpu(1), import(4): note deprecation and refer to rcpu(1)
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/import | 6 |
1 files changed, 6 insertions, 0 deletions
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), |