File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/std_detect/src/detect/os/linux Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ pub(crate) struct AuxVec {
4545/// There is no perfect way of reading the auxiliary vector.
4646///
4747/// - If the `std_detect_dlsym_getauxval` cargo feature is enabled, this will use
48- /// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49- /// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50- /// linked to the binary - if that is not the case the behavior is undefined.
48+ /// `getauxval` if its linked to the binary, and otherwise proceed to a fallback implementation.
49+ /// When `std_detect_dlsym_getauxval` is disabled, this will assume that `getauxval` is
50+ /// linked to the binary - if that is not the case the behavior is undefined.
5151/// - Otherwise, if the `std_detect_file_io` cargo feature is enabled, it will
5252/// try to read `/proc/self/auxv`.
5353/// - If that fails, this function returns an error.
You can’t perform that action at this time.
0 commit comments