diff options
author | Eduardo Julian | 2021-08-29 18:30:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-29 18:30:29 -0400 |
commit | ff537895fe9c24f37a0ce11b640af5d4882571a5 (patch) | |
tree | f59778fa4163277d3ca3a1df450af82a401debb3 /stdlib/source/documentation/lux/world/shell.lux | |
parent | 1680d4d8bc4046ed4728413f1e7cfd77aa7e84b7 (diff) |
Better parameterized type documentation.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/documentation/lux/world/shell.lux | 6 |
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 |