summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2019-06-15 17:06:46 +0000
committerjmc <>2019-06-15 17:06:46 +0000
commit953e1a43933a52f4ce64bb01978dc5b353984020 (patch)
treeb9719f408331c696daccffe1c8902901ce902def /src
parent0a8dcb0d63046d89260fdd2640c7308450262f87 (diff)
downloadopenbsd-953e1a43933a52f4ce64bb01978dc5b353984020.tar.gz
openbsd-953e1a43933a52f4ce64bb01978dc5b353984020.tar.bz2
openbsd-953e1a43933a52f4ce64bb01978dc5b353984020.zip
oops - missing .El in previous;
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/realpath.33
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.
133A component of the path prefix is not a directory. 133A component of the path prefix is not a directory.
134.It Bq Er ENOMEM 134.It Bq Er ENOMEM
135Sufficient storage space is unavailable for allocation. 135Sufficient 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