diff options
Diffstat (limited to 'sys/clio/doc')
-rw-r--r-- | sys/clio/doc/clio.hd | 40 | ||||
-rw-r--r-- | sys/clio/doc/clio.men | 16 |
2 files changed, 56 insertions, 0 deletions
diff --git a/sys/clio/doc/clio.hd b/sys/clio/doc/clio.hd new file mode 100644 index 00000000..4b5b00f2 --- /dev/null +++ b/sys/clio/doc/clio.hd @@ -0,0 +1,40 @@ +# Help directory for the CLIO (command language i/o) system package. + +$clio = "sys$clio/" + +clcmd hlp = clcmd.hlp, src = clio$clcmd.x +clgetb hlp = clget.hlp, src = clio$clgetb.x +clgetc hlp = clget.hlp, src = clio$clgetc.x +clgetd hlp = clget.hlp, src = clio$clgetd.x +clgeti hlp = clget.hlp, src = clio$clgeti.x +clgetl hlp = clget.hlp, src = clio$clgetl.x +clgetr hlp = clget.hlp, src = clio$clgetr.x +clgets hlp = clget.hlp, src = clio$clgets.x +clgetx hlp = clget.hlp, src = clio$clgetx.x +clgfil hlp = clgfil.hlp, src = clio$clgfil.x +clglpb hlp = clglp.hlp, src = clio$clglpb.x +clglpc hlp = clglp.hlp, src = clio$clglpc.x +clglpd hlp = clglp.hlp, src = clio$clglpd.x +clglpi hlp = clglp.hlp, src = clio$clglpi.x +clglpl hlp = clglp.hlp, src = clio$clglpl.x +clglpr hlp = clglp.hlp, src = clio$clglpr.x +clglps hlp = clglp.hlp, src = clio$clglps.x +clglpx hlp = clglp.hlp, src = clio$clglpx.x +clglstr hlp = clglp.hlp, src = clio$clglstr.x +clgstr hlp = clget.hlp, src = clio$clgstr.x +clgwrd hlp = clget.hlp, src = clio$clgwrd.x +clpcls hlp = clgfil.hlp, src = clio$clgfil.x +clplen hlp = clgfil.hlp, src = clio$clgfil.x +clpopni hlp = clgfil.hlp, src = clio$clgfil.x +clpopns hlp = clgfil.hlp, src = clio$clgfil.x +clpopnu hlp = clgfil.hlp, src = clio$clgfil.x +clprew hlp = clgfil.hlp, src = clio$clgfil.x +clpstr hlp = clput.hlp, src = clio$clpstr.x +clputb hlp = clput.hlp, src = clio$clputb.x +clputc hlp = clput.hlp, src = clio$clputc.x +clputd hlp = clput.hlp, src = clio$clputd.x +clputi hlp = clput.hlp, src = clio$clputi.x +clputr hlp = clput.hlp, src = clio$clputr.x +clputx hlp = clput.hlp, src = clio$clputx.x +clseti hlp = clseti.hlp, src = clio$clseti.x +clstati hlp = clstati.hlp, src = clio$clstati.x diff --git a/sys/clio/doc/clio.men b/sys/clio/doc/clio.men new file mode 100644 index 00000000..f7f24059 --- /dev/null +++ b/sys/clio/doc/clio.men @@ -0,0 +1,16 @@ + clcmd - Send a command to the CL (restricted) +clget[bcsilrdx] - Get the value of a CL parameter + clpopni - Open a sorted input filename template + clpopns - Open a sorted filename template or namelist + clpopnu - Open an unsorted filename template or namelist + clplen - Number of elements in a list opened with clpopn[isu] + clgfil - Get a file from a list opened with clpopn[isu] + clpcls - Close a list opened with clpopn[isu] +clglp[bcsilrdx] - Get the next value from a list-structured CL parameter + clglstr - Get the next value from a string list-structured CL parameter + clgstr - Get the value of a CL string type parameter + clgwrd - Get the first word from a string valued CL parameter + clpstr - Set the value of a string valued CL parameter +clput[bcsilrdx] - Set the value of a CL parameter + clseti - Set the value of a CLIO parameter + clstati - Get the value of a CLIO parameter |