summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 23:58:27 +0000
committerdd <dd@FreeBSD.org>2001-06-24 23:58:27 +0000
commita5f946a391edfd2abbfa6f18daacca454d0a93ed (patch)
tree046a72bb8ab154a107e21c0685d4f9f67a2b5948 /lib/libc
parent4d18dfe3ca1fef66131bb8ccd9a55771c0542f7f (diff)
downloadFreeBSD-src-a5f946a391edfd2abbfa6f18daacca454d0a93ed.zip
FreeBSD-src-a5f946a391edfd2abbfa6f18daacca454d0a93ed.tar.gz
Add a link to extattr.2 (from extattr_get_file.2). The other names
are too specific and too long, and extattr.2 makes a nice point of reference for "extattr-related syscalls".
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 1a2dcf9..638be92 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -96,7 +96,8 @@ MLINKS+=extattr_get_file.2 extattr_set_file.2 \
extattr_get_file.2 extattr_delete_file.2 \
extattr_get_file.2 extattr_get_fd.2 \
extattr_get_file.2 extattr_set_fd.2 \
- extattr_get_file.2 extattr_delete_fd.2
+ extattr_get_file.2 extattr_delete_fd.2 \
+ extattr_get_file.2 extattr.2
MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=getdirentries.2 getdents.2
MLINKS+=getgid.2 getegid.2
OpenPOWER on IntegriCloud