diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-15 17:06:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-15 17:06:47 +0000 |
commit | 68a56eddd4d876ad8a87ed1dd3cffc92175bc587 (patch) | |
tree | 488a3560fdced12317cca7302e3e1bdd39f3e614 /lib/libc | |
parent | 692cd0db08952f16d8f5c240e5e71a5b7195a99b (diff) |
oops - missing .El in previous;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 6e253c87a31..ca2b07f46d8 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.20 2019/06/15 15:40:44 deraadt Exp $ +.\" $OpenBSD: realpath.3,v 1.21 2019/06/15 17:06:46 jmc Exp $ .\" .Dd $Mdocdate: June 15 2019 $ .Dt REALPATH 3 @@ -133,6 +133,7 @@ points to an empty string. A component of the path prefix is not a directory. .It Bq Er ENOMEM Sufficient storage space is unavailable for allocation. +.El .Sh SEE ALSO .Xr readlink 1 , .Xr getcwd 3 |