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.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/world/shell.lux b/stdlib/source/documentation/lux/world/shell.lux
index 43264c503..cd69d9b12 100644
--- a/stdlib/source/documentation/lux/world/shell.lux
+++ b/stdlib/source/documentation/lux/world/shell.lux
@@ -16,7 +16,7 @@
(documentation: /.Exit
"A program exit code.")
-(documentation: /.Process
+(documentation: (/.Process !)
"The means for communicating with a program/process being executed by the operating system.")
(documentation: /.Command
@@ -25,10 +25,10 @@
(documentation: /.Argument
"A parameter for a command.")
-(documentation: /.Shell
+(documentation: (/.Shell !)
"The means for issuing commands to the operating system.")
-(documentation: /.Mock
+(documentation: (/.Mock s)
"A simulated process.")
(documentation: /.mock