From 5796457847338c884c1863d78addddafce4fc02f Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 1 Jun 2003 19:27:27 +0000 Subject: - section reorder - merge COMPATIBILITY - kill whitespace at EOL --- src/lib/libc/stdlib/realpath.3 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/lib/libc/stdlib/realpath.3') diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 56fbea9ede..fac9374b05 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $ +.\" $OpenBSD: realpath.3,v 1.9 2003/06/01 19:27:27 jmc Exp $ .\" .Dd February 16, 1994 .Dt REALPATH 3 @@ -76,7 +76,7 @@ All but the last component of must exist when .Fn realpath is called. -.Sh "RETURN VALUES" +.Sh RETURN VALUES The .Fn realpath function returns @@ -103,6 +103,13 @@ for any of the errors specified for the library functions .Xr readlink 2 , and .Xr getcwd 3 . +.Sh SEE ALSO +.Xr getcwd 3 +.Sh HISTORY +The +.Fn realpath +function call first appeared in +.Bx 4.4 . .Sh CAVEATS This implementation of .Fn realpath @@ -115,10 +122,3 @@ under certain circumstances, return a relative .Fa resolvedname when given a relative .Fa pathname . -.Sh SEE ALSO -.Xr getcwd 3 -.Sh HISTORY -The -.Fn realpath -function call first appeared in -.Bx 4.4 . -- cgit v1.2.3-55-g6feb