You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Current regex for parsing the documentation gives false results sometimes.
To reproduce
Here is a few examples:
$ systeroid -E fs.mount-max
mount-max
=========
This denotes the maximum number of mounts that may exist
in a mount namespace.
# rest is irrelevant
2. /proc/sys/fs/binfmt_misc
===========================
# ...
$ systeroid -E net.mptcp.enabled
# completely irrelevant
seg6_enabled - BOOL
===================
Accept or drop SR-enabled IPv6 packets on this interface.
# ...
Expected behavior
Correct part of the documentation is parsed for the given parameter.
Describe the bug
Current regex for parsing the documentation gives false results sometimes.
To reproduce
Here is a few examples:
Expected behavior
Correct part of the documentation is parsed for the given parameter.
Screenshots / Logs
-
Software information
Additional context
-
The text was updated successfully, but these errors were encountered: