diff options
Diffstat (limited to 'lib/libc/gen/getobjformat.3')
-rw-r--r-- | lib/libc/gen/getobjformat.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/getobjformat.3 b/lib/libc/gen/getobjformat.3 index c9fd9b0..f3c1573 100644 --- a/lib/libc/gen/getobjformat.3 +++ b/lib/libc/gen/getobjformat.3 @@ -37,7 +37,9 @@ .Ft int .Fn getobjformat "char *buf" "size_t bufsize" "int *argcp" "char **argv" .Sh DESCRIPTION +The .Fn getobjformat +function queries several sources to determine the preferred object file format, and copies its name into a buffer provided by the caller. .Pp |