mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/*: convert multiline inline code to listings
presumably it was not intended to have these blocks rendered inline, and markdown conversion would be messy as well.
This commit is contained in:
parent
0cfcb5908c
commit
7d102d113a
8 changed files with 24 additions and 24 deletions
|
@ -29,9 +29,9 @@ let
|
|||
The log file to be scanned.
|
||||
|
||||
For mail, set this to
|
||||
<literal>
|
||||
<programlisting>
|
||||
journalctl $OLD_CURSOR -u postfix.service | ''${pkgs.perl}/bin/perl ''${pkgs.awstats.out}/share/awstats/tools/maillogconvert.pl standard |
|
||||
</literal>
|
||||
</programlisting>
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -42,9 +42,9 @@ let
|
|||
The log format being used.
|
||||
|
||||
For mail, set this to
|
||||
<literal>
|
||||
<programlisting>
|
||||
%time2 %email %email_r %host %host_r %method %url %code %bytesd
|
||||
</literal>
|
||||
</programlisting>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue