comparison scripts/time/asctime.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents eb63fbe60fab
children c776f063fefe
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} asctime (@var{tm_struct}) 21 ## @deftypefn {Function File} {} asctime (@var{tm_struct})
22 ## Convert a time structure to a string using the following five-field 22 ## Convert a time structure to a string using the following five-field
23 ## format: Thu Mar 28 08:40:14 1996. For example, 23 ## format: Thu Mar 28 08:40:14 1996. For example:
24 ## 24 ##
25 ## @example 25 ## @example
26 ## @group 26 ## @group
27 ## asctime (localtime (time ())) 27 ## asctime (localtime (time ()))
28 ## @result{} "Mon Feb 17 01:15:06 1997\n" 28 ## @result{} "Mon Feb 17 01:15:06 1997\n"