git: libc: Change a few DIAGNOSTICS sections into RETURN VALUES and/or ERRORS.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat May 4 17:10:52 PDT 2019


commit fdf79913ed50fa4924367597bec31b585b9c4618
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 5 02:10:38 2019 +0200

    libc: Change a few DIAGNOSTICS sections into RETURN VALUES and/or ERRORS.
    
    DIAGNOSTICS is for stderr type messages only.

Summary of changes:
 lib/libc/gen/getcap.3          | 43 ++++++++++++++++++-------------------
 lib/libc/gen/getloadavg.3      |  5 ++---
 lib/libc/gen/getusershell.3    | 15 +++++++------
 lib/libc/gen/scandir.3         |  4 ++--
 lib/libc/net/gethostbyname.3   | 48 +++++++++++++++++++++---------------------
 lib/libc/net/getipnodebyname.3 | 18 ++++++++--------
 lib/libc/net/getnetent.3       | 13 ++++++------
 lib/libc/net/inet.3            |  5 ++---
 lib/libc/net/inet6_rth_space.3 | 15 ++++++-------
 lib/libc/net/rcmd.3            | 20 +++++++++---------
 lib/libc/rpc/getrpcent.3       | 12 +++++------
 lib/libc/stdlib/malloc.3       |  4 ++--
 lib/libc/tre-regex/regex.3     |  8 +++----
 13 files changed, 103 insertions(+), 107 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fdf79913ed50fa4924367597bec31b585b9c4618


-- 
DragonFly BSD source repository


More information about the Commits mailing list