mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: remote-control: fix typo
@ 2017-05-30 21:46 Aleksander Morgado
  2017-06-01  7:30 ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksander Morgado @ 2017-05-30 21:46 UTC (permalink / raw)
  To: barebox; +Cc: Aleksander Morgado

Correctly reference `--port` instead of	`--baudrate` when explaining
how to specify the port.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 Documentation/user/remote-control.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index 99c2181df..217251429 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -53,9 +53,9 @@ configuring bbremote
 ^^^^^^^^^^^^^^^^^^^^
 
 bbremote needs the port and possibly the baudrate to access the remote
-barebox. The port can be configured with the ``--baudrate`` option or
-with the ``BBREMOTE_PORT`` environment variable. The port can either be
-the device special file if it's a local port or if it's a remote port a
+barebox. The port can be configured with the ``--port`` option or with
+the ``BBREMOTE_PORT`` environment variable. The port can either be the
+device special file if it's a local port or if it's a remote port a
 string of the form: ``rfc2217://host:port``. The baudrate can be given
 with the ``--baudrate`` option or the ``BBREMOTE_BAUDRATE`` environment
 variable. For the rest of this document it is assumed that ``bbremote``
@@ -131,4 +131,3 @@ This can be mounted on barebox using the regular mount command using
   bbremote --export=somedir console
   mkdir -p /ratpfs; mount -t ratpfs none /ratpfs
   ls /ratpfs
-
-- 
2.12.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] Documentation: remote-control: fix typo
  2017-05-30 21:46 [PATCH] Documentation: remote-control: fix typo Aleksander Morgado
@ 2017-06-01  7:30 ` Sascha Hauer
  2017-06-01 12:26   ` Aleksander Morgado
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2017-06-01  7:30 UTC (permalink / raw)
  To: Aleksander Morgado; +Cc: barebox

On Tue, May 30, 2017 at 11:46:34PM +0200, Aleksander Morgado wrote:
> Correctly reference `--port` instead of	`--baudrate` when explaining
> how to specify the port.
> 
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
> ---
>  Documentation/user/remote-control.rst | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
> index 99c2181df..217251429 100644
> --- a/Documentation/user/remote-control.rst
> +++ b/Documentation/user/remote-control.rst
> @@ -53,9 +53,9 @@ configuring bbremote
>  ^^^^^^^^^^^^^^^^^^^^
>  
>  bbremote needs the port and possibly the baudrate to access the remote
> -barebox. The port can be configured with the ``--baudrate`` option or
> -with the ``BBREMOTE_PORT`` environment variable. The port can either be
> -the device special file if it's a local port or if it's a remote port a
> +barebox. The port can be configured with the ``--port`` option or with
> +the ``BBREMOTE_PORT`` environment variable. The port can either be the
> +device special file if it's a local port or if it's a remote port a
>  string of the form: ``rfc2217://host:port``. The baudrate can be given
>  with the ``--baudrate`` option or the ``BBREMOTE_BAUDRATE`` environment
>  variable. For the rest of this document it is assumed that ``bbremote``
> @@ -131,4 +131,3 @@ This can be mounted on barebox using the regular mount command using
>    bbremote --export=somedir console
>    mkdir -p /ratpfs; mount -t ratpfs none /ratpfs
>    ls /ratpfs
> -
> -- 
> 2.12.2
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] Documentation: remote-control: fix typo
  2017-06-01  7:30 ` Sascha Hauer
@ 2017-06-01 12:26   ` Aleksander Morgado
  2017-06-01 12:31     ` Sascha Hauer
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksander Morgado @ 2017-06-01 12:26 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On Thu, Jun 1, 2017 at 9:30 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> On Tue, May 30, 2017 at 11:46:34PM +0200, Aleksander Morgado wrote:
>> Correctly reference `--port` instead of       `--baudrate` when explaining
>> how to specify the port.
>>
>> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
>> ---
>>  Documentation/user/remote-control.rst | 7 +++----
>>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> Applied, thanks

Sorry I'm a bit out of the loop, in which git repository are the
patches applied? Didn't see them in
https://git.pengutronix.de/cgit/barebox so I assume you have a 'next'
repo somewhere?

-- 
Aleksander
https://aleksander.es

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] Documentation: remote-control: fix typo
  2017-06-01 12:26   ` Aleksander Morgado
@ 2017-06-01 12:31     ` Sascha Hauer
  2017-06-01 17:40       ` Aleksander Morgado
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2017-06-01 12:31 UTC (permalink / raw)
  To: Aleksander Morgado; +Cc: barebox

On Thu, Jun 01, 2017 at 02:26:29PM +0200, Aleksander Morgado wrote:
> On Thu, Jun 1, 2017 at 9:30 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> > On Tue, May 30, 2017 at 11:46:34PM +0200, Aleksander Morgado wrote:
> >> Correctly reference `--port` instead of       `--baudrate` when explaining
> >> how to specify the port.
> >>
> >> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
> >> ---
> >>  Documentation/user/remote-control.rst | 7 +++----
> >>  1 file changed, 3 insertions(+), 4 deletions(-)
> >
> > Applied, thanks
> 
> Sorry I'm a bit out of the loop, in which git repository are the
> patches applied? Didn't see them in
> https://git.pengutronix.de/cgit/barebox so I assume you have a 'next'
> repo somewhere?

I haven't pushed yet, try again. The repository is the correct one.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] Documentation: remote-control: fix typo
  2017-06-01 12:31     ` Sascha Hauer
@ 2017-06-01 17:40       ` Aleksander Morgado
  0 siblings, 0 replies; 5+ messages in thread
From: Aleksander Morgado @ 2017-06-01 17:40 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On Thu, Jun 1, 2017 at 2:31 PM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
>> >> Correctly reference `--port` instead of       `--baudrate` when explaining
>> >> how to specify the port.
>> >>
>> >> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
>> >> ---
>> >>  Documentation/user/remote-control.rst | 7 +++----
>> >>  1 file changed, 3 insertions(+), 4 deletions(-)
>> >
>> > Applied, thanks
>>
>> Sorry I'm a bit out of the loop, in which git repository are the
>> patches applied? Didn't see them in
>> https://git.pengutronix.de/cgit/barebox so I assume you have a 'next'
>> repo somewhere?
>
> I haven't pushed yet, try again. The repository is the correct one.

Got it now, thanks.

-- 
Aleksander
https://aleksander.es

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-06-01 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30 21:46 [PATCH] Documentation: remote-control: fix typo Aleksander Morgado
2017-06-01  7:30 ` Sascha Hauer
2017-06-01 12:26   ` Aleksander Morgado
2017-06-01 12:31     ` Sascha Hauer
2017-06-01 17:40       ` Aleksander Morgado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox