-
Notifications
You must be signed in to change notification settings - Fork 157
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
filesystem section sync with EN #818
Conversation
4d027ac
to
71570d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit
<literal>\</literal> | ||
</entry> | ||
<entry> | ||
Le backslash est utilisé pour échapper les caractères spéciaux. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Le backslash est utilisé pour échapper les caractères spéciaux. | |
L'antislash est utilisé pour échapper les caractères spéciaux. |
Peut être, mais je sais pas si on utilise backslash ou pas dans la doc actuellement
<thead> | ||
<row> | ||
<entry><parameter>Flag</parameter></entry> | ||
<entry>Description</entry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<entry>Description</entry> | |
<entry>&Description;</entry> |
Non?
<row> | ||
<entry><constant>FNM_NOESCAPE</constant></entry> | ||
<entry> | ||
Désactive l'échappement des antislashes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha on utilise antislash ici :)
71570d5
to
de9a73e
Compare
No description provided.