diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:10:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 02:15:29 +0100 |
| commit | 66557edc120faac569004ba2bc426c5ac6a1100b (patch) | |
| tree | 58b44e89288715d2907671e18a341cf4df0cd40e /examples/help_grep.py | |
| parent | 553cca8e7417ad863b923758e6d402296d05de9c (diff) | |
Use a consistent style in examples
Also remove some unused imports.
Diffstat (limited to 'examples/help_grep.py')
| -rw-r--r-- | examples/help_grep.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/help_grep.py b/examples/help_grep.py index 39cbe39..157d8f2 100644 --- a/examples/help_grep.py +++ b/examples/help_grep.py @@ -10,7 +10,7 @@ # # menu "General setup" # location: init/Kconfig:39 -# +# # config SYSVIPC # bool # prompt "System V IPC" @@ -18,9 +18,9 @@ # ... # exchange information. It is generally considered to be a good thing, # ... -# +# # location: init/Kconfig:233 -# +# # config BSD_PROCESS_ACCT # bool # prompt "BSD Process Accounting" if MULTIUSER |
