[manual] Cross reference between postpad and resize
Francesco Potortì
Potorti at isti.cnr.it
Fri Dec 26 15:52:14 CST 2008
# HG changeset patch
# User Francesco Potortì <pot at gnu.org>
# Date 1230328308 -3600
# Node ID fcc46267f239ad0199b9fa26407c1d41efeae862
# Parent c657a264715dae7493bc140a734465994d49a09d
Cross reference between postpad and resize
diff -r c657a264715d -r fcc46267f239 scripts/ChangeLog
--- a/scripts/ChangeLog Fri Dec 26 22:45:46 2008 +0100
+++ b/scripts/ChangeLog Fri Dec 26 22:51:48 2008 +0100
@@ -1,4 +1,6 @@ 2008-12-26 Francesco Potortì <pot at gnu.
2008-12-26 Francesco Potortì <pot at gnu.org>
+
+ * general/postpad.m: Use @seealso. Add reference to resize.
* statistics/base/statistics.m: Correct help string.
diff -r c657a264715d -r fcc46267f239 scripts/general/postpad.m
--- a/scripts/general/postpad.m Fri Dec 26 22:45:46 2008 +0100
+++ b/scripts/general/postpad.m Fri Dec 26 22:51:48 2008 +0100
@@ -19,7 +19,7 @@
## -*- texinfo -*-
## @deftypefn {Function File} {} postpad (@var{x}, @var{l}, @var{c})
-## See prepad.
+## @seealso{prepad, resize}
## @end deftypefn
## Author: Tony Richardson <arichard at stark.cc.oh.us>
diff -r c657a264715d -r fcc46267f239 src/ChangeLog
--- a/src/ChangeLog Fri Dec 26 22:45:46 2008 +0100
+++ b/src/ChangeLog Fri Dec 26 22:51:48 2008 +0100
@@ -1,3 +1,7 @@ 2008-12-25 Jaroslav Hajek <highegg at gmai
+2008-12-26 Francesco Potortì <pot at gnu.org>
+
+ * data.cc (resize): Add cross reference to postpad.
+
2008-12-25 Jaroslav Hajek <highegg at gmail.com>
* load-save.h (load_save_format_type, load_save_format_options): New
diff -r c657a264715d -r fcc46267f239 src/data.cc
--- a/src/data.cc Fri Dec 26 22:45:46 2008 +0100
+++ b/src/data.cc Fri Dec 26 22:51:48 2008 +0100
@@ -4370,7 +4370,7 @@ dimensions of the result are given by th
dimensions of the result are given by the elements of @var{m}.\n\
If both @var{m} and @var{n} are scalars, then the dimensions of\n\
the result are @var{m}-by- at var{n}.\n\
- at seealso{reshape}\n\
+ at seealso{reshape, postpad}\n\
@end deftypefn")
{
octave_value retval;
--
Francesco Potortì (ricercatore) Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR Fax: +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa Email: Potorti at isti.cnr.it
(entrance 20, 1st floor, room C71) Web: http://fly.isti.cnr.it/
More information about the Octave-maintainers
mailing list