diff options
Diffstat (limited to 'src/lib/libc/stdlib/realpath.3')
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 68ed088161..c57e5a5788 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 | |||
@@ -28,17 +28,17 @@ | |||
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.17 2011/07/24 22:29:05 jmc Exp $ | 31 | .\" $OpenBSD: realpath.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: July 24 2011 $ | 33 | .Dd $Mdocdate: June 5 2013 $ |
34 | .Dt REALPATH 3 | 34 | .Dt REALPATH 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
37 | .Nm realpath | 37 | .Nm realpath |
38 | .Nd returns the canonicalized absolute pathname | 38 | .Nd returns the canonicalized absolute pathname |
39 | .Sh SYNOPSIS | 39 | .Sh SYNOPSIS |
40 | .Fd #include <limits.h> | 40 | .In limits.h |
41 | .Fd #include <stdlib.h> | 41 | .In stdlib.h |
42 | .Ft "char *" | 42 | .Ft "char *" |
43 | .Fn realpath "const char *pathname" "char *resolved" | 43 | .Fn realpath "const char *pathname" "char *resolved" |
44 | .Sh DESCRIPTION | 44 | .Sh DESCRIPTION |