From e781c49a735ae379c9aed35aa87677e18957b447 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 25 Jan 2019 22:27:33 +0100 Subject: [PATCH] doc: misc updates (JuliaLang/julia#30837) * include docstrings from JuliaLang/julia#30716, JuliaLang/julia#30745 and JuliaLang/julia#30747 in the manual, and misc cross references. * fix doctest for = --- src/clusterserialize.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clusterserialize.jl b/src/clusterserialize.jl index 9c0260fc2d83d4..cbd799b2840720 100644 --- a/src/clusterserialize.jl +++ b/src/clusterserialize.jl @@ -251,7 +251,7 @@ end clear!(syms, pids=workers(); mod=Main) Clears global bindings in modules by initializing them to `nothing`. -`syms` should be of type `Symbol` or a collection of `Symbol`s . `pids` and `mod` +`syms` should be of type [`Symbol`](@ref) or a collection of `Symbol`s . `pids` and `mod` identify the processes and the module in which global variables are to be reinitialized. Only those names found to be defined under `mod` are cleared.