Last-Update: 2014-03-07
Forwarded: no
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: minor lintianisation patch for W:'hyphen-used-as-minus-sign'

--- a/man/autofs.5
+++ b/man/autofs.5
@@ -21,9 +21,9 @@
 This is a description of the text file format.  Other methods of specifying
 these files may exist.  All empty lines or lines beginning with # are
 ignored. The basic format of one line in such maps is:
 .P
-.BI "key [" -options "] location"
+.BI "key [" \-options "] location"
 
 .SS key
 For indirect mounts this is the part of the path name between the mount point
 and the path into the filesystem when it is mounted. Usually you can think about the
@@ -39,22 +39,22 @@
 from SunOS).  The options are a list of comma separated options as
 customary for the
 .BR mount (8)
 command. There are two special options
-.I -fstype=
+.I \-fstype=
 used to specify a filesystem type if the filesystem is not of the default
 NFS type.  This option is processed by the automounter and not by the mount
 command.
-.I -strict
+.I \-strict
 is used to treat errors when mounting file systems as fatal. This is important when
 multiple file systems should be mounted (`multi-mounts'). If this option
 is given, no file system is mounted at all if at least one file system
 can't be mounted.
-.I -use-weight-only
+.I \-use-weight-only
 is used to make the weight the sole factor in selecting a server when multiple
 servers are present in a map entry.
 and
-.I -no-use-weight-only
+.I \-no-use-weight-only
 can be used to negate the option if it is present in the master map entry
 for the map but is not wanted for the given mount.
 
 .SS location
@@ -71,15 +71,15 @@
 .sp
 .RS +.2i
 .ta 1.0i 3.0i
 .nf
-kernel	-ro,soft,intr	ftp.kernel.org:/pub/linux
-boot	-fstype=ext2	:/dev/hda1
-windoze	-fstype=smbfs	://windoze/c
-removable	-fstype=ext2	:/dev/hdd
-cd	-fstype=iso9660,ro	:/dev/hdc
-floppy	-fstype=auto	:/dev/fd0
-server	-rw,hard,intr	/ -ro myserver.me.org:/ \\
+kernel	\-ro,soft,intr	ftp.kernel.org:/pub/linux
+boot	\-fstype=ext2	:/dev/hda1
+windoze	\-fstype=smbfs	://windoze/c
+removable	\-fstype=ext2	:/dev/hdd
+cd	\-fstype=iso9660,ro	:/dev/hdc
+floppy	\-fstype=auto	:/dev/fd0
+server	\-rw,hard,intr	/ \-ro myserver.me.org:/ \\
 			/usr myserver.me.org:/usr \\
 			/home myserver.me.org:/home
 .fi
 .RE
@@ -103,9 +103,9 @@
 .sp
 .RS +.2i
 .ta 1.0i 3.0i
 .nf
-floppy-vfat  -fstype=vfat,sync,gid=floppy,umask=002  :/dev/fd0
+floppy-vfat  \-fstype=vfat,sync,gid=floppy,umask=002  :/dev/fd0
 .fi
 .RE
 .sp
 Direct map:
@@ -149,14 +149,14 @@
 .sp
 .RS +.2i
 .ta 1.5i
 .nf
-ARCH	Architecture (uname -m)
+ARCH	Architecture (uname \-m)
 CPU	Processor Type
-HOST	Hostname (uname -n)
-OSNAME	Operating System (uname -s)
-OSREL	Release of OS (uname -r)
-OSVERS	Version of OS (uname -v)
+HOST	Hostname (uname \-n)
+OSNAME	Operating System (uname \-s)
+OSREL	Release of OS (uname \-r)
+OSVERS	Version of OS (uname \-v)
 .fi
 .RE
 .sp
 autofs provides additional variables that are set based on the
@@ -178,9 +178,9 @@
 a prefix of "AUTOFS_" to prevent interpreted languages like python from
 being able to load and execute arbitray code from a user home directory.
 .RE
 .sp
-Additional entries can be defined with the -Dvariable=Value map-option to
+Additional entries can be defined with the \-Dvariable=Value map-option to
 .BR automount (8).
 .SS Executable Maps
 A map can be marked as executable. A
 .B program
--- a/man/auto.master.5.in
+++ b/man/auto.master.5.in
@@ -257,19 +257,19 @@
 user setting these standard environment variables opens automount(8) to
 potential user privilege escalation when the program map is written in a
 language that can load components from, for example, a user home directory
 (program default "no").
-.SH BUILTIN MAP -hosts
-If "-hosts" is given as the map then accessing a key under the mount point
+.SH BUILTIN MAP \-hosts
+If "\-hosts" is given as the map then accessing a key under the mount point
 which corresponds to a hostname will allow access to the exports of that
 host. The hosts map cannot be dynamically updated and requires a HUP signal
 to be sent to the daemon for it to check hosts for an update. Due to possible
 hierarchic dependencies within a mount tree, it might not be completely
 updated during the HUP signal processing.
 .P
 For example, with an entry in the master map of
 .nh
-.B /net  -hosts
+.B /net  \-hosts
 .hy
 accessing /net/myserver will mount exports from myserver on directories below
 /net/myserver.
 .P
