summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-28 01:57:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-28 01:57:38 +0000
commit47442860f6ff529ad284fdfac18941efcafddc45 (patch)
tree76d8f82bbd79b7d768d8a01473f19d267a5abeef /lib/libc/stdlib
parent548370ae865a8beecd6c08a7572540c6bab43a24 (diff)
"SEE ALSO" -> SEE ALSO, missed these files before
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/realpath.34
1 files changed, 2 insertions, 2 deletions
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