Mercurial > hg > Members > kono > nitros9-code
changeset 540:395a58bae72e
All "See Also" implemented
author | roug |
---|---|
date | Mon, 14 Oct 2002 19:08:28 +0000 |
parents | 7447909c9da3 |
children | 7a7bf9925e42 |
files | docs/ccguide/chain.refentry docs/ccguide/close.refentry docs/ccguide/crc.refentry docs/ccguide/creat.refentry |
diffstat | 4 files changed, 40 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/ccguide/chain.refentry Mon Oct 14 00:12:45 2002 +0000 +++ b/docs/ccguide/chain.refentry Mon Oct 14 19:08:28 2002 +0000 @@ -14,6 +14,12 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$CHAIN +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder
--- a/docs/ccguide/close.refentry Mon Oct 14 00:12:45 2002 +0000 +++ b/docs/ccguide/close.refentry Mon Oct 14 19:08:28 2002 +0000 @@ -14,9 +14,23 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 I$CLOSE +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder </para> </refsect1> + +<refsect1><title>See Also</title> +<para> +<link linkend="creat">creat()</link>, +<link linkend="open">open()</link>, +<link linkend="dup">dup()</link> +</para> +</refsect1> </refentry>
--- a/docs/ccguide/crc.refentry Mon Oct 14 00:12:45 2002 +0000 +++ b/docs/ccguide/crc.refentry Mon Oct 14 19:08:28 2002 +0000 @@ -14,6 +14,12 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$CRC +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder
--- a/docs/ccguide/creat.refentry Mon Oct 14 00:12:45 2002 +0000 +++ b/docs/ccguide/creat.refentry Mon Oct 14 19:08:28 2002 +0000 @@ -17,9 +17,23 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 I$CREATE +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder </para> </refsect1> + +<refsect1><title>See Also</title> +<para> +<link linkend="write">write()</link>, +<link linkend="close">close()</link>, +<link linkend="chmod">chmod()</link> +</para> +</refsect1> </refentry>