diff options
author | 2014-01-20 22:40:06 +0000 | |
---|---|---|
committer | 2014-01-20 22:40:06 +0000 | |
commit | 7c6cd200955de01f164ea721ad34ac0720d84ea6 (patch) | |
tree | be41ad329bafd0e8af45e83eb49ebe5628771137 /lib/libc/stdlib/realpath.3 | |
parent | Get rid of the old routing message version 4 transition code before (diff) | |
download | wireguard-openbsd-7c6cd200955de01f164ea721ad34ac0720d84ea6.tar.xz wireguard-openbsd-7c6cd200955de01f164ea721ad34ac0720d84ea6.zip |
Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index c57e5a57889..5966b380588 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/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 |