changeset 8930:285fd4e0dc52 octave-forge

busdays: fixed help text
author carandraug
date Thu, 17 Nov 2011 13:22:19 +0000
parents ad931f0b40d6
children 2cfa7351afc1
files main/time/inst/busdays.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/time/inst/busdays.m	Wed Nov 16 21:39:15 2011 +0000
+++ b/main/time/inst/busdays.m	Thu Nov 17 13:22:19 2011 +0000
@@ -16,8 +16,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{bdates} =} busdays (@var{sdate}, @var{edate})
-## @deftypefn {Function File} {@var{bdates} =} busdays (@var{sdate}, @var{edate}, @var{bdmode})
-## @deftypefn {Function File} {@var{bdates} =} busdays (@var{sdate}, @var{edate}, @var{bdmode}, @var{holvec})
+## @deftypefnx {Function File} {@var{bdates} =} busdays (@var{sdate}, @var{edate}, @var{bdmode})
+## @deftypefnx {Function File} {@var{bdates} =} busdays (@var{sdate}, @var{edate}, @var{bdmode}, @var{holvec})
 ## Generate a list of business dates at the end of the periods defined
 ## between (including) @var{sdate} and @var{edate}.
 ##