mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document that the major and minor numbers are parsed by strtoul().
This commit is contained in:
parent
7c9e694fa7
commit
6ee990e0d5
1 changed files with 3 additions and 2 deletions
|
|
@ -91,8 +91,9 @@ a subunit may be a filesystem partition
|
|||
or a tty line.
|
||||
.El
|
||||
.Pp
|
||||
Major and minor device numbers can be given using the normal C
|
||||
notation, so that a leading
|
||||
Major and minor device numbers can be given in any format acceptable to
|
||||
.Xr strtoul 3 ,
|
||||
so that a leading
|
||||
.Ql 0x
|
||||
indicates a hexadecimal number, and a leading
|
||||
.Ql 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue