Source-Changes-HG archive

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

[src/netbsd-1-6]: src/lib/libutil Pull up revision 1.11 (requested by jmc in ...



details:   https://anonhg.NetBSD.org/src/rev/4df6a9e5e254
branches:  netbsd-1-6
changeset: 530966:4df6a9e5e254
user:      cyber <cyber%NetBSD.org@localhost>
date:      Sat Oct 25 03:32:29 2003 +0000

description:
Pull up revision 1.11 (requested by jmc in ticket #1461):
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
so that they can be shared by disklabel(8) and cgdconfig(8).

diffstat:

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

diffs (18 lines):

diff -r 23d5d1736f9d -r 4df6a9e5e254 lib/libutil/util.3
--- a/lib/libutil/util.3        Sat Oct 25 03:32:21 2003 +0000
+++ b/lib/libutil/util.3        Sat Oct 25 03:32:29 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: util.3,v 1.5 2002/02/07 07:00:52 ross Exp $
+.\"     $NetBSD: util.3,v 1.5.2.1 2003/10/25 03:32:29 cyber Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -59,6 +59,8 @@
 \fIName/Page\fP        \fIDescription\fP
 .ta \w'getmaxpartitions.3'u+2n +\w'get the maximum number of partitions allowed per disk'u+6nC
 .sp 5p
+disklabel_dkcksum.3    compute the checksum of a disklabel
+disklabel_scan.3       scan a buffer for a valid disklabel
 forkpty.3      tty utility function
 fparseln.3     return the next logical line from a stream
 getbootfile.3  get the name of the booted kernel file



Home | Main Index | Thread Index | Old Index