aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf/elf.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-11-13 09:46:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-11-13 09:46:16 +0000
commitcd9e086e936c75aa763dcbb83fa51eb0058af7ef (patch)
tree9dba37028e5829144774c9164fa21bf6804136ef /lib/libelf/elf.3
parent7134f7ea44e7253c9c4fdd3b68212d948cc37fd7 (diff)
downloadsrc-cd9e086e936c75aa763dcbb83fa51eb0058af7ef.tar.gz
src-cd9e086e936c75aa763dcbb83fa51eb0058af7ef.zip
Fix minor formatting issues:
- make document title match filename; - remove hard sentence breaks, whitespace at EOL, and double whitespace; - sort SEE ALSO xrefs, adding missing section numbers; - fix a misspelled macro name.
Notes
Notes: svn path=/head/; revision=164253
Diffstat (limited to 'lib/libelf/elf.3')
-rw-r--r--lib/libelf/elf.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3
index 9d2c3803c4d4..ff1373d171c7 100644
--- a/lib/libelf/elf.3
+++ b/lib/libelf/elf.3
@@ -436,7 +436,8 @@ 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. The application can check the
+returning an special return value.
+The application can check the
current error number by calling
.Xr elf_errno 3 .
A human readable description of the recorded error is available by