diff options
author | schwarze <> | 2014-01-20 22:40:06 +0000 |
---|---|---|
committer | schwarze <> | 2014-01-20 22:40:06 +0000 |
commit | e7d211207295f5a942fbf7cb5edb3fcf26669d51 (patch) | |
tree | f5e143d4e5bc2d4c8910fdd3cca309089ecd0ae9 | |
parent | b7032888ee2be91cd4549c5248017f14377f1663 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
84 | is | 84 | is |
85 | .Dv NULL | 85 | .Dv NULL |
86 | and no error occurred, then | 86 | and no error occurred, then |
87 | .Fa realpath | 87 | .Fn realpath |
88 | returns a NUL-terminated string in a newly allocated buffer. | 88 | returns a NUL-terminated string in a newly allocated buffer. |
89 | If an error occurs, | 89 | If an error occurs, |
90 | .Fn realpath | 90 | .Fn realpath |