From 45193362a810024ab4810470fcd00e16123d5aaf Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 22 May 2013 21:00:08 +0200 Subject: Fix some errors in the texinfo documentation * doc/gpl.texinfo: Replace @unnumbered with @node and @section commands. * doc/hurd.texi: Fix call to @setchapternewpage, remove the @node and @section commands that are now in gpl.texinfo, and remove an erroneous occurrence of 'attributes' before a command. --- doc/hurd.texi | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc/hurd.texi') diff --git a/doc/hurd.texi b/doc/hurd.texi index ea73a4c6..070daed4 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -127,7 +127,7 @@ into another language, under the above conditions for modified versions. @end quotation @end copying -@setchapternewpage none +@setchapternewpage off @settitle Hurd Reference Manual @titlepage @@ -513,9 +513,6 @@ mentions that the FSF started developing the Hurd in 1990. As of kernel. -@node Copying -@section GNU General Public License - @include gpl.texinfo @@ -1461,7 +1458,7 @@ dropped by the kernel. If the page is currently in core, the kernel might ignore this call. @end deftypefun -attributes@deftypefun void pager_change_attributes (@w{struct pager *@var{pager}}, @w{boolean_t @var{may_cache}}, @w{memory_object_copy_strategy_t @var{copy_strategy}}, @w{int @var{wait}}) +@deftypefun void pager_change_attributes (@w{struct pager *@var{pager}}, @w{boolean_t @var{may_cache}}, @w{memory_object_copy_strategy_t @var{copy_strategy}}, @w{int @var{wait}}) Change the attributes of the memory object underlying pager @var{pager}. The @var{may_cache} and @var{copy_strategy} arguments are as for @code{memory_object_change_}. Wait for the kernel to report -- cgit v1.2.3