summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2014-01-20 22:40:06 +0000
committerschwarze <>2014-01-20 22:40:06 +0000
commite7d211207295f5a942fbf7cb5edb3fcf26669d51 (patch)
treef5e143d4e5bc2d4c8910fdd3cca309089ecd0ae9
parentb7032888ee2be91cd4549c5248017f14377f1663 (diff)
downloadopenbsd-e7d211207295f5a942fbf7cb5edb3fcf26669d51.tar.gz
openbsd-e7d211207295f5a942fbf7cb5edb3fcf26669d51.tar.bz2
openbsd-e7d211207295f5a942fbf7cb5edb3fcf26669d51.zip
Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).
-rw-r--r--src/lib/libc/stdlib/realpath.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3
index c57e5a5788..5966b38058 100644
--- a/src/lib/libc/stdlib/realpath.3
+++ b/src/lib/libc/stdlib/realpath.3
@@ -28,9 +28,9 @@
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE. 29.\" SUCH DAMAGE.
30.\" 30.\"
31.\" $OpenBSD: realpath.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ 31.\" $OpenBSD: realpath.3,v 1.19 2014/01/20 22:40:06 schwarze Exp $
32.\" 32.\"
33.Dd $Mdocdate: June 5 2013 $ 33.Dd $Mdocdate: January 20 2014 $
34.Dt REALPATH 3 34.Dt REALPATH 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -84,7 +84,7 @@ If
84is 84is
85.Dv NULL 85.Dv NULL
86and no error occurred, then 86and no error occurred, then
87.Fa realpath 87.Fn realpath
88returns a NUL-terminated string in a newly allocated buffer. 88returns a NUL-terminated string in a newly allocated buffer.
89If an error occurs, 89If an error occurs,
90.Fn realpath 90.Fn realpath