Skip to content

Commit

Permalink
Try removing the [] syntax to make links work
Browse files Browse the repository at this point in the history
  • Loading branch information
webbaker0226 committed Nov 5, 2019
1 parent 6a22b5f commit f76ae61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

The following keywords and options are recognized

### instance iname [buffer-size]
### instance iname

Create a new ftrace instance called "iname". This instance
will appear in /sys/kernel/debug/tracing/instances.
Expand All @@ -35,7 +35,7 @@
useful when the module is normally loaded on demand and
the probes cannot be enabled until the module is loaded.

### enable subsystem-name/probe-name [filter]
### enable subsystem-name/probe-name

Enable an ftrace probe in the specified subsystem. Both
the subsystem name and probe name are defined by the kernel.
Expand All @@ -60,7 +60,7 @@

Disable all probes in the specified subsystem.

### saveto file-name [maxsize]
### saveto file-name

Save the output of enabled probes to the named file. If
the optional maxsize parameter is given, the daemon will
Expand Down Expand Up @@ -116,7 +116,7 @@
## License

This repository is licensed under the "Universal Permissive
License" (UPL). See [LICENSE](/LICENSE.txt) in this repository for
License" (UPL). See [LICENSE](/LICENSE) in this repository for
more information.

## Contributing
Expand Down

0 comments on commit f76ae61

Please sign in to comment.