diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 19:27:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-01 19:27:28 +0000 |
commit | 593a51980a92afc583faae94d80a860f19847b82 (patch) | |
tree | 619c5eb565454edb266020e31d8fc37642ba33f7 /lib/libc/stdlib/realpath.3 | |
parent | c015588fce23b571e5b96aa9c02d71c7d84ec3dc (diff) |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 56fbea9edea..fac9374b05d 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/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 . |