diff options
| author | elric <elric@NetBSD.org> | 2002-10-12 20:53:15 +0000 |
|---|---|---|
| committer | elric <elric@NetBSD.org> | 2002-10-12 20:53:15 +0000 |
| commit | 448f621758a4fb045c28d9d742839eebebf5b838 (patch) | |
| tree | 0f2d02e4668db3989c3240e1005be8095c236bf6 /lib/libutil/util.3 | |
| parent | 4b6afdd53e26619976158cc32133a877b8c4e866 (diff) | |
Added two functions disklabel_dkcksum() and disklabel_scan() to libutil
so that they can be shared by disklabel(8) and cgdconfig(8).
Diffstat (limited to 'lib/libutil/util.3')
| -rw-r--r-- | lib/libutil/util.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/util.3 b/lib/libutil/util.3 index a5756885ad4..e93c98804a2 100644 --- a/lib/libutil/util.3 +++ b/lib/libutil/util.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: util.3,v 1.10 2002/10/01 19:36:30 wiz Exp $ +.\" $NetBSD: util.3,v 1.11 2002/10/12 20:53:15 elric Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -62,6 +62,8 @@ Declarations for these functions may be obtained from the include file \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 |
