comparison src/DLD-FUNCTIONS/time.cc @ 12776:944cf42c699e stable

doc: small documentation fixes for strftime, betainc betainc.cc: Place variable x inside @var macro strftime.cc: Place '%' escape character before '%','n','t' commands.
author Rik <octave@nomad.inbox5.com>
date Wed, 29 Jun 2011 21:07:46 -0700
parents f96b9b9f141b
children 5fa482628bf6
comparison
equal deleted inserted replaced
12775:d02c9a58bae1 12776:944cf42c699e
338 \n\ 338 \n\
339 @noindent\n\ 339 @noindent\n\
340 Literal character fields:\n\ 340 Literal character fields:\n\
341 \n\ 341 \n\
342 @table @code\n\ 342 @table @code\n\
343 @item %\n\ 343 @item %%\n\
344 % character.\n\ 344 % character.\n\
345 \n\ 345 \n\
346 @item n\n\ 346 @item %n\n\
347 Newline character.\n\ 347 Newline character.\n\
348 \n\ 348 \n\
349 @item t\n\ 349 @item %t\n\
350 Tab character.\n\ 350 Tab character.\n\
351 @end table\n\ 351 @end table\n\
352 \n\ 352 \n\
353 @noindent\n\ 353 @noindent\n\
354 Numeric modifiers (a nonstandard extension):\n\ 354 Numeric modifiers (a nonstandard extension):\n\