diff options
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index fda66a619..c64dab80f 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1512,19 +1512,18 @@ | |||
1512 | <sect2> | 1512 | <sect2> |
1513 | <title>id</title> | 1513 | <title>id</title> |
1514 | <para> | 1514 | <para> |
1515 | WARNING: This field has a non-traditional | 1515 | |
1516 | meaning for BusyBox init! The id field is used | 1516 | WARNING: This field has a non-traditional meaning for BusyBox init! |
1517 | by BusyBox init to specify the controlling tty | 1517 | The id field is used by BusyBox init to specify the controlling tty |
1518 | for the specified process to run on. The | 1518 | for the specified process to run on. The contents of this field |
1519 | contents of this field are appended to "/dev/" | 1519 | are appended to "/dev/" and used as-is. There is no need for this |
1520 | and used as-is. There is no need for this field | 1520 | field to be unique, although if it isn't you may have strange |
1521 | to be unique, although if it isn't you may have | 1521 | results. If this field is left blank, the controlling tty is set |
1522 | strange results. If this field is left blank, | 1522 | to the console. Also note that if BusyBox detects that a serial |
1523 | it is completely ignored. Also note that if | 1523 | console is in use, then only entries whose controlling tty is |
1524 | BusyBox detects that a serial console is in use, | 1524 | either the serial console or /dev/null will be run. BusyBox init |
1525 | then all entries containing non-empty id fields | 1525 | does nothing with utmp. We don't need no stinkin' utmp. |
1526 | will _not_ be run. BusyBox init does nothing | 1526 | |
1527 | with utmp. We don't need no stinkin' utmp. | ||
1528 | </para> | 1527 | </para> |
1529 | </sect2> | 1528 | </sect2> |
1530 | 1529 | ||