Opened 3 years ago
Closed 12 months ago
#327 closed enhancement (fixed)
help should accept -info . and -info .. arguments
| Reported by: | Gary Dixon | Owned by: | Gary Dixon |
|---|---|---|---|
| Priority: | major | Milestone: | MR12.9 |
| Component: | Standard Library | Version: | MR12.8 |
| Keywords: | Cc: |
Description (last modified by )
The Multics help command has an -info BLOCK_NAME argument to select otherwise hidden info blocks (blocks that begin with an :[Info]: BLOCK_NAME: block divider) in an info segment. This -control_arg enables the developer to display subsystem request help blocks using the Multics help command (rather than having to enter the subsystem to use its help request).
The Multics help command correctly processes a BLOCK_NAME of:
? name of the ssu_-provided request which summarizes request names
help mbuild.gi -info ? >udd>m>gd>w>mbc>mbuild.gi.info [Info]: ? (10 lines in info) 2020-07-27 ? Syntax: ? Function: prints a list of requests available in this subsystem. Notes: There may be other requests available in the subsystem which are not listed by this request. Such requests may be listed using the request: list_requests -all r 05:47 0.475 276
However, it currently fails to accept two other ssu-provided request names:
. subsystem request: self_identify
.. subsystem escape: process remainder of line as a Multics command
help -mbuild.gi -info . help: Specified control argument is not accepted. -mbuild.gi r 05:47 0.048 2 help -mbuild.gi -info .. help: Specified control argument is not accepted. -mbuild.gi r 05:47 0.058 2
This ticket requests that the help command be enhanced to accept those two request names as acceptable operands of the help -info control argument.
Change History (3)
comment:1 by , 3 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 13 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:3 by , 12 months ago
| Milestone: | → MR12.9 |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |

https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10154.pdf
Fixed by MR12.9-1021.