Skip to content

Commit 74764fb

Browse files
Merge pull request #3833 from fuzzybear3/develop
Update doc to reflect correct number of options avilable for two configuration setting.
2 parents 2d9efd1 + 410705f commit 74764fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/asciidoc/computers/configuration/raspi-config.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Enable or disable the serial connection hardware.
551551

552552
[source,console]
553553
----
554-
$ sudo raspi-config nonint do_serial_hw <0/1/2>
554+
$ sudo raspi-config nonint do_serial_hw <0/1>
555555
----
556556

557557
* `0`: enable serial port
@@ -564,7 +564,7 @@ Enable or disable shell and kernel messages on the serial connection.
564564

565565
[source,console]
566566
----
567-
$ sudo raspi-config nonint do_serial_cons <0/1/2>
567+
$ sudo raspi-config nonint do_serial_cons <0/1>
568568
----
569569

570570
* `0`: enable console over serial port

0 commit comments

Comments
 (0)