Mercurial > hg > Members > kono > nitros9-code
changeset 914:9639def8cf2e
Changed to show new - options
author | boisy |
---|---|
date | Sat, 18 Jan 2003 17:31:12 +0000 |
parents | 2c541a4a3406 |
children | d049083f7ab0 |
files | docs/nitros9guide/dir.refentry docs/nitros9guide/mdir.refentry docs/nitros9guide/procs.refentry docs/nitros9guide/verify.refentry |
diffstat | 4 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/nitros9guide/dir.refentry Sat Jan 18 17:25:41 2003 +0000 +++ b/docs/nitros9guide/dir.refentry Sat Jan 18 17:31:12 2003 +0000 @@ -8,10 +8,10 @@ <cmdsynopsis> <command>DIR</command> <arg choice="opt"> - <option>e</option> + <option>-e</option> </arg> <arg choice="opt"> - <option>x</option> + <option>-x</option> </arg> <arg choice="opt"> &replstart;path&replend; @@ -44,15 +44,15 @@ <screen> dir (display data directory) -dir x (display execution directory) +dir -x (display execution directory) -dir x e (display entire description of execution dir) +dir -x -e (display entire description of execution dir) dir .. (display parent of working data directory) dir newstuff (display newstuff directory) -dir e test_programs (display entire description of "test.programs) +dir -e test_programs (display entire description of "test.programs) </screen> </refsect1> </refentry>
--- a/docs/nitros9guide/mdir.refentry Sat Jan 18 17:25:41 2003 +0000 +++ b/docs/nitros9guide/mdir.refentry Sat Jan 18 17:31:12 2003 +0000 @@ -8,7 +8,7 @@ <cmdsynopsis> <command>MDIR</command> <arg choice="opt"> - <option>e</option> + <option>-e</option> </arg> </cmdsynopsis> </refsynopsisdiv> @@ -35,7 +35,7 @@ of each module is displayed. All numbers shown are in hexadecimal. </para> <screen> -OS9: MDIR E +OS9: mdir -e Module Directory at 10:55:04
--- a/docs/nitros9guide/procs.refentry Sat Jan 18 17:25:41 2003 +0000 +++ b/docs/nitros9guide/procs.refentry Sat Jan 18 17:31:12 2003 +0000 @@ -8,7 +8,7 @@ <cmdsynopsis> <command>PROCS</command> <arg choice="opt"> - <option>e</option> + <option>-e</option> </arg> </cmdsynopsis> </refsynopsisdiv> @@ -16,7 +16,7 @@ <refsect1><title>Description</title> <para> Displays a list of processes running on the system. Normally only -processes having the user's ID are listed, but if the "e" option is +processes having the user's ID are listed, but if the "-e" option is given, processes of all users are listed. The display is a "snapshot" taken at the instant the command is executed: processes can switch states rapidly, usually many times per second.
--- a/docs/nitros9guide/verify.refentry Sat Jan 18 17:25:41 2003 +0000 +++ b/docs/nitros9guide/verify.refentry Sat Jan 18 17:31:12 2003 +0000 @@ -8,7 +8,7 @@ <cmdsynopsis> <command>VERIFY</command> <arg choice="opt"> - <option>u</option> + <option>-u</option> </arg> </cmdsynopsis> </refsynopsisdiv> @@ -22,7 +22,7 @@ the standard error path. </para> <para> -If the U (update) option is specified, the module(s) will be copied +If the -u (update) option is specified, the module(s) will be copied to the standard output path with the module's header parity and CRC values replaced with the computed values. A message will be displayed to indicate whether or not the module's values matched @@ -52,7 +52,7 @@ Module's header parity is correct. Calculated CRC matches module's. -OS9: verify u <module >temp +OS9: verify -u <module >temp </screen> </refsect1> </refentry>