aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-login.txt
Commit message (Collapse)AuthorAge
* docs: set vim filetype on man pages for syntax highlightingLibravatar Kelvin M. Klann2022-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the man pages in src/man use a ".txt" file extension (rather than ".1" or ".5"), their filetype is detected by (neo)vim as "text". So at the bottom of every man page, add a vim modeline in a comment and set the filetype to "groff", to enable syntax highlighting. Note: All of the generated ".man", ".1" and ".5" files are currently being detected as "nroff". Note2: Set the filetype to "groff" rather than "nroff" because at least .UR and .UE are groff extensions. These macros look the same with either filetype, but there may be more extensions being used and the nroff.vim syntax file (which is included by groff.vim) does things differently based on which filetype is used. Based on the following example from (neo)vim's filetype.txt: or add this modeline to the file: /* vim: set filetype=idl : */ See `:help groff.vim` and `:help filetype.txt` in (neo)vim. See also groff_man(7) for the man page macros (including extensions). Environment: neovim 0.7.2-3 on Artix Linux. Misc: I noticed this on #5290.
* jailtest -> jailcheck (#4268)Libravatar netblue302021-05-18
|
* GrammarLibravatar Ted Robertson2021-03-04
|
* jailtestLibravatar netblue302021-02-23
|
* fix private-bin for tb-starter-wrapper #2863Libravatar rusty-snake2019-08-19
|
* firejail user access databaseLibravatar netblue302018-04-08
|
* Update manpages to use HTTPS linksLibravatar Kunal Mehta2017-10-07
| | | | | All of these websites support HTTPS, and nearly all of them redirect to it anyways.
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* 0.9.44 testingLibravatar netblue302016-10-21
|
* remove man firejail-configLibravatar netblue302016-09-19
|
* fix some typosLibravatar avoidr2016-06-27
|
* ssh/scp/sftp fixesLibravatar netblue302016-04-06
|
* added firecfg utilityLibravatar netblue302016-03-25
|
* run time configuration supportLibravatar netblue302016-03-19
|
* 0.9.36 testingLibravatar netblue302015-12-23
|
* switch project url to githubLibravatar Matthew Gyurgyik2015-10-10
|
* implemented --whitelist optionLibravatar netblue302015-09-07
|
* fixing manpagesLibravatar netblue302015-08-30
|
* fixing issues 2 and 4Libravatar netblue302015-08-10
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08