diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 23:58:27 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 23:58:27 +0000 |
commit | a5f946a391edfd2abbfa6f18daacca454d0a93ed (patch) | |
tree | 046a72bb8ab154a107e21c0685d4f9f67a2b5948 /lib | |
parent | 4d18dfe3ca1fef66131bb8ccd9a55771c0542f7f (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 3 |
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 |