changeset 30874:2b07748dbae3

clock.m: Fix typo in cset e180bcbf7ce2 preventing documentation from building. * clock.m: Use @deftypefnx macro for second line of documentation.
author Rik <rik@octave.org>
date Wed, 30 Mar 2022 17:30:18 -0700
parents e180bcbf7ce2
children 5d3faba0342e
files scripts/time/clock.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/time/clock.m	Wed Mar 30 16:26:03 2022 -0700
+++ b/scripts/time/clock.m	Wed Mar 30 17:30:18 2022 -0700
@@ -24,8 +24,8 @@
 ########################################################################
 
 ## -*- texinfo -*-
-## @deftypefn {} {@var{datevec} =} clock ()
-## @deftypefn {} {[@var{datevec}, @var{isdst}] =} clock ()
+## @deftypefn  {} {@var{datevec} =} clock ()
+## @deftypefnx {} {[@var{datevec}, @var{isdst}] =} clock ()
 ## Return the current local date and time as a date vector.
 ##
 ## The date vector contains the following fields: current year, month (1-12),