diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libutil/getmaxpartitions.3 | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
make function names the correct case
Diffstat (limited to 'lib/libutil/getmaxpartitions.3')
-rw-r--r-- | lib/libutil/getmaxpartitions.3 | 4 |
1 files changed, 2 insertions, 2 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 |