From: Jim Meyering Date: Sat, 14 Dec 2002 13:27:53 +0000 (+0000) Subject: (mknod invocation): Specify how major and minor mode numbers are interpreted. X-Git-Tag: v4.5.5~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ffb9714dec007318e8640edd5e8fac76cb6156;p=thirdparty%2Fcoreutils.git (mknod invocation): Specify how major and minor mode numbers are interpreted. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 7eb30d2db0..f2857f490c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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}.