summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-06-15 17:06:46 +0000
committerjmc <jmc@openbsd.org>2019-06-15 17:06:46 +0000
commit2874294b43972b787580306fdfb5deb5ea8c1962 (patch)
tree8765499f2e1e8910c29aee863d8e2fcf5d876b88 /lib/libc/stdlib/realpath.3
parentRemove bugs section. (diff)
downloadwireguard-openbsd-2874294b43972b787580306fdfb5deb5ea8c1962.tar.xz
wireguard-openbsd-2874294b43972b787580306fdfb5deb5ea8c1962.zip
oops - missing .El in previous;
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r--lib/libc/stdlib/realpath.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index 6e253c87a31..ca2b07f46d8 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: realpath.3,v 1.20 2019/06/15 15:40:44 deraadt Exp $
+.\" $OpenBSD: realpath.3,v 1.21 2019/06/15 17:06:46 jmc Exp $
.\"
.Dd $Mdocdate: June 15 2019 $
.Dt REALPATH 3
@@ -133,6 +133,7 @@ points to an empty string.
A component of the path prefix is not a directory.
.It Bq Er ENOMEM
Sufficient storage space is unavailable for allocation.
+.El
.Sh SEE ALSO
.Xr readlink 1 ,
.Xr getcwd 3