Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net Markup fixes.



details:   https://anonhg.NetBSD.org/src/rev/a9302b23f33e
branches:  trunk
changeset: 764599:a9302b23f33e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 28 16:16:23 2011 +0000

description:
Markup fixes.

diffstat:

 lib/libc/net/nsdispatch.3 |  26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diffs (89 lines):

diff -r aeeff0dadc6e -r a9302b23f33e lib/libc/net/nsdispatch.3
--- a/lib/libc/net/nsdispatch.3 Thu Apr 28 16:11:37 2011 +0000
+++ b/lib/libc/net/nsdispatch.3 Thu Apr 28 16:16:23 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nsdispatch.3,v 1.30 2011/01/26 22:00:45 njoly Exp $
+.\"    $NetBSD: nsdispatch.3,v 1.31 2011/04/28 16:16:23 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 1999, 2004, 2005, 2008
 .\" The NetBSD Foundation, Inc.
@@ -479,7 +479,8 @@
 should be set to a pointer to an internal static
 .Ft "struct group"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getgrent 3
 returns
@@ -521,7 +522,8 @@
 should be set to a pointer to an internal static
 .Ft "struct group"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getgrgid 3
 returns
@@ -564,7 +566,8 @@
 should be set to a pointer to an internal static
 .Ft "struct group"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getgrnam 3
 returns
@@ -703,7 +706,8 @@
 should be set to a pointer to an internal static
 .Ft "struct netent"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getnetbyaddr 3
 returns
@@ -722,7 +726,8 @@
 should be set to a pointer to an internal static
 .Ft "struct netent"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getnetbyname 3
 returns
@@ -749,7 +754,8 @@
 should be set to a pointer to an internal static
 .Ft "struct passwd"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getpwent 3
 returns
@@ -791,7 +797,8 @@
 should be set to a pointer to an internal static
 .Ft "struct passwd"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getpwnam 3
 returns
@@ -834,7 +841,8 @@
 should be set to a pointer to an internal static
 .Ft "struct passwd"
 on success,
-.Dv NULL otherwise.
+.Dv NULL
+otherwise.
 .Pp
 .Xr getpwuid 3
 returns



Home | Main Index | Thread Index | Old Index