aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-02-22 07:32:46 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-02-22 19:50:43 +0000
commit0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 (patch)
tree97fdbba20de47b44197a6d1c4b3e083360988dc1
parenteaeb356ce3491f05b6a99ccd485180a42df22c46 (diff)
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
-rw-r--r--sbin/init/ttys22
1 files 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
#