netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/3] Fix some typos in doc and man pages
@ 2022-03-22 14:32 Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 1/3] man: devlink-region: fix typo in example Andrea Claudi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrea Claudi @ 2022-03-22 14:32 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

As per description, this series contains some typo fixes on doc an man
pages.

- patch 1/3 fixes a typo in a devlink example
- patch 2/3 fixes typos on some man pages
- patch 3/3 fixes a typo in the tc actions doc

Andrea Claudi (3):
  man: devlink-region: fix typo in example
  man: fix some typos
  doc: fix 'infact' --> 'in fact' typo

 doc/actions/actions-general | 2 +-
 man/man8/dcb-app.8          | 2 +-
 man/man8/dcb-dcbx.8         | 2 +-
 man/man8/devlink-dev.8      | 2 +-
 man/man8/devlink-region.8   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.35.1


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

* [PATCH iproute2 1/3] man: devlink-region: fix typo in example
  2022-03-22 14:32 [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
@ 2022-03-22 14:32 ` Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 2/3] man: fix some typos Andrea Claudi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Claudi @ 2022-03-22 14:32 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

devlink-region does not accept the legth param, but the length one.

Fixes: 8b4fbf0bed8e ("devlink: Add support for devlink-region access")
Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
---
 man/man8/devlink-region.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man8/devlink-region.8 b/man/man8/devlink-region.8
index c6756566..e6617c18 100644
--- a/man/man8/devlink-region.8
+++ b/man/man8/devlink-region.8
@@ -116,7 +116,7 @@ devlink region dump pci/0000:00:05.0/cr-space snapshot 1
 Dump the snapshot taken from cr-space address region with ID 1
 .RE
 .PP
-devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 legth 16
+devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 length 16
 .RS 4
 Read from address 0x10, 16 Bytes of snapshot ID 1 taken from cr-space address region
 .RE
-- 
2.35.1


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

* [PATCH iproute2 2/3] man: fix some typos
  2022-03-22 14:32 [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 1/3] man: devlink-region: fix typo in example Andrea Claudi
@ 2022-03-22 14:32 ` Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 3/3] doc: fix 'infact' --> 'in fact' typo Andrea Claudi
  2022-04-26 15:57 ` [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Claudi @ 2022-03-22 14:32 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

In dcb-app man page, 'direcly' should be 'directly'
In dcb-dcbx man page, 'respecively' should be 'respectively'
In devlink-dev man page, 'unspecificed' should be 'unspecified'

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
---
 man/man8/dcb-app.8     | 2 +-
 man/man8/dcb-dcbx.8    | 2 +-
 man/man8/devlink-dev.8 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/man8/dcb-app.8 b/man/man8/dcb-app.8
index 23fd3374..9780fe4b 100644
--- a/man/man8/dcb-app.8
+++ b/man/man8/dcb-app.8
@@ -170,7 +170,7 @@ priorities that should be assigned to matching traffic.
 \fIDSCP-MAP\fR uses the array parameter syntax, see
 .BR dcb (8)
 for details. Keys are DSCP points, values are priorities assigned to
-traffic with matching DSCP. DSCP points can be written either direcly as
+traffic with matching DSCP. DSCP points can be written either directly as
 numeric values, or using symbolic names specified in
 .B /etc/iproute2/rt_dsfield
 (however note that that file specifies full 8-bit dsfield values, whereas
diff --git a/man/man8/dcb-dcbx.8 b/man/man8/dcb-dcbx.8
index 52133e34..bafc18f6 100644
--- a/man/man8/dcb-dcbx.8
+++ b/man/man8/dcb-dcbx.8
@@ -67,7 +67,7 @@ allows setting both and lets the driver handle it as appropriate.
 .B cee
 .TQ
 .B ieee
-The device supports CEE (Converged Enhanced Ethernet) and, respecively, IEEE
+The device supports CEE (Converged Enhanced Ethernet) and, respectively, IEEE
 version of the DCB specification. Typically only one of these will be set, but
 .B dcb dcbx
 does not mandate this.
diff --git a/man/man8/devlink-dev.8 b/man/man8/devlink-dev.8
index 22735dc1..6906e509 100644
--- a/man/man8/devlink-dev.8
+++ b/man/man8/devlink-dev.8
@@ -199,7 +199,7 @@ pending this action will reload current firmware image.
 
 .B limit no_reset
 - Specifies limitation on reload action.
-If this argument is omitted limit is unspecificed and the reload action is not
+If this argument is omitted limit is unspecified and the reload action is not
 limited. In such case driver implementation may include reset or downtime as
 needed to perform the actions.
 
-- 
2.35.1


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

* [PATCH iproute2 3/3] doc: fix 'infact' --> 'in fact' typo
  2022-03-22 14:32 [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 1/3] man: devlink-region: fix typo in example Andrea Claudi
  2022-03-22 14:32 ` [PATCH iproute2 2/3] man: fix some typos Andrea Claudi
