Project

General

Profile

Actions

Bug #4852

closed

rpc_clnt_auth(3nsl): Minor man page formatting issues

Added by Marcel Telka over 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
manpage - manual pages
Start date:
2014-05-06
Due date:
% Done:

100%

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

Description

The rpc_clnt_auth(3nsl) man page contains this:

SYNOPSIS
     void auth_destroy(AUTH *auth);

     AUTH *authnone_create    (void)

     AUTH *authsys_create(const cha r*host,  const uid_t uid, const gid_t gid,
          const int len, const gid_t *aup_gids);

     AUTH *authsys_create_default(void)

There is missing semicolon at the end of two lines above. In addition, the space before "(void)" should be removed.

Actions #1

Updated by Marcel Telka about 9 years ago

The "const cha r*host" should be changed to "const char *host".

Actions #2

Updated by Marcel Telka about 9 years ago

Here, the NULL is italic (twice), but it should be bold (similarly to SYS and DES):

       Only the NULL and the SYS style of authentication is discussed here.
       For the DES style authentication, please refer to secure_rpc(3NSL).

       The NULL and SYS style of authentication are safe in multithreaded
       applications. For the MT-level of the DES style, see its pages.
Actions #3

Updated by Marcel Telka about 9 years ago

The #include line should be moved from the Routines section to SYNOPSIS.

Actions #4

Updated by Marcel Telka over 8 years ago

  • Status changed from New to In Progress
  • Assignee set to Marcel Telka
Actions #5

Updated by Electric Monk over 8 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

git commit 9396cc67eedc239ceec8b24af010dbaeb6162283

commit  9396cc67eedc239ceec8b24af010dbaeb6162283
Author: Marcel Telka <marcel.telka@nexenta.com>
Date:   2015-02-19T20:08:01.000Z

    4852 rpc_clnt_auth(3nsl): Minor man page formatting issues
    Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
    Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
    Approved by: Richard Lowe <richlowe@richlowe.net>

Actions

Also available in: Atom PDF