From 05d7aaadc8feaf387aa2e98825750e21ac6d17de Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 1 Sep 2024 13:23:10 -0300 Subject: [PATCH] docs: man: sort FILE section (firecfg.1) Move the "FILES" section to right before the "LICENSE" section in firecfg.1.in, to match what is done in the other man pages. This amends commit ef6cfb8a2 ("firecfg: add ignore command and docs", 2023-06-29) / PR #5876. Relates to #6451. --- src/man/firecfg.1.in | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/man/firecfg.1.in b/src/man/firecfg.1.in index a50ed765eef..e470147021d 100644 --- a/src/man/firecfg.1.in +++ b/src/man/firecfg.1.in @@ -139,29 +139,6 @@ $ sudo firecfg --clean /usr/local/bin/vlc removed .br [...] -.SH FILES -.PP -Configuration files are searched for and parsed in the following paths: -.PP -.RS -1. /etc/firejail/firecfg.d/*.conf (in alphabetical order) -.br -2. /etc/firejail/firecfg.config -.RE -.PP -The programs that are supported by default are listed in -/etc/firejail/firecfg.config. -It is recommended to leave it as is and put all customizations inside -/etc/firejail/firecfg.d/. -.PP -Profile files are also searched in the user configuration directory: -.PP -.RS -3. ~/.config/firejail/*.profile -.RE -.PP -For every \fBPROGRAM.profile\fR file found, firecfg attempts to create a -symlink for "PROGRAM", as if "PROGRAM" was listed in a configuration file. .SH SYNTAX Configuration file syntax: .PP @@ -200,6 +177,29 @@ following lines can to be used to ignore both: .br !spectacle .RE +.SH FILES +.PP +Configuration files are searched for and parsed in the following paths: +.PP +.RS +1. /etc/firejail/firecfg.d/*.conf (in alphabetical order) +.br +2. /etc/firejail/firecfg.config +.RE +.PP +The programs that are supported by default are listed in +/etc/firejail/firecfg.config. +It is recommended to leave it as is and put all customizations inside +/etc/firejail/firecfg.d/. +.PP +Profile files are also searched in the user configuration directory: +.PP +.RS +3. ~/.config/firejail/*.profile +.RE +.PP +For every \fBPROGRAM.profile\fR file found, firecfg attempts to create a +symlink for "PROGRAM", as if "PROGRAM" was listed in a configuration file. .SH LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP