From nobody Sun Feb 22 19:54:02 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fJvnW6w5bz6Tg53 for ; Sun, 22 Feb 2026 19:54:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fJvnW3TVSz3GMZ for ; Sun, 22 Feb 2026 19:54:07 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771790047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=otXTvgufF54habMtzgt6rN8hxB1+AdwEQReVTsTZlME=; b=rHSieyhoIhyy7t1W2l1apVZn8ALli1X8tcbOYQyCrRnvkQYAF+fteU/UiPwxPqnFQooMtB 9pyEXBhzlayk1HBvypQAOP17zf6SKkwBfy2DNQD8Zhrp6BrJicJchcTi0tJG32ZnOjJPrl Y6xxCOEy13Oemom06jpRhoGs/E1p3anRQMlrh+FY+i/2SlBjaw0xa1YcQl/IOJMQ4G123P pcfgPSNLweKnBjNSdwNqqplnpHK46FY4nz3x8MZa6RJbw3kbz8YSq5STMGhMQAjQe9Q7Ht Ehrzoj8CbkLExNx2UwdYlT547ZddM+YSsf2yqSsVXBZWcdv0qF3aX+VTpuj+GQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771790047; a=rsa-sha256; cv=none; b=dAtvNkWu6LVHLZBmMRmErlnHqNABfoXd46A5AArANUD2g0KbgD2O8xQlLlMt/X26xyQUMf DgWF0TddqZEjbKGOi5hsjZ6ZNf3mGiM9X7St/zcXPQRRQKlPtp5Ym7f2EvIWj6v5+lQTKx VomNyGheSLB0O6k7iGGCkVEFjj1Gn9IvgEAo9s0gVcKwjzSbvhyYD2I4OlyYhkQ4YEHpWT mwV8UhwB0UPtogZV6fPZs1mwqp+P9fjY+enjO15pFQuri1KOeUTTVGQtC0MU64Sj3XVtaQ gsXOZgXufu6ZCnA+B8rGfqt5zYTyZRh+XOZY+jUn+eb15e5t7CQ+VLZf3Gnz8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771790047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=otXTvgufF54habMtzgt6rN8hxB1+AdwEQReVTsTZlME=; b=ujGWuD3eH+kxdHwmFP0x8IVAjcLlTVjJOBxbvxAFoi8SILEK7XOehsYPaUV6YF3zuuwTj1 XMB3g47dy4GFu3pRils6k/e4BhfifHyxuQZXHDArgaIiU2dQfEvp2dHPlf1L6PtTlSuE1+ fHpJU4przbMVmKxIr3hP8PLQ72NVyYM6fAhslklY4BdR22jce0mc53QKJMjWEM8Hgy5ZKs S/GDt1DoKx78+hy8pzuZU2h+vQZ2VfODKpuDkxNa+sw2HqNzwaimmELRGpU9+5ywpEjPyc U27WeMs++g6KEfpCxdjDlWTlMgtSRR1HF31zRC/nCHPsFXxkpaxm3vq/Ia1cFw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fJvnW33mbzxsB for ; Sun, 22 Feb 2026 19:54:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 47532 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 22 Feb 2026 19:54:02 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Ziaee Subject: git: 0a492eb9c648 - main - ttys: Align comment whitespace and wrapping List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 Auto-Submitted: auto-generated Date: Sun, 22 Feb 2026 19:54:02 +0000 Message-Id: <699b5eda.47532.57a3f3f7@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 commit 0a492eb9c648e3ee11d36d14f6a0e3ed73b3da92 Author: Alexander Ziaee AuthorDate: 2026-02-22 07:32:46 +0000 Commit: Alexander Ziaee 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 #