diff options
author | aaron <> | 2001-04-23 15:30:25 +0000 |
---|---|---|
committer | aaron <> | 2001-04-23 15:30:25 +0000 |
commit | d2092adc32c6de492232ba39518f9091db6bc67f (patch) | |
tree | 2969c72eca10c732f827b6d6265c36e56908464d | |
parent | 27387646b6cc277e1cd635c5bcf833bfad2a07c0 (diff) | |
download | openbsd-d2092adc32c6de492232ba39518f9091db6bc67f.tar.gz openbsd-d2092adc32c6de492232ba39518f9091db6bc67f.tar.bz2 openbsd-d2092adc32c6de492232ba39518f9091db6bc67f.zip |
Various man page fixes and improvements from gluk@
-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 ffb763d475..56fbea9ede 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.7 2000/04/20 13:50:02 aaron Exp $ | 35 | .\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $ |
36 | .\" | 36 | .\" |
37 | .Dd February 16, 1994 | 37 | .Dd February 16, 1994 |
38 | .Dt REALPATH 3 | 38 | .Dt REALPATH 3 |
@@ -80,14 +80,14 @@ is called. | |||
80 | The | 80 | The |
81 | .Fn realpath | 81 | .Fn realpath |
82 | function returns | 82 | function returns |
83 | .Fa resolved_name | 83 | .Fa resolvedname |
84 | on success. | 84 | on success. |
85 | If an error occurs, | 85 | If an error occurs, |
86 | .Fn realpath | 86 | .Fn realpath |
87 | returns | 87 | returns |
88 | .Dv NULL , | 88 | .Dv NULL , |
89 | and | 89 | and |
90 | .Fa resolved_name | 90 | .Fa resolvedname |
91 | contains the pathname which caused the problem. | 91 | contains the pathname which caused the problem. |
92 | .Sh ERRORS | 92 | .Sh ERRORS |
93 | The function | 93 | The function |
@@ -112,7 +112,7 @@ The | |||
112 | version always returns absolute pathnames, | 112 | version always returns absolute pathnames, |
113 | whereas the Solaris implementation will, | 113 | whereas the Solaris implementation will, |
114 | under certain circumstances, return a relative | 114 | under certain circumstances, return a relative |
115 | .Fa resolved_path | 115 | .Fa resolvedname |
116 | when given a relative | 116 | when given a relative |
117 | .Fa pathname . | 117 | .Fa pathname . |
118 | .Sh SEE ALSO | 118 | .Sh SEE ALSO |