diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libutil | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/getmaxpartitions.3 | 4 | ||||
| -rw-r--r-- | lib/libutil/getrawpartition.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/getmaxpartitions.3 b/lib/libutil/getmaxpartitions.3 index a8be78c89a4..04fb2bb11bc 100644 --- a/lib/libutil/getmaxpartitions.3 +++ b/lib/libutil/getmaxpartitions.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getmaxpartitions.3,v 1.3 1998/02/05 18:52:23 perry Exp $ +.\" $NetBSD: getmaxpartitions.3,v 1.4 1998/08/29 08:32:44 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -47,7 +47,7 @@ .Ft int .Fn getmaxpartitions void .Sh DESCRIPTION -.Fn Getmaxpartitions +.Fn getmaxpartitions returns the number of partitions that are allowed per disk on the system. .Sh SEE ALSO diff --git a/lib/libutil/getrawpartition.3 b/lib/libutil/getrawpartition.3 index 4cc53aa43be..adae0de82d9 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getrawpartition.3,v 1.3 1998/02/05 18:52:24 perry Exp $ +.\" $NetBSD: getrawpartition.3,v 1.4 1998/08/29 08:32:44 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -49,7 +49,7 @@ partition .Ft int .Fn getrawpartition void .Sh DESCRIPTION -.Fn Getrawpartition +.Fn getrawpartition returns the partition number ( .Sq a == 0, |
