From 938b39d8680052f09f47f645e8343e601ffbc8df Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 20 Jan 2014 22:40:06 +0000 Subject: [PATCH] Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). --- src/lib/libc/stdlib/realpath.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index c57e5a57..5966b380 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 @@ -28,9 +28,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: realpath.3,v 1.19 2014/01/20 22:40:06 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt REALPATH 3 .Os .Sh NAME @@ -84,7 +84,7 @@ If is .Dv NULL and no error occurred, then -.Fa realpath +.Fn realpath returns a NUL-terminated string in a newly allocated buffer. If an error occurs, .Fn realpath