Skip to content

Commit

Permalink
Grammar and verbatim content updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalgano committed Oct 10, 2023
1 parent a4bacdb commit 157c022
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion guide/bent-pipe-radio-model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ Similarly, if we want to change the antenna associated with `node-2`'s
defines still in use:

~{{verbatim type=txt --
$ emanesh node-2 set config nems mac
$ emanesh node-2 set config nems mac \
antenna.defines="0:omni;24.25;0,1:1;94.34439424144891;-86.98230090133954;0,2:1;237.5217814216051;-87.42647720511944;0"}}~

Looking at `node-2`'s `AntennaStatusTable` and `NeighborStatusTable`,
Expand Down
12 changes: 6 additions & 6 deletions guide/paradigms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ path-replace="emane-guide/examples"}}~
### Querying/Modifying Configuration

Running `emane-guide/examples/rfpipe-01`, the `emanesh` application is
uded to connect to a running `emane` instance and query and/or clear
used to connect to a running `emane` instance and query and/or clear
statistics.

~{{imagemagick
Expand Down Expand Up @@ -292,7 +292,7 @@ path-replace="emane"
link-replace="https://github.com/adjacentlink/emane/blob/master" }}~

An unsigned 32-bit integer statistic variable is declared with the
`CLEARABLE` propriety. No description is specified.
`CLEARABLE` propriety.

### Querying/Clearing Statistics

Expand Down Expand Up @@ -421,10 +421,10 @@ nem 1 phy LocationEventInfoTable

nem 1 phy PathlossEventInfoTable
| NEM | Forward Pathloss | Reverse Pathloss |
| 2 | 80.0 | 80.0 |
| 3 | 80.0 | 80.0 |
| 4 | 80.0 | 80.0 |
| 5 | 80.0 | 80.0 |}}~
| 2 | 70.0 | 70.0 |
| 3 | 70.0 | 70.0 |
| 4 | 70.0 | 70.0 |
| 5 | 70.0 | 70.0 |}}~

To clear those statistic tables that were registered as `CLEARABLE`:

Expand Down
2 changes: 1 addition & 1 deletion guide/site/bent-pipe-radio-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ Similarly, if we want to change the antenna associated with `node-2`'s
defines still in use:

```text
$ emanesh node-2 set config nems mac
$ emanesh node-2 set config nems mac \
antenna.defines="0:omni;24.25;0,1:1;94.34439424144891;-86.98230090133954;0,2:1;237.5217814216051;-87.42647720511944;0"
```

Expand Down
12 changes: 6 additions & 6 deletions guide/site/paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ parameters with more than one value:
### Querying/Modifying Configuration

Running `emane-guide/examples/rfpipe-01`, the `emanesh` application is
uded to connect to a running `emane` instance and query and/or clear
used to connect to a running `emane` instance and query and/or clear
statistics.

![](images/auto-generated-run-rfpipe-01.png){:width="75%"; .centered}
Expand Down Expand Up @@ -327,7 +327,7 @@ Below is a snippet of statistic registration from the [RF Pipe](rf-pipe-radio-mo
<p style="float:right;font-family:courier;font-size:75%">emane/src/models/mac/rfpipe/downstreamqueue.cc lines: <a href="https://github.com/adjacentlink/emane/blob/master/src/models/mac/rfpipe/downstreamqueue.cc#L55-L58">55-58</a></p><br>

An unsigned 32-bit integer statistic variable is declared with the
`CLEARABLE` propriety. No description is specified.
`CLEARABLE` propriety.

### Querying/Clearing Statistics

Expand Down Expand Up @@ -488,10 +488,10 @@ nem 1 phy LocationEventInfoTable
nem 1 phy PathlossEventInfoTable
| NEM | Forward Pathloss | Reverse Pathloss |
| 2 | 80.0 | 80.0 |
| 3 | 80.0 | 80.0 |
| 4 | 80.0 | 80.0 |
| 5 | 80.0 | 80.0 |
| 2 | 70.0 | 70.0 |
| 3 | 70.0 | 70.0 |
| 4 | 70.0 | 70.0 |
| 5 | 70.0 | 70.0 |
```

To clear those statistic tables that were registered as `CLEARABLE`:
Expand Down

0 comments on commit 157c022

Please sign in to comment.