9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH 5/6] rio: update man pages re: control files
@ 2023-09-28  5:54 Romano
  2023-09-28  7:12 ` unobe
  0 siblings, 1 reply; 2+ messages in thread
From: Romano @ 2023-09-28  5:54 UTC (permalink / raw)
  To: 9front

---
diff 0b5b2d58047b698564f6b1955a31cbcc95570abb 47ddd324c0c118ca5d6662e82b094e94a1cfb771
--- a/sys/man/1/rio
+++ b/sys/man/1/rio
@@ -488,7 +488,6 @@
 it interprets all mouse events, gets all keyboard characters,
 and determines what appears on the screen.
 .SH FILES
-.TF /srv/riowctl.\fIuser\fP.\fIpid\fP
 .TP
 .B /lib/font/bit/*
 font directories
@@ -505,11 +504,6 @@
 .B /srv/rio.\fIuser\fP.\fIpid\fP
 Server end of
 .IR rio .
-.TP
-.B /srv/riowctl.\fIuser\fP.\fIpid\fP
-Named pipe for
-.I wctl
-messages.
 .SH SOURCE
 .TF /sys/src/cmd/rio
 .TP
--- a/sys/man/4/rio
+++ b/sys/man/4/rio
@@ -39,16 +39,6 @@
 is set to this service name within processes running under the control
 of each invocation of
 .IR rio .
-Similarly,
-.I rio
-posts a named pipe to access the window creation features
-(see
-.B window
-in
-.IR rio (1))
-from outside
-its name space; this is named in
-.BR $wctl .
 .PP
 A
 .I mount
@@ -354,8 +344,8 @@
 may create windows,
 .B wctl
 .B new
-messages may also be written to the named pipe identified by
-.BR $wctl .
+messages may also be written as attach arguments when mounting
+.B /srv/rio.\fIuser\fP.\fIpid\fP .
 .TP
 .B wdir
 is a read/write text file containing



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] [PATCH 5/6] rio: update man pages re: control files
  2023-09-28  5:54 [9front] [PATCH 5/6] rio: update man pages re: control files Romano
@ 2023-09-28  7:12 ` unobe
  0 siblings, 0 replies; 2+ messages in thread
From: unobe @ 2023-09-28  7:12 UTC (permalink / raw)
  To: 9front

The code changes for rio are from last year, AFAICT, and I had some
scripts that had used the old files.  It caused more confusion on my
end because I was referring to the documentation and it wasn't updated
along with the code.

Quoth Romano <unobe@cpan.org>:
> ---
> diff 0b5b2d58047b698564f6b1955a31cbcc95570abb 47ddd324c0c118ca5d6662e82b094e94a1cfb771
> --- a/sys/man/1/rio
> +++ b/sys/man/1/rio
> @@ -488,7 +488,6 @@
>  it interprets all mouse events, gets all keyboard characters,
>  and determines what appears on the screen.
>  .SH FILES
> -.TF /srv/riowctl.\fIuser\fP.\fIpid\fP
>  .TP
>  .B /lib/font/bit/*
>  font directories
> @@ -505,11 +504,6 @@
>  .B /srv/rio.\fIuser\fP.\fIpid\fP
>  Server end of
>  .IR rio .
> -.TP
> -.B /srv/riowctl.\fIuser\fP.\fIpid\fP
> -Named pipe for
> -.I wctl
> -messages.
>  .SH SOURCE
>  .TF /sys/src/cmd/rio
>  .TP
> --- a/sys/man/4/rio
> +++ b/sys/man/4/rio
> @@ -39,16 +39,6 @@
>  is set to this service name within processes running under the control
>  of each invocation of
>  .IR rio .
> -Similarly,
> -.I rio
> -posts a named pipe to access the window creation features
> -(see
> -.B window
> -in
> -.IR rio (1))
> -from outside
> -its name space; this is named in
> -.BR $wctl .
>  .PP
>  A
>  .I mount
> @@ -354,8 +344,8 @@
>  may create windows,
>  .B wctl
>  .B new
> -messages may also be written to the named pipe identified by
> -.BR $wctl .
> +messages may also be written as attach arguments when mounting
> +.B /srv/rio.\fIuser\fP.\fIpid\fP .
>  .TP
>  .B wdir
>  is a read/write text file containing
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-28  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-28  5:54 [9front] [PATCH 5/6] rio: update man pages re: control files Romano
2023-09-28  7:12 ` unobe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).