diff libinterp/corefcn/time.cc @ 30329:81d26e8481a6

maint: Shorten @seealso lines to less than 80 characters (bug #57599) * chol.cc, data.cc, debug.cc, file-io.cc, load-save.cc, oct-hist.cc, pr-output.cc, sparse.cc, syscalls.cc, time.cc, utils.cc, ov-struct.cc, base64decode.m, base64encode.m, getappdata.m, isappdata.m, setappdata.m, colormap.m, isdir.m, cast.m, getfield.m, isfile.m, isfolder.m, setfield.m, contour.m, contour3.m, contourf.m, ezplot.m, isosurface.m, mesh.m, meshc.m, meshz.m, plot.m, surf.m, surfc.m, waterfall.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m: Shorten @seealso lines to less than 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 11:26:38 -0800
parents 7d6709900da7
children 796f54d4ddbf
line wrap: on
line diff
--- a/libinterp/corefcn/time.cc	Tue Nov 23 12:40:51 2021 -0500
+++ b/libinterp/corefcn/time.cc	Tue Nov 23 11:26:38 2021 -0800
@@ -116,7 +116,8 @@
 The epoch is referenced to 00:00:00 UTC (Coordinated Universal Time) 1 Jan
 1970.  For example, on Monday February 17, 1997 at 07:15:06 UTC, the value
 returned by @code{time} was 856163706.
-@seealso{strftime, strptime, localtime, gmtime, mktime, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, gmtime, mktime, now, date, clock,
+datenum, datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 0)
@@ -158,7 +159,8 @@
         @}
 @end group
 @end example
-@seealso{strftime, strptime, localtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1 || args(0).numel () != 1)
@@ -213,7 +215,8 @@
         @}
 @end group
 @end example
-@seealso{strftime, strptime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1 || args(0).numel () != 1)
@@ -257,7 +260,8 @@
      @result{} 856163706
 @end group
 @end example
-@seealso{strftime, strptime, localtime, gmtime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, strptime, localtime, gmtime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 1)
@@ -442,7 +446,8 @@
 @item %Y
 Year (1970-).
 @end table
-@seealso{strptime, localtime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strptime, localtime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 2)
@@ -479,7 +484,8 @@
 If @var{fmt} fails to match, @var{nchars} is 0; otherwise, it is set to the
 position of last matched character plus 1.  Always check for this unless
 you're absolutely sure the date string will be parsed correctly.
-@seealso{strftime, localtime, gmtime, mktime, time, now, date, clock, datenum, datestr, datevec, calendar, weekday}
+@seealso{strftime, localtime, gmtime, mktime, time, now, date, clock, datenum,
+datestr, datevec, calendar, weekday}
 @end deftypefn */)
 {
   if (args.length () != 2)