9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] marshal(1): -d is also passed through to the send command
@ 2021-01-24  3:03 Michael Forney
  2021-01-24  5:39 ` ori
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Forney @ 2021-01-24  3:03 UTC (permalink / raw)
  To: 9front

diff -r b4e0e1c28d06 -r 469d3301c774 sys/man/1/marshal
--- a/sys/man/1/marshal	Sat Jan 23 13:15:17 2021 -0800
+++ b/sys/man/1/marshal	Sat Jan 23 13:38:19 2021 -0800
@@ -13,7 +13,7 @@
 .B -B
 .I copyaddr
 ] [
-.B -Fr#xn
+.B -Fr#xnd
 ] [
 .B -S
 .I saveto
@@ -115,7 +115,7 @@
 .BI -n
 intentionally no standard input
 .TP
-.B -#xr
+.B -#xrd
 are all passed as command line options to the
 .I send
 that
diff -r b4e0e1c28d06 -r 469d3301c774 sys/src/cmd/upas/marshal/marshal.c
--- a/sys/src/cmd/upas/marshal/marshal.c	Sat Jan 23 13:15:17 2021 -0800
+++ b/sys/src/cmd/upas/marshal/marshal.c	Sat Jan 23 13:38:19 2021 -0800
@@ -155,7 +155,7 @@
 void
 usage(void)
 {
-	fprint(2, "usage: %s [-Fr#xn] [-s subject] [-C ccrecipient] [-t type]"
+	fprint(2, "usage: %s [-Fr#xnd] [-s subject] [-C ccrecipient] [-t type]"
 	    " [-aA attachment] [-p[es]] [-R replymsg] -8 | recipient-list\n",
 		argv0);
 	exits("usage");

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

* Re: [9front] marshal(1): -d is also passed through to the send command
  2021-01-24  3:03 [9front] marshal(1): -d is also passed through to the send command Michael Forney
@ 2021-01-24  5:39 ` ori
  2021-01-24  6:18   ` Michael Forney
  0 siblings, 1 reply; 3+ messages in thread
From: ori @ 2021-01-24  5:39 UTC (permalink / raw)
  To: 9front

Quoth Michael Forney <mforney@mforney.org>:
> diff -r b4e0e1c28d06 -r 469d3301c774 sys/man/1/marshal
> --- a/sys/man/1/marshal	Sat Jan 23 13:15:17 2021 -0800
> +++ b/sys/man/1/marshal	Sat Jan 23 13:38:19 2021 -0800
> @@ -13,7 +13,7 @@
>  .B -B
>  .I copyaddr
>  ] [
> -.B -Fr#xn
> +.B -Fr#xnd
>  ] [
>  .B -S
>  .I saveto
> @@ -115,7 +115,7 @@
>  .BI -n
>  intentionally no standard input
>  .TP
> -.B -#xr
> +.B -#xrd
>  are all passed as command line options to the
>  .I send
>  that
> diff -r b4e0e1c28d06 -r 469d3301c774 sys/src/cmd/upas/marshal/marshal.c
> --- a/sys/src/cmd/upas/marshal/marshal.c	Sat Jan 23 13:15:17 2021 -0800
> +++ b/sys/src/cmd/upas/marshal/marshal.c	Sat Jan 23 13:38:19 2021 -0800
> @@ -155,7 +155,7 @@
>  void
>  usage(void)
>  {
> -	fprint(2, "usage: %s [-Fr#xn] [-s subject] [-C ccrecipient] [-t type]"
> +	fprint(2, "usage: %s [-Fr#xnd] [-s subject] [-C ccrecipient] [-t type]"
>  	    " [-aA attachment] [-p[es]] [-R replymsg] -8 | recipient-list\n",
>  		argv0);
>  	exits("usage");
> 

Debug flags usually aren't documented, and that's
also true here: there's no description of '-d' in
either the marshal or send manpages. Just listing
it without an explanation of its function is going
to be confusing.

I'd rather not commit this.

Thanks, though!


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

* Re: [9front] marshal(1): -d is also passed through to the send command
  2021-01-24  5:39 ` ori
@ 2021-01-24  6:18   ` Michael Forney
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Forney @ 2021-01-24  6:18 UTC (permalink / raw)
  To: 9front

ori@eigenstate.org wrote:
> Debug flags usually aren't documented, and that's
> also true here: there's no description of '-d' in
> either the marshal or send manpages. Just listing
> it without an explanation of its function is going
> to be confusing.
> 
> I'd rather not commit this.

Ok, that's reasonable.

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

end of thread, other threads:[~2021-01-24  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24  3:03 [9front] marshal(1): -d is also passed through to the send command Michael Forney
2021-01-24  5:39 ` ori
2021-01-24  6:18   ` Michael Forney

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).