fix manpages by using =header1 instead of =header2 here

This commit is contained in:
sturm 2004-06-25 16:21:03 +00:00
parent cd24fe988e
commit f3e8d30d7a
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-components_hash_m,v 1.1 2004/06/25 16:21:03 sturm Exp $
--- components/hash.m.orig 2004-06-20 12:56:37.000000000 -0600
+++ components/hash.m 2004-06-20 12:56:45.000000000 -0600
@@ -8,7 +8,7 @@
# -------------------------------------
-=head2 hash
+=head1 hash
Create methods for handling a hash value.

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-components_scalar_m,v 1.1 2004/06/25 16:21:03 sturm Exp $
--- components/scalar.m.orig 2004-06-20 12:56:49.000000000 -0600
+++ components/scalar.m 2004-06-20 12:56:56.000000000 -0600
@@ -8,7 +8,7 @@
# -------------------------------------
-=head2 scalar
+=head1 scalar
Create methods for handling a scalar value.