diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:11:00 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:11:00 -0400 |
commit | 8f92dd65298c46529dd665e96ed97aab4656b886 (patch) | |
tree | 48ca399490c0010442255fbdac5a9e211f05090a /graphics | |
parent | e094699b1250973314b18be2583bff1a087e0484 (diff) |
graphics/zgv: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zgv/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/zgv/README b/graphics/zgv/README index 2fb6a4e6544f..c99edc3969aa 100644 --- a/graphics/zgv/README +++ b/graphics/zgv/README @@ -5,8 +5,10 @@ It supports most popular formats and allows panning and fit-to-screen methods of viewing, slideshows, scaling, gamma adjustment, etc. By default, the zgv binary is installed suid root, but we have patched -the build to not do this. Instead, we install a udev rules file that -should allow non-root users who belong to the "video" group to use zgv. -Note that you will have to "modprobe svgalib_helper" prior to using zgv. +the build to not do this. Instead, we install a udev rules file +that should allow non-root users who belong to the "video" group to +use zgv. Note that you will have to "modprobe svgalib_helper" prior +to using zgv. -For more information, see zgvs manpage, info files and /usr/doc/zgv-*/SECURITY. +For more information, see zgv's manpage, info files and +/usr/doc/zgv-*/SECURITY. |