Module Name:    src
Committed By:   wiz
Date:           Fri Feb 26 06:39:14 UTC 2021

Modified Files:
        src/lib/libc/gen: endutent.3

Log Message:
Fix xref, add missing word.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/endutent.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/endutent.3
diff -u src/lib/libc/gen/endutent.3:1.1 src/lib/libc/gen/endutent.3:1.2
--- src/lib/libc/gen/endutent.3:1.1	Fri Feb 26 03:05:01 2021
+++ src/lib/libc/gen/endutent.3	Fri Feb 26 06:39:14 2021
@@ -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 @@ user accounting database.
 .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 same user if it exists.
 The
 .Nm utmp
 structure has the following definition:
-.Pp
 .Bd -literal
 struct utmp {
         char ut_line[UT_LINESIZE];    /* tty name */
@@ -119,5 +118,5 @@ The
 .Fn getutline ,
 .Fn pututline ,
 .Fn setutent
-all conform to
+functions all conform to
 .St -xpg4.2 .

Reply via email to