Skip to content

Commit

Permalink
Merge PR #534 (documentation fixups) into next
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Jul 1, 2015
2 parents 32f74ee + 269d4a8 commit 85d3bb9
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/apps/packet_filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ expression.

— Key **state_table**

*Optional*. A string naming a state table. If set, packets passing any*
*rule will be tracked in the specified state table and any packet that
*belongs to a tracked connection in the specified state table will be let
*pass.
*Optional*. A string naming a state table. If set, packets passing any
*rule* will be tracked in the specified state table and any packet that
belongs to a tracked connection in the specified state table will be let
pass.
8 changes: 4 additions & 4 deletions src/apps/packet_filter/README.md.src
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ expression.

— Key **state_table**

*Optional*. A string naming a state table. If set, packets passing any*
*rule will be tracked in the specified state table and any packet that
*belongs to a tracked connection in the specified state table will be let
*pass.
*Optional*. A string naming a state table. If set, packets passing any
*rule* will be tracked in the specified state table and any packet that
belongs to a tracked connection in the specified state table will be let
pass.
2 changes: 1 addition & 1 deletion src/doc/genbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ order to help improve this document.*
$(cat ../README.md)
$(cat ../apps/README.md)
$(cat ../apps/basic/README.md)
$(cat ../apps/intel/README.md)
Expand Down
6 changes: 3 additions & 3 deletions src/program/snabbnfv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ every second).

The `snabbnfv neutron2snabb` program converts Neutron database CSV dumps
to the format used by `program.snabbnfv.nfvconfig`. For more info see
[Snabb NFV Architecture](https://github.com/SnabbCo/snabb-nfv/wiki/Architecture).
It can be invoked like so:
[Snabb NFV Architecture](doc/architecture.md). It can be invoked like
so:

```
./snabb snabbnfv neutron2snabb <csv-directory> <output-directory> [<hostname>]
Expand All @@ -81,4 +81,4 @@ It can be invoked like so:
`snabbnfv neutron2snabb` reads the Neutron configuration *csv-directory*
and translates them to one `lib.nfv.conig` configuration file per
physical network. If *hostname* is given, it overrides the hostname
provided by `hostname.1`.
provided by `hostname(1)`.
6 changes: 3 additions & 3 deletions src/program/snabbnfv/README.md.src
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ every second).

The `snabbnfv neutron2snabb` program converts Neutron database CSV dumps
to the format used by `program.snabbnfv.nfvconfig`. For more info see
[Snabb NFV Architecture](https://github.com/SnabbCo/snabb-nfv/wiki/Architecture).
It can be invoked like so:
[Snabb NFV Architecture](doc/architecture.md). It can be invoked like
so:

```
./snabb snabbnfv neutron2snabb <csv-directory> <output-directory> [<hostname>]
Expand All @@ -94,4 +94,4 @@ It can be invoked like so:
`snabbnfv neutron2snabb` reads the Neutron configuration *csv-directory*
and translates them to one `lib.nfv.conig` configuration file per
physical network. If *hostname* is given, it overrides the hostname
provided by `hostname.1`.
provided by `hostname(1)`.

0 comments on commit 85d3bb9

Please sign in to comment.