Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix curl URL and note formatting #24314

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/native-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Send a `GET` request multiple times from another terminal:

[source,bash]
----
curl -w '\n' http://localhost:8080/time # run this multiple times
curl -w '\n' http://localhost:8080/timestamp # run this multiple times
----

to see how the current time has been baked into the binary.
Expand Down Expand Up @@ -736,7 +736,7 @@ go to the root of the project and start the tools container created earlier as a
docker run --privileged -t -i --rm -v ${PWD}:/data -p 8080:8080 fedora-tools:v1
----

[[NOTE]]
[NOTE]
====
Note that in order to use `perf` to profile the native executables in the guide,
the container needs to run as privileged, or with `--cap-add sys_admin`.
Expand Down