Przeglądaj źródła

man: Do not change point size for variables or acronyms

Mark variables as bold (but not in examples), and leave acronyms
unmarked.
Guillem Jover 13 lat temu
rodzic
commit
2fdcd1c8c7
2 zmienionych plików z 36 dodań i 36 usunięć
  1. 35 35
      man/dpkg-architecture.1
  2. 1 1
      man/dpkg-scansources.1

+ 35 - 35
man/dpkg-architecture.1

@@ -37,7 +37,7 @@ The build architecture is always determined by an external call to
 You can specify the host architecture by providing one or both of the options
 You can specify the host architecture by providing one or both of the options
 \fB\-a\fR and \fB\-t\fR. The default is determined by an external call to
 \fB\-a\fR and \fB\-t\fR. The default is determined by an external call to
 .BR gcc (1),
 .BR gcc (1),
-or the same as the build architecture if \s-1CC\s0 or gcc are both not
+or the same as the build architecture if \fBCC\fP or gcc are both not
 available. One out of \fB\-a\fR and \fB\-t\fR is sufficient, the value of the
 available. One out of \fB\-a\fR and \fB\-t\fR is sufficient, the value of the
 other will be set to a usable default. Indeed, it is often better to only
 other will be set to a usable default. Indeed, it is often better to only
 specify one, because \fBdpkg\-architecture\fP will warn you if your choice
 specify one, because \fBdpkg\-architecture\fP will warn you if your choice
@@ -107,55 +107,55 @@ The machine the package is built on.
 The machine the package is built for.
 The machine the package is built for.
 .IP "Debian architecture" 4
 .IP "Debian architecture" 4
 The Debian architecture string, which specifies the binary tree in the
 The Debian architecture string, which specifies the binary tree in the
-\s-1FTP\s0 archive. Examples: i386, sparc, hurd\-i386.
+FTP archive. Examples: i386, sparc, hurd\-i386.
 .IP "architecture wildcard" 4
 .IP "architecture wildcard" 4
 An architecture wildcard is a special architecture string that will match
 An architecture wildcard is a special architecture string that will match
 any real architecture being part of it. The general form is <kernel>\-<cpu>.
 any real architecture being part of it. The general form is <kernel>\-<cpu>.
 Examples: linux\-any, any\-i386, hurd\-any.
 Examples: linux\-any, any\-i386, hurd\-any.
-.IP "\s-1GNU\s0 system type" 4
+.IP "GNU system type" 4
 An architecture specification string consisting of two parts separated by
 An architecture specification string consisting of two parts separated by
 a dash: cpu and system. Examples: i386\-linux\-gnu, sparc\-linux\-gnu,
 a dash: cpu and system. Examples: i386\-linux\-gnu, sparc\-linux\-gnu,
 i386\-gnu, x86_64\-netbsd.
 i386\-gnu, x86_64\-netbsd.
 .
 .
 .SH VARIABLES
 .SH VARIABLES
 The following variables are set by \fBdpkg\-architecture\fP:
 The following variables are set by \fBdpkg\-architecture\fP:
-.IP "\s-1DEB_BUILD_ARCH\s0" 4
+.IP "\fBDEB_BUILD_ARCH\fP" 4
 The Debian architecture of the build machine.
 The Debian architecture of the build machine.
-.IP "\s-1DEB_BUILD_ARCH_OS\s0" 4
+.IP "\fBDEB_BUILD_ARCH_OS\fP" 4
 The Debian system name of the build machine (since dpkg 1.13.2).
 The Debian system name of the build machine (since dpkg 1.13.2).
-.IP "\s-1DEB_BUILD_ARCH_CPU\s0" 4
+.IP "\fBDEB_BUILD_ARCH_CPU\fP" 4
 The Debian cpu name of the build machine (since dpkg 1.13.2).
 The Debian cpu name of the build machine (since dpkg 1.13.2).
-.IP "\s-1DEB_BUILD_ARCH_BITS\s0" 4
+.IP "\fBDEB_BUILD_ARCH_BITS\fP" 4
 The pointer size of the build machine (in bits; since dpkg 1.15.4).
 The pointer size of the build machine (in bits; since dpkg 1.15.4).
-.IP "\s-1DEB_BUILD_ARCH_ENDIAN\s0" 4
+.IP "\fBDEB_BUILD_ARCH_ENDIAN\fP" 4
 The endianness of the build machine (little / big; since dpkg 1.15.4).
 The endianness of the build machine (little / big; since dpkg 1.15.4).
-.IP "\s-1DEB_BUILD_GNU_CPU\s0" 4
-The \s-1CPU\s0 part of \s-1DEB_BUILD_GNU_TYPE\s0.
-.IP "\s-1DEB_BUILD_GNU_SYSTEM\s0" 4
-The System part of \s-1DEB_BUILD_GNU_TYPE\s0.
-.IP "\s-1DEB_BUILD_GNU_TYPE\s0" 4
-The \s-1GNU\s0 system type of the build machine.
-.IP "\s-1DEB_BUILD_MULTIARCH\s0" 4
-The clarified \s-1GNU\s0 system type of the build machine, used for filesystem
+.IP "\fBDEB_BUILD_GNU_CPU\fP" 4
+The CPU part of \fBDEB_BUILD_GNU_TYPE\fP.
+.IP "\fBDEB_BUILD_GNU_SYSTEM\fP" 4
+The System part of \fBDEB_BUILD_GNU_TYPE\fP.
+.IP "\fBDEB_BUILD_GNU_TYPE\fP" 4
+The GNU system type of the build machine.
+.IP "\fBDEB_BUILD_MULTIARCH\fP" 4
+The clarified GNU system type of the build machine, used for filesystem
 paths (since dpkg 1.16.0).
 paths (since dpkg 1.16.0).
-.IP "\s-1DEB_HOST_ARCH\s0" 4
+.IP "\fBDEB_HOST_ARCH\fP" 4
 The Debian architecture of the host machine.
 The Debian architecture of the host machine.
-.IP "\s-1DEB_HOST_ARCH_OS\s0" 4
+.IP "\fBDEB_HOST_ARCH_OS\fP" 4
 The Debian system name of the host machine (since dpkg 1.13.2).
 The Debian system name of the host machine (since dpkg 1.13.2).
-.IP "\s-1DEB_HOST_ARCH_CPU\s0" 4
+.IP "\fBDEB_HOST_ARCH_CPU\fP" 4
 The Debian cpu name of the host machine (since dpkg 1.13.2).
 The Debian cpu name of the host machine (since dpkg 1.13.2).
-.IP "\s-1DEB_HOST_ARCH_BITS\s0" 4
+.IP "\fBDEB_HOST_ARCH_BITS\fP" 4
 The pointer size of the host machine (in bits; since dpkg 1.15.4).
 The pointer size of the host machine (in bits; since dpkg 1.15.4).
-.IP "\s-1DEB_HOST_ARCH_ENDIAN\s0" 4
+.IP "\fBDEB_HOST_ARCH_ENDIAN\fP" 4
 The endianness of the host machine (little / big; since dpkg 1.15.4).
 The endianness of the host machine (little / big; since dpkg 1.15.4).
-.IP "\s-1DEB_HOST_GNU_CPU\s0" 4
-The \s-1CPU\s0 part of \s-1DEB_HOST_GNU_TYPE\s0.
-.IP "\s-1DEB_HOST_GNU_SYSTEM\s0" 4
-The System part of \s-1DEB_HOST_GNU_TYPE\s0.
-.IP "\s-1DEB_HOST_GNU_TYPE\s0" 4
-The \s-1GNU\s0 system type of the host machine.
-.IP "\s-1DEB_HOST_MULTIARCH\s0" 4
-The clarified \s-1GNU\s0 system type of the host machine, used for filesystem
+.IP "\fBDEB_HOST_GNU_CPU\fP" 4
+The CPU part of \fBDEB_HOST_GNU_TYPE\fP.
+.IP "\fBDEB_HOST_GNU_SYSTEM\fP" 4
+The System part of \fBDEB_HOST_GNU_TYPE\fP.
+.IP "\fBDEB_HOST_GNU_TYPE\fP" 4
+The GNU system type of the host machine.
+.IP "\fBDEB_HOST_MULTIARCH\fP" 4
+The clarified GNU system type of the host machine, used for filesystem
 paths (since dpkg 1.16.0).
 paths (since dpkg 1.16.0).
 .
 .
 .SH FILES
 .SH FILES
@@ -192,19 +192,19 @@ package:
 Retrieving the GNU system type and forwarding it to ./configure:
 Retrieving the GNU system type and forwarding it to ./configure:
 .IP
 .IP
 .nf
 .nf
-\&\s-1DEB_BUILD_GNU_TYPE\s0 := $(shell dpkg\-architecture \-qDEB_BUILD_GNU_TYPE)
-\&\s-1DEB_HOST_GNU_TYPE\s0 := $(shell dpkg\-architecture \-qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE := $(shell dpkg\-architecture \-qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE := $(shell dpkg\-architecture \-qDEB_HOST_GNU_TYPE)
 [...]
 [...]
-configure \-\-build=$(\s-1DEB_BUILD_GNU_TYPE\s0) \-\-host=$(\s-1DEB_HOST_GNU_TYPE\s0)
+configure \-\-build=$(DEB_BUILD_GNU_TYPE) \-\-host=$(DEB_HOST_GNU_TYPE)
 .fi
 .fi
 .PP
 .PP
 
 
 Doing something only for a specific architecture:
 Doing something only for a specific architecture:
 .IP
 .IP
 .nf
 .nf
-\&\s-1DEB_HOST_ARCH\s0 := $(shell dpkg\-architecture \-qDEB_HOST_ARCH)
+DEB_HOST_ARCH := $(shell dpkg\-architecture \-qDEB_HOST_ARCH)
 
 
-ifeq ($(\s-1DEB_HOST_ARCH\s0),alpha)
+ifeq ($(DEB_HOST_ARCH),alpha)
   [...]
   [...]
 endif
 endif
 .fi
 .fi
@@ -218,7 +218,7 @@ set all the variables that \fBdpkg\-architecture\fP can provide:
 .nf
 .nf
 include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/architecture.mk
 
 
-ifeq ($(\s-1DEB_HOST_ARCH\s0),alpha)
+ifeq ($(DEB_HOST_ARCH),alpha)
   [...]
   [...]
 endif
 endif
 .fi
 .fi

+ 1 - 1
man/dpkg-scansources.1

@@ -38,7 +38,7 @@ The \fIoverride-file\fR, if given, is used to set priorities in the resulting
 index records and to override the maintainer field given in the \fI.dsc\fR
 index records and to override the maintainer field given in the \fI.dsc\fR
 files. The file can be compressed. See
 files. The file can be compressed. See
 .BR deb\-override (5)
 .BR deb\-override (5)
-for the format of this file. \s-1NB:\s0  Since
+for the format of this file. Note: Since
 the override file is indexed by binary, not source packages, there's a bit
 the override file is indexed by binary, not source packages, there's a bit
 of a problem here. The current implementation uses the highest priority of
 of a problem here. The current implementation uses the highest priority of
 all the binary packages produced by a \fI.dsc\fR file for the priority of the
 all the binary packages produced by a \fI.dsc\fR file for the priority of the