From 952bf8988f43b5372c5fabe9870c6692ebbdc32d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 2 Jan 2017 11:11:13 +0000 Subject: [PATCH] Update session doc and remove references to removed `socket` value --- README.asciidoc | 5 +++-- doc/manpages/expansions.asciidoc | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index c0409db5..817207cc 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -220,7 +220,9 @@ Just running *kak* launch a new kak session with a client on local terminal. *kak* accepts some switches: * `-c `: connect to given session, sessions are unix sockets - `/tmp/kakoune//` + `/tmp/kakoune//`, `/` can be used + as well to connect to another user's session, provided the socket + permissions have been changed to allow it. * `-e `: execute commands on startup * `-n`: ignore kakrc file * `-s `: set the session name, by default it will be the pid @@ -756,7 +758,6 @@ Some of Kakoune state is available through environment variables: * `kak_count`: count parameter passed to the command * `kak_opt_`: value of option * `kak_reg_`: value of register - * `kak_socket`: filename of session socket (/tmp/kak-) * `kak_session`: name of the current session * `kak_client`: name of current client * `kak_cursor_line`: line of the end of the main selection diff --git a/doc/manpages/expansions.asciidoc b/doc/manpages/expansions.asciidoc index f5128ede..4d3304b1 100644 --- a/doc/manpages/expansions.asciidoc +++ b/doc/manpages/expansions.asciidoc @@ -80,8 +80,6 @@ informations about Kakoune's state: value of option *name* *kak_reg_*:: value of register *r* -*kak_socket*:: - filename of session socket ('/tmp/kak-') *kak_session*:: name of the current session *kak_client*::