File: Fix-acute-accent-in-manpage

package info (click to toggle)
i3lock 2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,923; sh: 7; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix acute accent in manpage
Author: Jakob Haufe <sur5r@debian.org>
Forwarded: no
Last-Update: 2025-04-15

--- i3lock-2.15.orig/i3lock.1
+++ i3lock-2.15/i3lock.1
@@ -91,7 +91,7 @@ Display the given PNG image instead of a
 .BI \fB\-\-raw= format
 Read the image given by \-\-image as a raw image instead of PNG. The argument is the image's format
 as <width>x<height>:<pixfmt>. The supported pixel formats are:
-\'native', 'rgb', 'xrgb', 'rgbx', 'bgr', 'xbgr', and 'bgrx'.
+\(aqnative', \(aqrgb', \(aqxrgb', \(aqrgbx', \(aqbgr', \(aqxbgr', and \(aqbgrx'.
 The "native" pixel format expects a pixel as a 32-bit (4-byte) integer in
 the machine's native endianness, with the upper 8 bits unused. Red, green and blue are stored in
 the remaining bits, in that order.