diff options
author | aaron <> | 1999-05-28 01:57:37 +0000 |
---|---|---|
committer | aaron <> | 1999-05-28 01:57:37 +0000 |
commit | 924515169e7f60cd3b28d5b0e8dcd078838a2cc4 (patch) | |
tree | fecd21694a644ee7a6ca0f9bdab89b90828ee28a | |
parent | f60865f24b731ae413f0fa8dc267b7f508e75b0a (diff) | |
download | openbsd-924515169e7f60cd3b28d5b0e8dcd078838a2cc4.tar.gz openbsd-924515169e7f60cd3b28d5b0e8dcd078838a2cc4.tar.bz2 openbsd-924515169e7f60cd3b28d5b0e8dcd078838a2cc4.zip |
"SEE ALSO" -> SEE ALSO, missed these files before
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/bm.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index cc140029e4..7efccbf1b6 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 | |||
@@ -32,7 +32,7 @@ | |||
32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
33 | .\" SUCH DAMAGE. | 33 | .\" SUCH DAMAGE. |
34 | .\" | 34 | .\" |
35 | .\" $OpenBSD: realpath.3,v 1.3 1997/05/30 07:48:30 deraadt Exp $ | 35 | .\" $OpenBSD: realpath.3,v 1.4 1999/05/28 01:57:36 aaron Exp $ |
36 | .\" | 36 | .\" |
37 | .Dd February, 16, 1994 | 37 | .Dd February, 16, 1994 |
38 | .Dt REALPATH 3 | 38 | .Dt REALPATH 3 |
@@ -116,7 +116,7 @@ under certain circumstances, return a relative | |||
116 | .Fa resolved_path | 116 | .Fa resolved_path |
117 | when given a relative | 117 | when given a relative |
118 | .Fa pathname . | 118 | .Fa pathname . |
119 | .Sh "SEE ALSO" | 119 | .Sh SEE ALSO |
120 | .Xr getcwd 3 | 120 | .Xr getcwd 3 |
121 | .Sh HISTORY | 121 | .Sh HISTORY |
122 | The | 122 | The |
diff --git a/src/lib/libc/string/bm.3 b/src/lib/libc/string/bm.3 index c942930163..5b92b8e4f1 100644 --- a/src/lib/libc/string/bm.3 +++ b/src/lib/libc/string/bm.3 | |||
@@ -32,7 +32,7 @@ | |||
32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
33 | .\" SUCH DAMAGE. | 33 | .\" SUCH DAMAGE. |
34 | .\" | 34 | .\" |
35 | .\" $OpenBSD: bm.3,v 1.2 1996/08/19 08:33:58 tholo Exp $ | 35 | .\" $OpenBSD: bm.3,v 1.3 1999/05/28 01:57:37 aaron Exp $ |
36 | .\" | 36 | .\" |
37 | .TH BM 3 | 37 | .TH BM 3 |
38 | .SH NAME | 38 | .SH NAME |
@@ -103,7 +103,7 @@ The asymptotic speed of | |||
103 | is | 103 | is |
104 | .RI O( len / patlen ). | 104 | .RI O( len / patlen ). |
105 | .PP | 105 | .PP |
106 | .SH "SEE ALSO" | 106 | .SH SEE ALSO |
107 | .IR regexp (3), | 107 | .IR regexp (3), |
108 | .IR strstr (3) | 108 | .IR strstr (3) |
109 | .sp | 109 | .sp |