Update src/uu/mknod/mknod.md

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
papparapa 2023-03-19 00:42:16 +09:00 committed by GitHub
parent 7f00dfda76
commit 8393118aee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,9 +9,7 @@ Create the special file NAME of the given TYPE.
## After Help
Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask
--help display this help and exit
--version output version information and exit
`-m`, `--mode=MODE` set file permission bits to `MODE`, not `a=rw - umask`
Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they
must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,