This fixes a bunch of unbalanced parens, ok to commit? 2005-01-21 Alfred M. Szmidt <[EMAIL PROTECTED]>
* doc/hurd.texi: Doc fixes. --- doc/hurd.texi 01 Feb 2004 23:04:51 +0100 1.26 +++ doc/hurd.texi 21 Jan 2005 17:37:19 +0100 @@ -1097,7 +1097,7 @@ The rest of the @code{libports} function RPC operations. These functions help you do all the locking and thread cancellations that are required in order to build robust servers. [EMAIL PROTECTED] {Typedef} {typedef int (*} ports_demuxer_type ) (@w{mach_msg_header_t [EMAIL PROTECTED], @w{mach_msg_header_t [EMAIL PROTECTED]) [EMAIL PROTECTED] {Typedef} typedef int (*ports_demuxer_type) (@w{mach_msg_header_t [EMAIL PROTECTED], @w{mach_msg_header_t [EMAIL PROTECTED]) Type of MiG demuxer routines. @end deftypefn @@ -2368,7 +2368,7 @@ for passing to RPCs, in addition to thos automatically be recognized. @end deftypevar [EMAIL PROTECTED] {Variable} {error_t (*} trivfs_check_open_hook ) (@w{struct trivfs_control [EMAIL PROTECTED], @w{struct iouser [EMAIL PROTECTED], @w{int @var{flags}}) [EMAIL PROTECTED] {Variable} error_t {(*trivfs_check_open_hook)} (@w{struct trivfs_control [EMAIL PROTECTED], @w{struct iouser [EMAIL PROTECTED], @w{int @var{flags}}) If this variable is non-zero, it will be called every time an open happens. @var{user} and @var{flags} are from the open; @var{cntl} identifies the node being opened. This call need not check permissions on the @@ -2378,19 +2378,19 @@ returned, which will be reflected to the succeeding. @end deftypefn [EMAIL PROTECTED] {Variable} {error_t (*} trivfs_protid_create_hook ) (@w{struct trivfs_protid [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} {error_t (*} trivfs_peropen_create_hook ) (@w{struct trivfs_peropen [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} error_t (*trivfs_protid_create_hook) (@w{struct trivfs_protid [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} error_t (*trivfs_peropen_create_hook) (@w{struct trivfs_peropen [EMAIL PROTECTED]) If these variables are non-zero, they will be called every time a new protid or peropen structure is created and initialized. @end deftypefn [EMAIL PROTECTED] {Variable} {void (*} trivfs_protid_destroy_hook ) (@w{struct trivfs_protid [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} {void (*} trivfs_peropen_destroy_hook ) (@w{struct trivfs_peropen [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} void (*trivfs_protid_destroy_hook) (@w{struct trivfs_protid [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} void (*trivfs_peropen_destroy_hook) (@w{struct trivfs_peropen [EMAIL PROTECTED]) If these variables is non-zero, they will be called every time a protid or peropen structure is about to be destroyed. @end deftypefn [EMAIL PROTECTED] {Variable} {error_t (*} trivfs_getroot_hook ) (@w{struct trivfs_control [EMAIL PROTECTED], @w{mach_port_t @var{reply_port}}, @w{mach_msg_type_name_t @var{reply_port_type}}, @w{mach_port_t @var{dotdot}}, @w{uid_t [EMAIL PROTECTED], @w{u_int @var{nuids}}, @w{uid_t [EMAIL PROTECTED], @w{u_int @var{ngids}}, @w{int @var{flags}}, @w{retry_type [EMAIL PROTECTED], @w{char [EMAIL PROTECTED], @w{mach_port_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} error_t (*trivfs_getroot_hook) (@w{struct trivfs_control [EMAIL PROTECTED], @w{mach_port_t @var{reply_port}}, @w{mach_msg_type_name_t @var{reply_port_type}}, @w{mach_port_t @var{dotdot}}, @w{uid_t [EMAIL PROTECTED], @w{u_int @var{nuids}}, @w{uid_t [EMAIL PROTECTED], @w{u_int @var{ngids}}, @w{int @var{flags}}, @w{retry_type [EMAIL PROTECTED], @w{char [EMAIL PROTECTED], @w{mach_port_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) If this variable is set, it will be called by @code{trivfs_S_fsys_getroot} before any other processing takes place. If the return value is @code{EAGAIN}, normal trivfs getroot processing continues, otherwise the @@ -2473,7 +2473,7 @@ These routines are self-contained and st returning the control port. They do not require multithreading or the ports library. [EMAIL PROTECTED] {Typedef} {typedef error_t (*} fshelp_open_fn_t ) (@w{int @var{flags}}, @w{file_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) [EMAIL PROTECTED] {Typedef} typedef error_t (*fshelp_open_fn_t) (@w{int @var{flags}}, @w{file_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) A callback used by the translator starting functions. Given some open flags, opens the appropriate file, and returns the node port. @@ -2520,7 +2520,7 @@ Initialize a transbox, which contains st translators. @end deftypefun [EMAIL PROTECTED] {Typedef} {typedef error_t (*} fshelp_fetch_root_callback1_t ) (@w{void [EMAIL PROTECTED], @w{void [EMAIL PROTECTED], @w{uid_t [EMAIL PROTECTED], @w{gid_t [EMAIL PROTECTED], @w{char [EMAIL PROTECTED], @w{size_t [EMAIL PROTECTED]) [EMAIL PROTECTED] {Typedef} typedef error_t (*fshelp_fetch_root_callback1_t) (@w{void [EMAIL PROTECTED], @w{void [EMAIL PROTECTED], @w{uid_t [EMAIL PROTECTED], @w{gid_t [EMAIL PROTECTED], @w{char [EMAIL PROTECTED], @w{size_t [EMAIL PROTECTED]) This routine is called by @code{fshelp_fetch_root} to fetch more information. Return the owner and group of the underlying translated file in @[EMAIL PROTECTED] and @[EMAIL PROTECTED]; point @@ -2531,7 +2531,7 @@ cookie passed in @code{fshelp_transbox_i cookie passed in the call to @code{fshelp_fetch_root}. @end deftypefn [EMAIL PROTECTED] {Typedef} {typedef error_t (*} fshelp_fetch_root_callback2_t ) (@w{void [EMAIL PROTECTED], @w{void [EMAIL PROTECTED], @w{int @var{flags}}, @w{mach_port_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) [EMAIL PROTECTED] {Typedef} typedef error_t (*fshelp_fetch_root_callback2_t) (@w{void [EMAIL PROTECTED], @w{void [EMAIL PROTECTED], @w{int @var{flags}}, @w{mach_port_t [EMAIL PROTECTED], @w{mach_msg_type_name_t [EMAIL PROTECTED]) This routine is called by @code{fshelp_fetch_root} to fetch more information. Return an unauthenticated node for the file itself in @[EMAIL PROTECTED] and @[EMAIL PROTECTED] (opened with @@ -3567,7 +3567,7 @@ Standard encoding used for most data-pro store classes. @end deftypefun [EMAIL PROTECTED] {Typedef} {typedef error_t (*} store_std_leaf_create_t )(@w{mach_port_t @var{port}}, @w{int @var{flags}}, @w{size_t @var{block_size}}, @w{const struct store_run [EMAIL PROTECTED], @w{size_t @var{num_runs}}, @w{struct store [EMAIL PROTECTED]) [EMAIL PROTECTED] {Typedef} typedef error_t (*store_std_leaf_create_t) (@w{mach_port_t @var{port}}, @w{int @var{flags}}, @w{size_t @var{block_size}}, @w{const struct store_run [EMAIL PROTECTED], @w{size_t @var{num_runs}}, @w{struct store [EMAIL PROTECTED]) Creation function used by @code{store_std_leaf_decode}. @end deftypefn @@ -4413,7 +4413,7 @@ is also reflected in @var{diskfs_readonl called during initial startup if the filesystem is to be writable. @end deftypefun [EMAIL PROTECTED] {Variable} {error_t (*} diskfs_create_symlink_hook ) (@w{struct node [EMAIL PROTECTED], @w{char [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} error_t (*diskfs_create_symlink_hook) (@w{struct node [EMAIL PROTECTED], @w{char [EMAIL PROTECTED]) If this function pointer is nonzero (and @code{diskfs_shortcut_symlink} is set) it is called to set a symlink. If it returns @code{EINVAL} or isn't set, then the normal method (writing the contents into the file @@ -4421,7 +4421,7 @@ data) is used. If it returns any other user. @end deftypefn [EMAIL PROTECTED] {Variable} {error_t (*} diskfs_read_symlink_hook ) (@w{struct node [EMAIL PROTECTED], @w{char [EMAIL PROTECTED]) [EMAIL PROTECTED] {Variable} error_t (*diskfs_read_symlink_hook) (@w{struct node [EMAIL PROTECTED], @w{char [EMAIL PROTECTED]) If this function pointer is nonzero (and @code{diskfs_shortcut_symlink} is set) it is called to read the contents of a symlink. If it returns @code{EINVAL} or isn't set, then the normal method (reading from the _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd