Mercurial > hg > Members > kono > nitros9-code
changeset 544:ba824286a6a0
All "See Also" implemented
author | roug |
---|---|
date | Mon, 14 Oct 2002 19:08:34 +0000 |
parents | 03d745f92340 |
children | 32f33a35f57a |
files | docs/ccguide/setime.refentry docs/ccguide/setpr.refentry docs/ccguide/setstat.refentry docs/ccguide/setuid.refentry docs/ccguide/signal.refentry docs/ccguide/stacksize.refentry |
diffstat | 6 files changed, 51 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/ccguide/setime.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/setime.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -18,6 +18,15 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$STIME +</para> +<para> +os9 F$GTIME +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder
--- a/docs/ccguide/setpr.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/setpr.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -14,6 +14,12 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$SPRIOR +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder
--- a/docs/ccguide/setstat.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/setstat.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -17,6 +17,12 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$SETSTT +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder
--- a/docs/ccguide/setuid.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/setuid.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -14,9 +14,22 @@ </refsynopsisdiv> +<refsect1><title>Assembler Equivalent</title> +<para> +os9 F$SUSER +</para> +</refsect1> + <refsect1><title>Description</title> <para> Placeholder </para> </refsect1> + +<refsect1><title>See Also</title> +<para> +<link linkend="getuid">getuid()</link> +</para> +</refsect1> + </refentry>
--- a/docs/ccguide/signal.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/signal.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -22,4 +22,13 @@ Placeholder </para> </refsect1> + +<refsect1><title>See Also</title> +<para> +<link linkend="intercept">intercept()</link>, +OS-9 shell command "kill", +<link linkend="kill">kill()</link> +</para> +</refsect1> + </refentry>
--- a/docs/ccguide/stacksize.refentry Mon Oct 14 19:08:33 2002 +0000 +++ b/docs/ccguide/stacksize.refentry Mon Oct 14 19:08:34 2002 +0000 @@ -24,4 +24,12 @@ Placeholder </para> </refsect1> + +<refsect1><title>See Also</title> +<para> +<link linkend="sbrk">ibrk(), sbrk()</link>, +Global variable "memend" and value "end". +</para> +</refsect1> + </refentry>