Project

General

Profile

Actions

Bug #4398

closed

Extra spaces in man pages

Added by Marcel Telka almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Low
Category:
manpage - manual pages
Start date:
2013-12-12
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

There is an extra space between the left parenthesis and XDR here in the xdr_admin(3nsl) man page:

  Routines
     See rpc(3NSL) for the definition of the XDR data  structure.
     Note  that  any  buffers  passed to the XDR routines must be
     properly aligned.  It is suggested either that malloc(3C) be
     used  to  allocate  these  buffers,  or  that the programmer
     insure  that the buffer address is divisible evenly by four.

     #include <rpc/xdr.h>

     bool_t xdr_control( XDR *xdrs, int req, void *info);

Extra space at the beginning of the paragraph here in tcp(7p) man page:

      If an application does not want  to  allow  another  socket
     using  the  SO_REUSEADDR option to bind to a port its socket
     is bound to, the application can set the socket level option
     SO_EXCLBIND  on  a socket. The option values of 0 and 1 mean
     enabling and disabling the option respectively.   Once  this
     option  is enabled on a socket, no other socket can be bound
     to the same port.
Actions #1

Updated by Marcel Telka almost 10 years ago

  • Subject changed from xdr_admin(3nsl): Extra space in the man page to Extra spaces in man pages
Actions #2

Updated by Jérôme Coussanes almost 10 years ago

  • Assignee set to Jérôme Coussanes
Actions #3

Updated by Marcel Telka over 9 years ago

One more extra space in share_nfs(1m) man page before AUTH_SYS here:

         root=access_list

             Only  root  users  from  the  hosts   specified   in
             access_list   have  root  access.   See  access_list
             below. By default, no host has root access, so  root
             users  are  mapped  to an anonymous user ID (see the
             anon=uid option described above). Netgroups  can  be
             used if the file system shared is using UNIX authen-
             tication ( AUTH_SYS).
Actions #4

Updated by Robert Mustacchi over 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Tags deleted (needs-triage)
Actions #5

Updated by Electric Monk over 9 years ago

git commit d55495d98c0ef13ad2369864c0a22ad883ff92fc

Author: Jerome Coussanes <j.coussanes@gmail.com>

4398 Extra spaces in man pages
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Robert Mustacchi <rm@joyent.com>

Actions

Also available in: Atom PDF