1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(mknod invocation): Specify how major and minor mode numbers are interpreted.

This commit is contained in:
Jim Meyering
2002-12-14 13:27:53 +00:00
parent 98986162e7
commit 35ffb9714d

View File

@@ -7192,6 +7192,9 @@ for a character special file
When making a block or character special file, the major and minor
device numbers must be given after the file type.
If a major or minor device number begins with @samp{0x} or @samp{0X},
it is interpreted as hexadecimal; otherwise, if it begins with @samp{0},
as octal; otherwise, as decimal.
The program accepts the following option. Also see @ref{Common options}.