Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix xref, add missing word.



details:   https://anonhg.NetBSD.org/src/rev/d43b4cce6dd6
branches:  trunk
changeset: 959819:d43b4cce6dd6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 26 06:39:14 2021 +0000

description:
Fix xref, add missing word.

diffstat:

 lib/libc/gen/endutent.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r ae29590d02f1 -r d43b4cce6dd6 lib/libc/gen/endutent.3
--- a/lib/libc/gen/endutent.3   Fri Feb 26 04:28:14 2021 +0000
+++ b/lib/libc/gen/endutent.3   Fri Feb 26 06:39:14 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: endutent.3,v 1.1 2021/02/26 03:05:01 christos Exp $
+.\"    $NetBSD: endutent.3,v 1.2 2021/02/26 06:39:14 wiz Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,7 +58,7 @@
 .Pp
 These interfaces are only provided for compatibility purpuses and
 have been superseeded by
-.Xr endutent 3 ,
+.Xr endutxent 3 ,
 .Xr utmpx 5 .
 .Pp
 .Fn getutent
@@ -88,7 +88,6 @@
 The
 .Nm utmp
 structure has the following definition:
-.Pp
 .Bd -literal
 struct utmp {
         char ut_line[UT_LINESIZE];    /* tty name */
@@ -119,5 +118,5 @@
 .Fn getutline ,
 .Fn pututline ,
 .Fn setutent
-all conform to
+functions all conform to
 .St -xpg4.2 .



Home | Main Index | Thread Index | Old Index