mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-15 02:46:31 +00:00
faq: markup fixes, typos
This commit is contained in:
parent
f6442fe7f0
commit
cd3a76909d
1 changed files with 5 additions and 2 deletions
|
@ -86,7 +86,7 @@ If it crashes with a UnicodeError, what can I do?
|
||||||
export LANG=en_US.UTF-8 # or similar, important is correct charset
|
export LANG=en_US.UTF-8 # or similar, important is correct charset
|
||||||
|
|
||||||
If I want to run |project_name| on a ARM CPU older than ARM v6?
|
If I want to run |project_name| on a ARM CPU older than ARM v6?
|
||||||
You need to enable the alignment trap handler to fixup misaligned accesses:
|
You need to enable the alignment trap handler to fixup misaligned accesses::
|
||||||
|
|
||||||
echo "2" > /proc/cpu/alignment
|
echo "2" > /proc/cpu/alignment
|
||||||
|
|
||||||
|
@ -96,19 +96,22 @@ Why was Borg forked from Attic?
|
||||||
establishing a bigger developer community / more open development.
|
establishing a bigger developer community / more open development.
|
||||||
|
|
||||||
More details can be found in `ticket 217
|
More details can be found in `ticket 217
|
||||||
<https://github.com/jborg/attic/issues/217>`_) that led to the fork.
|
<https://github.com/jborg/attic/issues/217>`_ that led to the fork.
|
||||||
|
|
||||||
Borg intends to be:
|
Borg intends to be:
|
||||||
|
|
||||||
* simple:
|
* simple:
|
||||||
|
|
||||||
* as simple as possible, but no simpler
|
* as simple as possible, but no simpler
|
||||||
* do the right thing by default, but offer options
|
* do the right thing by default, but offer options
|
||||||
* open:
|
* open:
|
||||||
|
|
||||||
* welcome feature requests
|
* welcome feature requests
|
||||||
* accept pull requests of good quality and coding style
|
* accept pull requests of good quality and coding style
|
||||||
* give feedback on PRs that can't be accepted "as is"
|
* give feedback on PRs that can't be accepted "as is"
|
||||||
* discuss openly, don't work in the dark
|
* discuss openly, don't work in the dark
|
||||||
* changing:
|
* changing:
|
||||||
|
|
||||||
* Borg is not compatible with Attic
|
* Borg is not compatible with Attic
|
||||||
* do not break compatibility accidentally, without a good reason
|
* do not break compatibility accidentally, without a good reason
|
||||||
or without warning. allow compatibility breaking for other cases.
|
or without warning. allow compatibility breaking for other cases.
|
||||||
|
|
Loading…
Reference in a new issue