diff options
author | jmc <> | 2003-06-01 19:27:27 +0000 |
---|---|---|
committer | jmc <> | 2003-06-01 19:27:27 +0000 |
commit | 5796457847338c884c1863d78addddafce4fc02f (patch) | |
tree | 5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/realpath.3 | |
parent | 986591b4f6cea288e444153e4adc77d36f27fa67 (diff) | |
download | openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2 openbsd-5796457847338c884c1863d78addddafce4fc02f.zip |
- section reorder
- merge COMPATIBILITY
- kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/realpath.3')
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 18 |
1 files changed, 9 insertions, 9 deletions
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 @@ | |||
32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
33 | .\" SUCH DAMAGE. | 33 | .\" SUCH DAMAGE. |
34 | .\" | 34 | .\" |
35 | .\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $ | 35 | .\" $OpenBSD: realpath.3,v 1.9 2003/06/01 19:27:27 jmc Exp $ |
36 | .\" | 36 | .\" |
37 | .Dd February 16, 1994 | 37 | .Dd February 16, 1994 |
38 | .Dt REALPATH 3 | 38 | .Dt REALPATH 3 |
@@ -76,7 +76,7 @@ All but the last component of | |||
76 | must exist when | 76 | must exist when |
77 | .Fn realpath | 77 | .Fn realpath |
78 | is called. | 78 | is called. |
79 | .Sh "RETURN VALUES" | 79 | .Sh RETURN VALUES |
80 | The | 80 | The |
81 | .Fn realpath | 81 | .Fn realpath |
82 | function returns | 82 | function returns |
@@ -103,6 +103,13 @@ for any of the errors specified for the library functions | |||
103 | .Xr readlink 2 , | 103 | .Xr readlink 2 , |
104 | and | 104 | and |
105 | .Xr getcwd 3 . | 105 | .Xr getcwd 3 . |
106 | .Sh SEE ALSO | ||
107 | .Xr getcwd 3 | ||
108 | .Sh HISTORY | ||
109 | The | ||
110 | .Fn realpath | ||
111 | function call first appeared in | ||
112 | .Bx 4.4 . | ||
106 | .Sh CAVEATS | 113 | .Sh CAVEATS |
107 | This implementation of | 114 | This implementation of |
108 | .Fn realpath | 115 | .Fn realpath |
@@ -115,10 +122,3 @@ under certain circumstances, return a relative | |||
115 | .Fa resolvedname | 122 | .Fa resolvedname |
116 | when given a relative | 123 | when given a relative |
117 | .Fa pathname . | 124 | .Fa pathname . |
118 | .Sh SEE ALSO | ||
119 | .Xr getcwd 3 | ||
120 | .Sh HISTORY | ||
121 | The | ||
122 | .Fn realpath | ||
123 | function call first appeared in | ||
124 | .Bx 4.4 . | ||