summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOmar Polo <op@cvs.openbsd.org>2023-05-24 15:48:12 +0000
committerOmar Polo <op@cvs.openbsd.org>2023-05-24 15:48:12 +0000
commit2f2d95d2ea33990ce1a65bef8e166ebf0bd39e11 (patch)
treec63f6be0bff9bdcd323df393b6bcbcd6fd1ca5e4 /share
parent14e408b6e3f2c0730daff6688c211139fcf465c9 (diff)
mark S_ISVTX with Dv in sticky(8); makes `man -k any=S_ISVTX' more useful
ok millert@
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/sticky.86
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8
index 5577ca04b51..bb046a055dc 100644
--- a/share/man/man8/sticky.8
+++ b/share/man/man8/sticky.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sticky.8,v 1.10 2014/02/14 17:27:58 schwarze Exp $
+.\" $OpenBSD: sticky.8,v 1.11 2023/05/24 15:48:11 op Exp $
.\" $NetBSD: sticky.8,v 1.3 1994/11/30 19:36:27 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sticky.8 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: February 14 2014 $
+.Dd $Mdocdate: May 24 2023 $
.Dt STICKY 8
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Sh DESCRIPTION
A special file mode, called the
.Em sticky bit
-(mode S_ISVTX),
+.Pq mode Dv S_ISVTX ,
is used to indicate special treatment for files and directories.
See
.Xr chmod 2