summaryrefslogtreecommitdiff
path: root/lib/libc/sys/readlink.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/readlink.2')
-rw-r--r--lib/libc/sys/readlink.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2
index 78a8ee4b341..a00e53c228c 100644
--- a/lib/libc/sys/readlink.2
+++ b/lib/libc/sys/readlink.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: readlink.2,v 1.16 2003/01/18 11:33:10 thorpej Exp $
+.\" $NetBSD: readlink.2,v 1.17 2003/04/16 13:34:55 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]unistd.h\*[Gt]
+.In unistd.h
.Ft int
.Fn readlink "const char *path" "char *buf" "size_t bufsiz"
.Sh DESCRIPTION