diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 6e253c87a3..ca2b07f46d 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/lib/libc/stdlib/realpath.3 | |||
@@ -28,7 +28,7 @@ | |||
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.20 2019/06/15 15:40:44 deraadt Exp $ | 31 | .\" $OpenBSD: realpath.3,v 1.21 2019/06/15 17:06:46 jmc Exp $ |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: June 15 2019 $ | 33 | .Dd $Mdocdate: June 15 2019 $ |
34 | .Dt REALPATH 3 | 34 | .Dt REALPATH 3 |
@@ -133,6 +133,7 @@ points to an empty string. | |||
133 | A component of the path prefix is not a directory. | 133 | A component of the path prefix is not a directory. |
134 | .It Bq Er ENOMEM | 134 | .It Bq Er ENOMEM |
135 | Sufficient storage space is unavailable for allocation. | 135 | Sufficient storage space is unavailable for allocation. |
136 | .El | ||
136 | .Sh SEE ALSO | 137 | .Sh SEE ALSO |
137 | .Xr readlink 1 , | 138 | .Xr readlink 1 , |
138 | .Xr getcwd 3 | 139 | .Xr getcwd 3 |