changeset 1157:970d2ad93c21

Consistency fixes
author boisy
date Wed, 30 Apr 2003 20:36:58 +0000
parents 004e03463159
children 55e264950e2a
files level1/sys/binex.hp level1/sys/copy.hp level1/sys/cputype.hp level1/sys/ded.hp level1/sys/deiniz.hp level1/sys/del.hp level1/sys/devs.hp level1/sys/dmode.hp level1/sys/dump.hp level1/sys/exbin.hp level1/sys/exmode.hp level1/sys/help.hp level1/sys/iniz.hp level1/sys/irqs.hp level1/sys/touch.hp level1/sys/tuneport.hp level1/sys/unlink.hp level1/sys/xmode.hp
diffstat 18 files changed, 15 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/level1/sys/binex.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/binex.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @BINEX
 Syntax: Binex <path1> <path2>
-Usage : Convert Binary to S-Record Format
+Usage : Convert Binary to S-Record format
--- a/level1/sys/copy.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/copy.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,6 +1,6 @@
 @COPY
 Syntax: Copy [<opts>] <srcpath> [<dstpath>] [<opts>]
-Usage : copies files
+Usage : Copies files
 Opts  :
   -a = abort on error
   -p = don't print files copied (use with -w)
--- a/level1/sys/cputype.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/cputype.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,4 +1,3 @@
 @CPUTYPE
 Syntax: CPUType
 Usage : Displays type of CPU being used
-Opts  :
--- a/level1/sys/ded.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/ded.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,4 +1,3 @@
 @DED
 Syntax: dEd </device>
 Usage : Binary Disk Editor
-Opts  :
--- a/level1/sys/deiniz.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/deiniz.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @DEINIZ
 Syntax: Deiniz <devname> {<devname>}
-Usage : Detach a device(s)
+Usage : Detach one or more devices
--- a/level1/sys/del.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/del.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,5 +1,5 @@
 @DEL
 Syntax: Del [<opts>] <path> [<path>] [<opts>]
-Usage : Deletes the specified file(s)
+Usage : Deletes one or more files
 Opts  :
   -x = delete relative to execution directory
--- a/level1/sys/devs.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/devs.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,4 +1,3 @@
 @DEVS
 Syntax: Devs
 Usage : Display IOMan's device table entries
-Opts  :
--- a/level1/sys/dmode.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/dmode.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @DMODE
 Syntax: DMode <devname> [params]
-Usage : Displays or changes the parameters of an RBF type device
+Usage : Displays or changes the parameters of an RBF device
--- a/level1/sys/dump.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/dump.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,6 +1,6 @@
 @DUMP
 Syntax: Dump [<opts>] [<path>] [<opts>]
-Usage : Formatted File Dump in Hexadecimal and ASCII
+Usage : Formatted file dump in hexadecimal and ASCII
 Opts  :
   -h = no header
   -m = module in memory
--- a/level1/sys/exbin.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/exbin.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @EXBIN
 Syntax: Exbin <path1> <path2>
-Usage : Convert S-Record Format to Binary
+Usage : Convert S-Record format to Binary
--- a/level1/sys/exmode.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/exmode.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @EXMODE
 Syntax: EXMode <devname> [params]
-Usage : Displays or changes the parameters of an SCF type device
+Usage : Displays or changes the parameters of an SCF device
--- a/level1/sys/help.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/help.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -3,4 +3,4 @@
 Usage : Give on-line help to users
         will prompt if no subjects given
 Opts  :
-  -? give list of help topics
+  -? = give list of help topics
--- a/level1/sys/iniz.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/iniz.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @INIZ
 Syntax: Iniz <devname> [<devname> [...]]
-Usage : Attach a device
+Usage : Attach one or more devices
--- a/level1/sys/irqs.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/irqs.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,4 +1,3 @@
 @IRQS
 Syntax: Irqs
 Usage : Display interrupt table entries
-Opts  :
--- a/level1/sys/touch.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/touch.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,6 +1,6 @@
 @TOUCH
 Syntax: Touch [<opts>] <path> [<opts>]
-Usage : update the date of a file
+Usage : Update the date of a file
 Opts  :
   -c = don't create files
   -q = don't quit on error
--- a/level1/sys/tuneport.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/tuneport.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @TUNEPORT
-Tuneport <device> [value]
-Adjust the baud value for the serial port
+Syntax: Tuneport <device> [value]
+Usage : Adjust the baud value for the serial port
--- a/level1/sys/unlink.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/unlink.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @UNLINK
 Syntax: Unlink <modname>
-Usage : Unlinks module(s) from memory
+Usage : Unlinks one or more modules from memory
--- a/level1/sys/xmode.hp	Wed Apr 30 20:30:28 2003 +0000
+++ b/level1/sys/xmode.hp	Wed Apr 30 20:36:58 2003 +0000
@@ -1,3 +1,3 @@
 @XMODE
 Syntax: XMode <devname> [params]
-Usage : Displays or changes the parameters of an SCF type device
+Usage : Displays or changes the parameters of an SCF device