mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
docs: line-wrap markdown and use double-spacing
Use two spaces to separate sentences to make the source easier to read in monospace fonts (such as when editing or reviewing it), especially for longer paragraphs. The HTML output should still look the same. Misc: This also removes source-level ambiguity regarding abbreviations (such as "Mr.") vs the end of sentences and enables moving between sentences in vi with `(` and `)`, for example.
This commit is contained in:
parent
331158da03
commit
a516247a1c
4 changed files with 37 additions and 32 deletions
|
|
@ -15,17 +15,18 @@ a comment in our dedicated issue:
|
|||
When submitting a bug report, please provide the following information so that
|
||||
we can handle the report more easily:
|
||||
|
||||
- firejail version. If you're not sure, open a terminal and type `firejail --version`.
|
||||
- firejail version. If you're not sure, open a terminal and type `firejail
|
||||
--version`.
|
||||
- Linux distribution (so that we can try to reproduce it, if necessary).
|
||||
- If you know that the problem did not exist in an earlier version of firejail, please mention it.
|
||||
- If you are reporting that a program does not work with firejail, please also run firejail with
|
||||
the `--noprofile` argument.
|
||||
For example, if `firejail firefox` does not work, please also run `firejail --noprofile firefox` and
|
||||
- If you know that the problem did not exist in an earlier version of firejail,
|
||||
please mention it.
|
||||
- If you are reporting that a program does not work with firejail, please also
|
||||
run firejail with the `--noprofile` argument. For example, if `firejail
|
||||
firefox` does not work, please also run `firejail --noprofile firefox` and
|
||||
let us know if it runs correctly or not.
|
||||
- You may also try disabling various options provided in
|
||||
`/etc/firejail/<ProgramName.profile>` until you find out which one causes
|
||||
problems.
|
||||
It will significantly help in finding a solution for your issue.
|
||||
problems. It will significantly help in finding a solution for your issue.
|
||||
|
||||
Please note: If you are running Debian, Ubuntu, Linux Mint, or another related
|
||||
distribution and you installed firejail from your distro's repositories, please
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue