From 6f8d29930130160ff8db5c3905bf4a692f6bf6e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 May 2024 12:40:28 +0200 Subject: Documentation tweak --- doc/manual.cli | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index a867643..4c55374 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -8911,10 +8911,11 @@ export \ Besides starting a module purview, a non-exporting module declaration in the -implementation unit makes non-internal linkage names declared or made visible -(via import) in the module purview of an interface unit also visible in the -module purview of the implementation unit. In this sense a non-exporting -module declaration acts as a special \c{import}. For example: +implementation unit makes (non-internal linkage) names declared or made +visible (via import) in the module purview of an interface unit also visible +in the module purview of the implementation unit. In this sense a +non-exporting module declaration acts as a special \c{import}. The following +example illustrates this point: \ module; -- cgit v1.1