summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2011-10-22 17:56:24 +0000
committerkientzle <kientzle@FreeBSD.org>2011-10-22 17:56:24 +0000
commitf24858c62b4052ae55a11c744809df988373fb03 (patch)
tree15105bb51766f8a652d5fd50f7643dd7469b4910 /lib/libarchive
parentafbc6f6bc74a7e681ca87a1217367386c8984624 (diff)
downloadFreeBSD-src-f24858c62b4052ae55a11c744809df988373fb03.zip
FreeBSD-src-f24858c62b4052ae55a11c744809df988373fb03.tar.gz
Correct the spelling of getgrgid and getpwuid in the man page.
MFC after: 3 days
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive_read_disk.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libarchive/archive_read_disk.3 b/lib/libarchive/archive_read_disk.3
index 290d3a1..638c158 100644
--- a/lib/libarchive/archive_read_disk.3
+++ b/lib/libarchive/archive_read_disk.3
@@ -133,16 +133,16 @@ object is destroyed or when new lookup functions are registered.
This convenience function installs a standard set of user
and group name lookup functions.
These functions use
-.Xr getpwid 3
+.Xr getpwuid 3
and
-.Xr getgrid 3
+.Xr getgrgid 3
to convert ids to names, defaulting to NULL if the names cannot
be looked up.
These functions also implement a simple memory cache to reduce
the number of calls to
-.Xr getpwid 3
+.Xr getpwuid 3
and
-.Xr getgrid 3 .
+.Xr getgrgid 3 .
.It Fn archive_read_disk_entry_from_file
Populates a
.Tn struct archive_entry
@@ -281,9 +281,9 @@ library was written by
The
.Dq standard
user name and group name lookup functions are not the defaults because
-.Xr getgrid 3
+.Xr getgrgid 3
and
-.Xr getpwid 3
+.Xr getpwuid 3
are sometimes too large for particular applications.
The current design allows the application author to use a more
compact implementation when appropriate.
OpenPOWER on IntegriCloud