diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libutil | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
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 7d151cad060..d5f3e89b750 100644 --- a/lib/libutil/getmaxpartitions.3 +++ b/lib/libutil/getmaxpartitions.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmaxpartitions.3,v 1.2 1996/10/08 01:20:18 michaels Exp $ +.\" $OpenBSD: getmaxpartitions.3,v 1.3 1999/02/27 21:57:40 deraadt Exp $ .\" $NetBSD: getmaxpartitions.3,v 1.1 1996/05/16 07:03:30 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -46,7 +46,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 db6c32bbda0..7c8a3bfd8e0 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrawpartition.3,v 1.2 1996/10/08 01:20:18 michaels Exp $ +.\" $OpenBSD: getrawpartition.3,v 1.3 1999/02/27 21:57:40 deraadt Exp $ .\" $NetBSD: getrawpartition.3,v 1.1 1996/05/16 07:03:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ partition .Ft int .Fn getrawpartition void .Sh DESCRIPTION -.Fn Getrawpartition +.Fn getrawpartition returns the partition number ( .Sq a == 0, |