Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Clarify what functionality _is_ included and _sh...



details:   https://anonhg.NetBSD.org/src/rev/f171aaf92960
branches:  trunk
changeset: 535232:f171aaf92960
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Mon Aug 12 20:03:05 2002 +0000

description:
Clarify what functionality _is_ included and _should be_ included in libutil.

diffstat:

 lib/libutil/util.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 120669a61274 -r f171aaf92960 lib/libutil/util.3
--- a/lib/libutil/util.3        Mon Aug 12 19:33:01 2002 +0000
+++ b/lib/libutil/util.3        Mon Aug 12 20:03:05 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: util.3,v 1.7 2002/08/08 17:04:32 wiz Exp $
+.\"     $NetBSD: util.3,v 1.8 2002/08/12 20:03:05 gmcgarry Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,8 @@
 The
 .Nm
 library is the system utilities library and contains various
-system-dependent utility routines mostly related to pseudo-terminals
+system-dependent utility routines used in a wide variety of system
+daemons.  The abstracted functions are mostly related to pseudo-terminals
 and login accounting.  These routines are
 .Nx Ns -specific
 and are not portable.  Their use should be restricted.  Declarations



Home | Main Index | Thread Index | Old Index