Skip to content

Commit

Permalink
Documentation: "decnet=" should read "decnet.addr=".
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Feb 3, 2008
1 parent e1b8513 commit 2d27a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ and is between 256 and 4096 characters. It is defined in the file
1 will print _a lot_ more information - normally
only useful to kernel developers.

decnet= [HW,NET]
decnet.addr= [HW,NET]
Format: <area>[,<node>]
See also Documentation/networking/decnet.txt.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/networking/decnet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ operation of the local communications in any other way though.

The kernel command line takes options looking like the following:

decnet=1,2
decnet.addr=1,2

the two numbers are the node address 1,2 = 1.2 For 2.2.xx kernels
and early 2.3.xx kernels, you must use a comma when specifying the
Expand Down

0 comments on commit 2d27a96

Please sign in to comment.