diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-03 22:47:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-12-03 22:47:23 +0000 |
commit | 08a17d03d92de8eb35db8886712cf5db6b11d2be (patch) | |
tree | b7875cd367c8130c5767616b7757d5507e8a52bf /lib/libelf | |
parent | c70fb71095984ab5ce6dc5c185e44621916cd1f0 (diff) |
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Diffstat (limited to 'lib/libelf')
-rw-r--r-- | lib/libelf/elf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3 index 126b7cd7975..c43bc9943b7 100644 --- a/lib/libelf/elf.3 +++ b/lib/libelf/elf.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $Id: elf.3,v 1.6 2020/11/14 10:35:58 jmc Exp $ +.\" $Id: elf.3,v 1.7 2020/12/03 22:47:22 jmc Exp $ .\" .Dd June 12, 2019 .Dt ELF 3 @@ -576,7 +576,7 @@ set by function .Ss Error Handling In case an error is encountered, these library functions set an internal error number and signal the presence of the error by -returning an special return value. +returning a special return value. The application can check the current error number by calling .Xr elf_errno 3 . |