diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:40:27 +0000 |
commit | b4aed9ede57c9745bd831f036de228dd71fd3c6d (patch) | |
tree | 12a6de406f48683ed2c2ac1608d39c0435966bcb /lib/libutil/getmaxpartitions.3 | |
parent | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (diff) |
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libutil/getmaxpartitions.3')
-rw-r--r-- | lib/libutil/getmaxpartitions.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/getmaxpartitions.3 b/lib/libutil/getmaxpartitions.3 index 535b03dd18d..f9e2b297b01 100644 --- a/lib/libutil/getmaxpartitions.3 +++ b/lib/libutil/getmaxpartitions.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmaxpartitions.3,v 1.5 2008/06/26 05:42:05 ray Exp $ +.\" $OpenBSD: getmaxpartitions.3,v 1.6 2013/06/05 03:40:26 tedu Exp $ .\" $NetBSD: getmaxpartitions.3,v 1.1 1996/05/16 07:03:30 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,14 +28,14 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: June 5 2013 $ .Dt GETMAXPARTITIONS 3 .Os .Sh NAME .Nm getmaxpartitions .Nd get the maximum number of partitions allowed per disk .Sh SYNOPSIS -.Fd #include <util.h> +.In util.h .Ft int .Fn getmaxpartitions void .Sh DESCRIPTION |