diff options
author | 2015-09-13 15:42:11 +0000 | |
---|---|---|
committer | 2015-09-13 15:42:11 +0000 | |
commit | 5b8c2e9a58d7d77ec2df32862b089965167da42a (patch) | |
tree | 8bf73aa819a5f85d968cf1fa82c0234722c5c784 | |
parent | work around the stupid semantics of SSL_read and SSL_write to make sure (diff) | |
download | wireguard-openbsd-5b8c2e9a58d7d77ec2df32862b089965167da42a.tar.xz wireguard-openbsd-5b8c2e9a58d7d77ec2df32862b089965167da42a.zip |
Describe tar's -p option correctly
noted by trondd(at)kagu-tsuchi.com
ok deraadt@
-rw-r--r-- | bin/pax/tar.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index ba487d4233f..d6f4de0347a 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.58 2015/05/18 20:26:16 czarkoff Exp $ +.\" $OpenBSD: tar.1,v 1.59 2015/09/13 15:42:11 guenther Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 18 2015 $ +.Dd $Mdocdate: September 13 2015 $ .Dt TAR 1 .Os .Sh NAME @@ -192,8 +192,8 @@ The default is to strip leading slashes. Preserve user and group ID as well as file mode regardless of the current .Xr umask 2 . -The setuid and setgid bits are only preserved if the user is -the superuser. +The setuid and setgid bits are only preserved if the user and group ID +could be preserved. Only meaningful in conjunction with the .Fl x flag. |