diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:51:44 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:59:37 +0000 |
| commit | 69e9d5d306699d40148256722d7240dbb5da8fb5 (patch) | |
| tree | cbeaa65fd73730b3872250ec88704ad3f86cf653 | |
| parent | bab04ddf1fd4b7a77d1cfae4a67ededf1f35ee0d (diff) | |
| -rw-r--r-- | lib/libcasper/services/cap_fileargs/cap_fileargs.3 | 4 |
1 files 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. |
