mark S_ISVTX with Dv in sticky(8); makes `man -k any=S_ISVTX' more useful
authorop <op@openbsd.org>
Wed, 24 May 2023 15:48:11 +0000 (15:48 +0000)
committerop <op@openbsd.org>
Wed, 24 May 2023 15:48:11 +0000 (15:48 +0000)
ok millert@

share/man/man8/sticky.8

index 5577ca0..bb046a0 100644 (file)
@@ -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