Browse Source

Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).

OPENBSD_5_5
schwarze 10 years ago
parent
commit
938b39d868
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/realpath.3

+ 3
- 3
src/lib/libc/stdlib/realpath.3 View File

@ -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


Loading…
Cancel
Save