[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#876215: linux-base: typo in linux-update-symlinks.1



Package: linux-base
Version: 4.5
Tags: patch

I wanted to get rid of the /vmlinuz and /initrd symlinks.  It took me a
while to find out that they are managed by linux-update-symlinks, and
then a trivial but crucial typo in the manpage did cost me even more
time to figure out that the parameter I needed to set is called
do_symlinks rather than no_symlinks.  Patch attached.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.13.2-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-base depends on:
ii  debconf  1.5.63

linux-base recommends no packages.

linux-base suggests no packages.


>From ca0c57a5213074261ce8e07a42533d79f8b0675d Mon Sep 17 00:00:00 2001
From: Sven Joachim <svenjoac@gmx.de>
Date: Tue, 19 Sep 2017 20:36:55 +0200
Subject: [PATCH] Fix typo in linux-update-symlinks.1

---
 man/linux-update-symlinks.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/linux-update-symlinks.1 b/man/linux-update-symlinks.1
index 97754db..c6ea4dc 100644
--- a/man/linux-update-symlinks.1
+++ b/man/linux-update-symlinks.1
@@ -31,7 +31,7 @@ Specifies the directory in which to maintain symlinks
 .B link_in_boot
 If set to a true value, specifies that the directory is \fI/boot\fR
 .TP
-.B no_symlinks
+.B do_symlinks
 If set to a false value, disables maintenance of symlinks
 .PD 1
 .PP
-- 
2.14.1


Reply to: