aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/shell.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/world/shell.lux')
-rw-r--r--stdlib/source/documentation/lux/world/shell.lux14
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux
index f551aa6ce..9bc4e1978 100644
--- a/stdlib/source/documentation/lux/world/shell.lux
+++ b/stdlib/source/documentation/lux/world/shell.lux
@@ -21,25 +21,25 @@
($.default /.default)))
(,, (these))))
- ($.documentation /.Exit
+ ($.definition /.Exit
"A program exit code.")
- ($.documentation (/.Process !)
+ ($.definition (/.Process !)
"The means for communicating with a program/process being executed by the operating system.")
- ($.documentation /.Command
+ ($.definition /.Command
"A command that can be executed by the operating system.")
- ($.documentation /.Argument
+ ($.definition /.Argument
"A parameter for a command.")
- ($.documentation (/.Shell !)
+ ($.definition (/.Shell !)
"The means for issuing commands to the operating system.")
- ($.documentation (/.Mock s)
+ ($.definition (/.Mock s)
"A simulated process.")
- ($.documentation /.mock
+ ($.definition /.mock
""
[(mock mock init)])]
[]))))