Package: mime-support Version: 3.63 Severity: minor Tags: patch Fix lines with a misused two-font macro.
--- update-mime.8 2019-08-18 18:29:05.000000000 +0000 +++ update-mime.8.new 2019-08-18 18:33:05.000000000 +0000 @@ -17,7 +17,7 @@ file to reflect mime information changed installation or removal. .SS OPTIONS -.BI \-\-local +.B \-\-local Generate files in the current user's home directory instead of the .I /etc directory. This allows users to create a custom ordering configuration and get @@ -34,7 +34,7 @@ The order of entries in the file can be altered by editing the .I /etc/mailcap.order file. Please see the -.BR mailcap.order(5) +.BR mailcap.order (5) man page for more information. .SH CREATING ENTRIES @@ -67,7 +67,7 @@ rules using the default priority will ge that rule a "last resort". .SS Commands .TP -.BI <program-string> +.I <program-string> Specifies the program to run to view a file of the given content-type. .B This option setting cannot be omitted. An implicit "view=" can be considered before it. When writing an @@ -75,7 +75,7 @@ entry that has no viewer, use a value of .I false in this space. .TP -.BI compose=<program-string> +.BI compose= <program-string> The "compose" command may be used to specify a program that can be used to compose a new body or body part in the given format. Its intended use is to support mail composing agents that support the @@ -84,7 +84,7 @@ The result of the composing program may suitable for mail transport -- that is, a Content-Transfer-Encoding may need to be applied to the data. .TP -.BI composetyped=<program-string> +.BI composetyped= <program-string> The "composetyped" command is similar to "compose", but is to be used when the composing program needs to specify the Content-type header field to be applied to the composed data. The "compose" option is @@ -95,19 +95,19 @@ auxiliary parameters, and the compositio enough about mail formats to produce output that includes the mail type information. .TP -.BI edit=<program-string> +.BI edit= <program-string> The "edit" command may be used to specify a program that can be used to edit a body or body part in the given format. In many cases, it may be identical in content to the "compose" command. .TP -.BI print=<program-string> +.BI print= <program-string> The "print" command may be used to specify a program that can be used to print a message or body part in the given format. .SS Modifiers These options are modifiers to all the commands specified on the command line. .TP -.BI test=<conditional> +.BI test= <conditional> The "test" option may be used to test some external condition (e.g., the machine architecture, or the window system in use) to determine whether or not the mailcap line applies. It specifies a program to be @@ -126,7 +126,7 @@ environment variable, please use one of: Many programs recognize these strings and optimize for them. .TP -.BI needsterminal +.B needsterminal The "needsterminal" option, if given, indicates that the commands must be run on an interactive terminal. This is needed to inform window-oriented user agents that an interactive terminal is needed. (The decision is @@ -139,7 +139,7 @@ will be executed, and will typically cau window when not executed on either a real terminal or a terminal window. .TP -.BI copiousoutput +.B copiousoutput The "copiousoutput" option, if given, indicates that the output from the view-command will be an extended stream of output and is to be interpreted as advice to the UA (User Agent mail-reading program) that @@ -150,12 +150,12 @@ specified. These options provide additional information about the given content-type. .TP -.BI description=<string> +.BI description= <string> The "description" option simply provides a textual description that describes the type of data, to be used optionally by mail readers that wish to describe the data before offering to display it. .TP -.BI textualnewlines +.B textualnewlines The "textualnewlines" option, if given, indicates that this type of data is line-oriented and that, if encoded in a binary format, all newlines should be converted to canonical form (CRLF) before encoding, @@ -163,12 +163,12 @@ and will be in that form after decoding. only if there is line-oriented data of some type other than text/* or non-line-oriented data that is a subtype of text. .TP -.BI x11-bitmap=<pathname> +.BI x11-bitmap= <pathname> The "x11-bitmap" option names a file, in X11 bitmap (xbm) format, which points to an appropriate icon to be used to visually denote the presence of this kind of data. .TP -.BI nametemplate=<string> +.BI nametemplate= <string> The "nametemplate" option gives a file name format, in which %s will be replaced by a short unique string to give the name of the temporary file to be passed to the viewing command. This is only expected to be -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.37-6 (SMP w/2 CPU cores) Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), LANGUAGE=is_IS.iso88591 (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) mime-support depends on no packages. Versions of packages mime-support recommends: ii bzip2 1.0.6-9.2 ii file 1:5.37-5 ii xz-utils 5.2.4-1 mime-support suggests no packages. -- no debconf information -- Bjarni I. Gislason

