diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-07-28 01:00:17 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-07-28 01:01:52 +0000 |
| commit | a3b5937da6159bcdaf4e635a0ad20013d4c3734d (patch) | |
| tree | fc2278d7efa7a390ea967a38c4ca568257b62117 | |
| parent | 75be70064483158da2b89ab412f83a4694560e58 (diff) | |
mknod.2: properly document root requirements
Submitted by: Martijn Dekker <mcdutchie@hotmail.com>
PR: 297082
Fixes: 4090d103b0c3 ("mknod.2: update the man page")
MFC after: 3 days
| -rw-r--r-- | lib/libsys/mknod.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsys/mknod.2 b/lib/libsys/mknod.2 index 7dd4985e9cb9..c13b6f1feb6b 100644 --- a/lib/libsys/mknod.2 +++ b/lib/libsys/mknod.2 @@ -66,7 +66,7 @@ argument is ignored. .Pp The .Fn mknod -system call, when called to create special files, +system call, unless called to create FIFO, requires super-user privileges. .Pp The |