@ 2022-03-22 14:32 ` Andrea Claudi
  2022-04-26 15:57 ` [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Claudi @ 2022-03-22 14:32 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern

Spell 'infact' correctly as 'in fact'

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
---
 doc/actions/actions-general | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/actions/actions-general b/doc/actions/actions-general
index 407a514c..a0074a58 100644
--- a/doc/actions/actions-general
+++ b/doc/actions/actions-general
@@ -72,7 +72,7 @@ action police mtu 4000 rate 1500kbit burst 90k
 2)In order to take advantage of some of the targets written by the
 iptables people, a classifier can have a packet being massaged by an
 iptable target. I have only tested with mangler targets up to now.
-(infact anything that is not in the mangling table is disabled right now)
+(in fact anything that is not in the mangling table is disabled right now)
 
 In terms of hooks:
 *ingress is mapped to pre-routing hook
-- 
2.35.1


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

* Re: [PATCH iproute2 0/3] Fix some typos in doc and man pages
  2022-03-22 14:32 [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
                   ` (2 preceding siblings ...)
  2022-03-22 14:32 ` [PATCH iproute2 3/3] doc: fix 'infact' --> 'in fact' typo Andrea Claudi
@ 2022-04-26 15:57 ` Andrea Claudi
  3 siblings, 0 replies; 5+ messages in thread
From: Andrea Claudi @ 2022-04-26 15:57 UTC (permalink / raw)
  To: stephen; +Cc: netdev, dsahern

On Tue, Mar 22, 2022 at 03:32:02PM +0100, Andrea Claudi wrote:
> As per description, this series contains some typo fixes on doc an man
> pages.
> 
> - patch 1/3 fixes a typo in a devlink example
> - patch 2/3 fixes typos on some man pages
> - patch 3/3 fixes a typo in the tc actions doc
> 
> Andrea Claudi (3):
>   man: devlink-region: fix typo in example
>   man: fix some typos
>   doc: fix 'infact' --> 'in fact' typo
> 
>  doc/actions/actions-general | 2 +-
>  man/man8/dcb-app.8          | 2 +-
>  man/man8/dcb-dcbx.8         | 2 +-
>  man/man8/devlink-dev.8      | 2 +-
>  man/man8/devlink-region.8   | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> -- 
> 2.35.1
>

Hi Stephen, is there any issue with this series? Should I resend it?

Thanks,
Andrea


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

end of thread, other threads:[~2022-04-26 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 14:32 [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi
2022-03-22 14:32 ` [PATCH iproute2 1/3] man: devlink-region: fix typo in example Andrea Claudi
2022-03-22 14:32 ` [PATCH iproute2 2/3] man: fix some typos Andrea Claudi
2022-03-22 14:32 ` [PATCH iproute2 3/3] doc: fix 'infact' --> 'in fact' typo Andrea Claudi
2022-04-26 15:57 ` [PATCH iproute2 0/3] Fix some typos in doc and man pages Andrea Claudi

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