]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(mknod invocation): Specify how major and minor mode numbers are interpreted.
authorJim Meyering <jim@meyering.net>
Sat, 14 Dec 2002 13:27:53 +0000 (13:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Dec 2002 13:27:53 +0000 (13:27 +0000)
doc/coreutils.texi

index 7eb30d2db0229f71ed41e1e82ddbba880b0b700a..f2857f490c11148f525e3a634ca6e4d161d25a6a 100644 (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}.