aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-06-04 21:10:59 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-06-04 21:10:59 +0000
commitf4286d472240b0ada311338d3676196acb5ec849 (patch)
treea563c57e26e1beadd3afb4700a60175fe1e3c18d
parent234376e62c5dc2e6ed834da7fd1be09d32bc4d09 (diff)
downloadsrc-f4286d472240b0ada311338d3676196acb5ec849.tar.gz
src-f4286d472240b0ada311338d3676196acb5ec849.zip
o Remove extra cross reference from acl.3 to acl.3
o Remove "BUGS" entries indicating that there's nowhere to store ACLs as we now have extended attributes. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=61253
-rw-r--r--lib/libc/posix1e/acl.35
-rw-r--r--lib/libc/posix1e/acl_delete.34
-rw-r--r--lib/libc/posix1e/acl_dup.34
-rw-r--r--lib/libc/posix1e/acl_free.34
-rw-r--r--lib/libc/posix1e/acl_from_text.34
-rw-r--r--lib/libc/posix1e/acl_get.34
-rw-r--r--lib/libc/posix1e/acl_init.34
-rw-r--r--lib/libc/posix1e/acl_set.34
-rw-r--r--lib/libc/posix1e/acl_to_text.34
-rw-r--r--lib/libc/posix1e/acl_valid.34
-rw-r--r--lib/libposix1e/acl.35
-rw-r--r--lib/libposix1e/acl_delete.34
-rw-r--r--lib/libposix1e/acl_dup.34
-rw-r--r--lib/libposix1e/acl_free.34
-rw-r--r--lib/libposix1e/acl_from_text.34
-rw-r--r--lib/libposix1e/acl_get.34
-rw-r--r--lib/libposix1e/acl_init.34
-rw-r--r--lib/libposix1e/acl_set.34
-rw-r--r--lib/libposix1e/acl_to_text.34
-rw-r--r--lib/libposix1e/acl_valid.34
20 files changed, 20 insertions, 62 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index 51b7d089d4e4..4005d267e6dd 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -154,7 +154,6 @@ so as to discourage their
use in the short term.
.\" .Sh FILES
.Sh SEE ALSO
-.Xr acl 3 ,
.Xr acl_dup 3 ,
.Xr acl_free 3 ,
.Xr acl_from_text 3 ,
@@ -177,6 +176,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_delete.3 b/lib/libc/posix1e/acl_delete.3
index 6120563fbb0d..2faac733fbb5 100644
--- a/lib/libc/posix1e/acl_delete.3
+++ b/lib/libc/posix1e/acl_delete.3
@@ -121,6 +121,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_dup.3 b/lib/libc/posix1e/acl_dup.3
index be2fc1ca8f45..e51596130567 100644
--- a/lib/libc/posix1e/acl_dup.3
+++ b/lib/libc/posix1e/acl_dup.3
@@ -102,6 +102,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_free.3 b/lib/libc/posix1e/acl_free.3
index ee7fd4d67322..689e16d696cc 100644
--- a/lib/libc/posix1e/acl_free.3
+++ b/lib/libc/posix1e/acl_free.3
@@ -86,6 +86,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_from_text.3 b/lib/libc/posix1e/acl_from_text.3
index 27d9edc79e45..ae72dfb79879 100644
--- a/lib/libc/posix1e/acl_from_text.3
+++ b/lib/libc/posix1e/acl_from_text.3
@@ -103,9 +103,7 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
.Fn acl_from_text
and
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index 104b2fc5b3b5..6250d2761c7d 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -135,6 +135,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_init.3 b/lib/libc/posix1e/acl_init.3
index d2f217256d61..a9480892636f 100644
--- a/lib/libc/posix1e/acl_init.3
+++ b/lib/libc/posix1e/acl_init.3
@@ -101,6 +101,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3
index da5f64880dc5..1f8451ccef9a 100644
--- a/lib/libc/posix1e/acl_set.3
+++ b/lib/libc/posix1e/acl_set.3
@@ -128,6 +128,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3
index 020f2d0c05bf..ab769e88cb12 100644
--- a/lib/libc/posix1e/acl_to_text.3
+++ b/lib/libc/posix1e/acl_to_text.3
@@ -108,9 +108,7 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
.Fn acl_from_text
and
diff --git a/lib/libc/posix1e/acl_valid.3 b/lib/libc/posix1e/acl_valid.3
index 6480574e1ebc..61744808f024 100644
--- a/lib/libc/posix1e/acl_valid.3
+++ b/lib/libc/posix1e/acl_valid.3
@@ -141,6 +141,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl.3 b/lib/libposix1e/acl.3
index 51b7d089d4e4..4005d267e6dd 100644
--- a/lib/libposix1e/acl.3
+++ b/lib/libposix1e/acl.3
@@ -154,7 +154,6 @@ so as to discourage their
use in the short term.
.\" .Sh FILES
.Sh SEE ALSO
-.Xr acl 3 ,
.Xr acl_dup 3 ,
.Xr acl_free 3 ,
.Xr acl_from_text 3 ,
@@ -177,6 +176,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_delete.3 b/lib/libposix1e/acl_delete.3
index 6120563fbb0d..2faac733fbb5 100644
--- a/lib/libposix1e/acl_delete.3
+++ b/lib/libposix1e/acl_delete.3
@@ -121,6 +121,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_dup.3 b/lib/libposix1e/acl_dup.3
index be2fc1ca8f45..e51596130567 100644
--- a/lib/libposix1e/acl_dup.3
+++ b/lib/libposix1e/acl_dup.3
@@ -102,6 +102,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_free.3 b/lib/libposix1e/acl_free.3
index ee7fd4d67322..689e16d696cc 100644
--- a/lib/libposix1e/acl_free.3
+++ b/lib/libposix1e/acl_free.3
@@ -86,6 +86,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_from_text.3 b/lib/libposix1e/acl_from_text.3
index 27d9edc79e45..ae72dfb79879 100644
--- a/lib/libposix1e/acl_from_text.3
+++ b/lib/libposix1e/acl_from_text.3
@@ -103,9 +103,7 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
.Fn acl_from_text
and
diff --git a/lib/libposix1e/acl_get.3 b/lib/libposix1e/acl_get.3
index 104b2fc5b3b5..6250d2761c7d 100644
--- a/lib/libposix1e/acl_get.3
+++ b/lib/libposix1e/acl_get.3
@@ -135,6 +135,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_init.3 b/lib/libposix1e/acl_init.3
index d2f217256d61..a9480892636f 100644
--- a/lib/libposix1e/acl_init.3
+++ b/lib/libposix1e/acl_init.3
@@ -101,6 +101,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_set.3 b/lib/libposix1e/acl_set.3
index da5f64880dc5..1f8451ccef9a 100644
--- a/lib/libposix1e/acl_set.3
+++ b/lib/libposix1e/acl_set.3
@@ -128,6 +128,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
diff --git a/lib/libposix1e/acl_to_text.3 b/lib/libposix1e/acl_to_text.3
index 020f2d0c05bf..ab769e88cb12 100644
--- a/lib/libposix1e/acl_to_text.3
+++ b/lib/libposix1e/acl_to_text.3
@@ -108,9 +108,7 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.
.Fn acl_from_text
and
diff --git a/lib/libposix1e/acl_valid.3 b/lib/libposix1e/acl_valid.3
index 6480574e1ebc..61744808f024 100644
--- a/lib/libposix1e/acl_valid.3
+++ b/lib/libposix1e/acl_valid.3
@@ -141,6 +141,4 @@ and development continues.
.Sh AUTHORS
.An Robert N M Watson
.Sh BUGS
-These features are not yet fully implemented. In particular, the shipped
-version of UFS/FFS does not support storage of additional security labels,
-and so is unable to (easily) provide support for most of these features.
+These features are not yet fully implemented.