Mercurial > hg > Members > kono > nitros9-code
diff docs/nitros9guide/date.refentry @ 134:52af9581ef1e
Split up the commands into individual files.
author | roug |
---|---|
date | Sun, 07 Jul 2002 08:58:56 +0000 |
parents | |
children | 2c541a4a3406 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/nitros9guide/date.refentry Sun Jul 07 08:58:56 2002 +0000 @@ -0,0 +1,43 @@ +<refentry id="date"> +<refnamediv> +<refname>DATE</refname> +<refpurpose>Display system date and time</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>DATE</command> +<arg choice="opt"> + <option>t</option> +</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1><title>Description</title> +<para> +This command will display the current system date, and if the "t" +option is given, the current system time. +</para> +</refsect1> +<refsect1><title>Examples</title> +<screen> +date t + +date t >/p (Output is redirected to printer) + +OS9: setime + + YY/MM/DD HH:MM:SS +TIME ? 81/04/15 14:19:00 + +OS9:date + +April 15, 1981 + +OS9:date t + +April 15, 1981 14:20:20 +</screen> +</refsect1> +</refentry> +