Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2022 00:15:13 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0678947722 - main - ja/handbook/x11: Fix filename
Message-ID:  <202209060015.2860FDKh005167@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0678947722b0c867518c3e39e5f30463a89f6093

commit 0678947722b0c867518c3e39e5f30463a89f6093
Author:     KusaReMKN <48670724+KusaReMKN@users.noreply.github.com>
AuthorDate: 2022-08-07 14:34:12 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-09-06 00:13:55 +0000

    ja/handbook/x11: Fix filename
    
    The file be configured is **/etc/rc.conf**, not **/etc/ttys**.
    
    Reviewed by:    dbaio
    Sign-off-by: KusaReMKN <48670724+KusaReMKN@users.noreply.github.com>
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/82
---
 documentation/content/ja/books/handbook/x11/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/ja/books/handbook/x11/_index.adoc b/documentation/content/ja/books/handbook/x11/_index.adoc
index 2f41cb5e6e..e0b1291c00 100644
--- a/documentation/content/ja/books/handbook/x11/_index.adoc
+++ b/documentation/content/ja/books/handbook/x11/_index.adoc
@@ -833,7 +833,7 @@ Xorg は、 ログインセッションの管理に用いることのできる X
 === XDM の設定
 
 XDM をインストールするには、 package:x11/xdm[] package または port を使ってください。
-インストール後、コンピュータの起動時に、XDM を起動するように設定するには、[.filename]#/etc/ttys# に以下の行を追加してください。
+インストール後、コンピュータの起動時に、XDM を起動するように設定するには、[.filename]#/etc/rc.conf# に以下の行を追加してください。
 
 [.programlisting]
 ....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060015.2860FDKh005167>