git: 69e9d5d30669 - main - cap_fileargs: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 May 2026 20:02:52 UTC
The branch main has been updated by oshogbo:
URL: https://cgit.FreeBSD.org/src/commit/?id=69e9d5d306699d40148256722d7240dbb5da8fb5
commit 69e9d5d306699d40148256722d7240dbb5da8fb5
Author: Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2026-05-13 19:51:44 +0000
Commit: Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2026-05-13 19:59:37 +0000
cap_fileargs: fix typo
---
lib/libcasper/services/cap_fileargs/cap_fileargs.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libcasper/services/cap_fileargs/cap_fileargs.3 b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
index 6a69fe7e1f4a..601d2aa72717 100644
--- a/lib/libcasper/services/cap_fileargs/cap_fileargs.3
+++ b/lib/libcasper/services/cap_fileargs/cap_fileargs.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 8, 2025
+.Dd May 13, 2026
.Dt CAP_FILEARGS 3
.Os
.Sh NAME
@@ -208,7 +208,7 @@ The following arguments are required:
Specifies access permissions for opened files.
.It mode Pq Dv NV_TYPE_NUMBER
Required when the
-.Dv O_CREATE
+.Dv O_CREAT
flag is set in
.Va flags .
Specifies the permissions to use when creating new files.