Re: [hackers] [surf][PATCH] fix manpage error

2018-02-14 Thread Jason Eastman
Whoops! re-sent.

On Wed, Feb 14, 2018 at 1:46 AM, Hiltjo Posthuma 
wrote:

> On Wed, Feb 14, 2018 at 12:48:02AM -0700, JRE wrote:
> > ---
> >  manpage_error.patch | 13 -
> >  surf.1  |  4 ++--
> >  2 files changed, 2 insertions(+), 15 deletions(-)
> >  delete mode 100644 manpage_error.patch
> >
> > diff --git a/manpage_error.patch b/manpage_error.patch
> > deleted file mode 100644
> > index 7ccb621..000
> > --- a/manpage_error.patch
> > +++ /dev/null
> > @@ -1,13 +0,0 @@
> > -diff --git a/surf.1 b/surf.1
> > -index 711a9aa..b81131a 100644
> >  a/surf.1
> > -+++ b/surf.1
> > -@@ -77,7 +77,7 @@ Enable Images.
> > - Disable kiosk mode (disable key strokes and right click).
> > - .TP
> > - .B \-K
> > --Enable kiosk mode (disable key strokes and right click).
> > -+Enable kiosk mode (enable key strokes and right click).
> > - .TP
> > - .B \-m
> > - Disable application of user style sheets.
> > diff --git a/surf.1 b/surf.1
> > index b81131a..9c88c0b 100644
> > --- a/surf.1
> > +++ b/surf.1
> > @@ -74,10 +74,10 @@ Disable Images.
> >  Enable Images.
> >  .TP
> >  .B \-k
> > -Disable kiosk mode (disable key strokes and right click).
> > +Disable kiosk mode (enable key strokes and right click).
> >  .TP
> >  .B \-K
> > -Enable kiosk mode (enable key strokes and right click).
> > +Enable kiosk mode (disable key strokes and right click).
> >  .TP
> >  .B \-m
> >  Disable application of user style sheets.
> > --
> > 2.16.1
> >
> >
>
> Hi,
>
> You included the manpage_error.patch file, please remove this from the
> diff.
> Otherwise looks OK to me.
>
> --
> Kind regards,
> Hiltjo
>
>


Re: [hackers] [surf][PATCH] fix manpage error

2018-02-14 Thread Hiltjo Posthuma
On Wed, Feb 14, 2018 at 12:48:02AM -0700, JRE wrote:
> ---
>  manpage_error.patch | 13 -
>  surf.1  |  4 ++--
>  2 files changed, 2 insertions(+), 15 deletions(-)
>  delete mode 100644 manpage_error.patch
> 
> diff --git a/manpage_error.patch b/manpage_error.patch
> deleted file mode 100644
> index 7ccb621..000
> --- a/manpage_error.patch
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -diff --git a/surf.1 b/surf.1
> -index 711a9aa..b81131a 100644
>  a/surf.1
> -+++ b/surf.1
> -@@ -77,7 +77,7 @@ Enable Images.
> - Disable kiosk mode (disable key strokes and right click).
> - .TP
> - .B \-K
> --Enable kiosk mode (disable key strokes and right click).
> -+Enable kiosk mode (enable key strokes and right click).
> - .TP
> - .B \-m
> - Disable application of user style sheets.
> diff --git a/surf.1 b/surf.1
> index b81131a..9c88c0b 100644
> --- a/surf.1
> +++ b/surf.1
> @@ -74,10 +74,10 @@ Disable Images.
>  Enable Images.
>  .TP
>  .B \-k
> -Disable kiosk mode (disable key strokes and right click).
> +Disable kiosk mode (enable key strokes and right click).
>  .TP
>  .B \-K
> -Enable kiosk mode (enable key strokes and right click).
> +Enable kiosk mode (disable key strokes and right click).
>  .TP
>  .B \-m
>  Disable application of user style sheets.
> -- 
> 2.16.1
> 
>

Hi,

You included the manpage_error.patch file, please remove this from the diff.
Otherwise looks OK to me.

-- 
Kind regards,
Hiltjo



[hackers] [surf][PATCH] fix manpage error

2018-02-13 Thread JRE
---
 manpage_error.patch | 13 -
 surf.1  |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 manpage_error.patch

diff --git a/manpage_error.patch b/manpage_error.patch
deleted file mode 100644
index 7ccb621..000
--- a/manpage_error.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/surf.1 b/surf.1
-index 711a9aa..b81131a 100644
 a/surf.1
-+++ b/surf.1
-@@ -77,7 +77,7 @@ Enable Images.
- Disable kiosk mode (disable key strokes and right click).
- .TP
- .B \-K
--Enable kiosk mode (disable key strokes and right click).
-+Enable kiosk mode (enable key strokes and right click).
- .TP
- .B \-m
- Disable application of user style sheets.
diff --git a/surf.1 b/surf.1
index b81131a..9c88c0b 100644
--- a/surf.1
+++ b/surf.1
@@ -74,10 +74,10 @@ Disable Images.
 Enable Images.
 .TP
 .B \-k
-Disable kiosk mode (disable key strokes and right click).
+Disable kiosk mode (enable key strokes and right click).
 .TP
 .B \-K
-Enable kiosk mode (enable key strokes and right click).
+Enable kiosk mode (disable key strokes and right click).
 .TP
 .B \-m
 Disable application of user style sheets.
-- 
2.16.1