From 7a5da837f209cea489d6f36a5a49e67f8b959f0f Mon Sep 17 00:00:00 2001
From: William Pitcock <nenolod@dereferenced.org>
Date: Sat, 25 Feb 2017 16:07:51 -0600
Subject: [PATCH] docs: we no longer use realpath(3)

---
 doc/libpkgconf-path.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/libpkgconf-path.rst b/doc/libpkgconf-path.rst
index ad25a3e..6d39b3a 100644
--- a/doc/libpkgconf-path.rst
+++ b/doc/libpkgconf-path.rst
@@ -55,7 +55,7 @@ variables.
 
 .. c:function:: bool pkgconf_path_relocate(char *buf, size_t buflen)
 
-   Relocates a path, possibly calling realpath() or cygwin_conv_path() on it.
+   Relocates a path, possibly calling normpath() or cygwin_conv_path() on it.
 
    :param char* buf: The path to relocate.
    :param size_t buflen: The buffer length the path is contained in.