summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/man/dbopen.34
-rw-r--r--lib/libc/locale/setlocale.32
-rw-r--r--lib/libc/stdlib/realpath.34
-rw-r--r--lib/libc/string/bm.34
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index 57ae2c85d7f..011bdff3d52 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.10 1999/05/27 20:49:31 aaron Exp $
+.\" $OpenBSD: dbopen.3,v 1.11 1999/05/28 01:57:32 aaron Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -477,7 +477,7 @@ routines may fail and set
.Va errno
for any of the errors specified for the library routine
.Xr fsync 2 .
-.Sh "SEE ALSO"
+.Sh SEE ALSO
.Xr btree 3 ,
.Xr hash 3 ,
.Xr mpool 3 ,
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 529189dd0db..aaa8fca421e 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -274,7 +274,7 @@ or
.\" locale file for the locale \fIlocale\fP XXX
.\" and the category \fIcategory\fP. XXX
.\" .El
-.\" .Sh "SEE ALSO
+.\" .Sh SEE ALSO
.\" .Xr strcoll 3 , XXX
.\" .Xr strxfrm 3 XXX
.Sh STANDARDS
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index cc140029e4a..7efccbf1b65 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: realpath.3,v 1.3 1997/05/30 07:48:30 deraadt Exp $
+.\" $OpenBSD: realpath.3,v 1.4 1999/05/28 01:57:36 aaron Exp $
.\"
.Dd February, 16, 1994
.Dt REALPATH 3
@@ -116,7 +116,7 @@ under certain circumstances, return a relative
.Fa resolved_path
when given a relative
.Fa pathname .
-.Sh "SEE ALSO"
+.Sh SEE ALSO
.Xr getcwd 3
.Sh HISTORY
The
diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3
index c9429301633..5b92b8e4f10 100644
--- a/lib/libc/string/bm.3
+++ b/lib/libc/string/bm.3
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: bm.3,v 1.2 1996/08/19 08:33:58 tholo Exp $
+.\" $OpenBSD: bm.3,v 1.3 1999/05/28 01:57:37 aaron Exp $
.\"
.TH BM 3
.SH NAME
@@ -103,7 +103,7 @@ The asymptotic speed of
is
.RI O( len / patlen ).
.PP
-.SH "SEE ALSO"
+.SH SEE ALSO
.IR regexp (3),
.IR strstr (3)
.sp