diff options
author | Quentin Rameau <quinq+hackers@fifth.space> | 2015-11-03 16:50:21 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-11-03 19:45:50 +0100 |
commit | 5333171961fc192fbc4d493c940566b1b3d4b3e5 (patch) | |
tree | fbf19886e75d23559ff8e10eeec7bcfe97403990 /surf.1 | |
parent | 2223e9ed2264cf1203865b7a0548e0724c89e527 (diff) |
Be more specific about what enablestyles parameter does.
The enablestyles configuration variable and parameter flag manages the
global application of styles, not just the site-specific styles.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,10 +75,10 @@ Disable kiosk mode (disable key strokes and right click) Enable kiosk mode (disable key strokes and right click) .TP .B \-m -Disable the site-specific styles. +Disable application of user style sheets. .TP .B \-M -Enable the site-specific styles. +Enable application of user style sheets. .TP .B \-n Disable the Web Inspector (Developer Tools). |