The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92
commit 0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-22 07:32:46 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-22 19:50:43 +0000 ttys: Align comment whitespace and wrapping This doesn't lengthen or shorten any configuration, only comments, so merging the configuration will be safe. Reviewed by: imp Closes: https://github.com/freebsd/freebsd-src/pull/2042 --- sbin/init/ttys | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sbin/init/ttys b/sbin/init/ttys index d3ac4546d9be..4aa4ddfce6fe 100644 --- a/sbin/init/ttys +++ b/sbin/init/ttys @@ -2,18 +2,18 @@ # It is used by several different programs. Common entries for the # various columns include: # -# name The name of the terminal device. +# name The name of the terminal device. # -# getty The program to start running on the terminal. Typically a -# getty program, as the name implies. Other common entries -# include none, when no getty is needed, and xdm, to start the -# X Window System. +# getty The program to start running on the terminal. Typically a +# getty program, as the name implies. Other common entries +# include none, when no getty is needed, and xdm, to start the +# X Window System. # -# type The initial terminal type for this port. For hardwired -# terminal lines, this will contain the type of terminal used. -# For virtual consoles, the correct type is typically xterm. -# Other common values include dialup for incoming modem ports, and -# unknown when the terminal type cannot be predetermined. +# type The initial terminal type for this port. For hardwired +# terminal lines, this will contain the type of terminal used. +# For virtual consoles, the correct type is typically xterm. +# Other common values include dialup for incoming modem ports, +# and unknown when the terminal type cannot be predetermined. # # status Must be on or off. If on, init will run the getty program on # the specified port. If the word "secure" appears, this tty @@ -21,7 +21,7 @@ # # name getty type status comments # -# If console is marked "insecure", then init will ask for the root password +# If console is marked "insecure", init will ask for the root password # when going to single-user mode. console none unknown off secure #
