ソースを参照

Dpkg: Add POD markup

Guillem Jover 10 年 前
コミット
df36f0eef9
共有2 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 1 1
      scripts/Dpkg/Control.pm
  2. 2 2
      scripts/Dpkg/Vendor/Default.pm

+ 1 - 1
scripts/Dpkg/Control.pm

@@ -83,7 +83,7 @@ in a Debian source package.
 
 =item CTRL_REPO_RELEASE
 
-Corresponds to a Release file in a repository.
+Corresponds to a F<Release> file in a repository.
 
 =item CTRL_INDEX_SRC
 

+ 2 - 2
scripts/Dpkg/Vendor/Default.pm

@@ -99,13 +99,13 @@ list of vendor-specific keyrings.
 
 The hook is called when dpkg-checkbuilddeps is initializing the source
 package build dependencies (since dpkg 1.18.2). It takes no parameters,
-but returns a (possibly empty) list of vendor-specific Build-Depends.
+but returns a (possibly empty) list of vendor-specific B<Build-Depends>.
 
 =item builtin-build-conflicts ()
 
 The hook is called when dpkg-checkbuilddeps is initializing the source
 package build conflicts (since dpkg 1.18.2). It takes no parameters,
-but returns a (possibly empty) list of vendor-specific Build-Conflicts.
+but returns a (possibly empty) list of vendor-specific B<Build-Conflicts>.
 
 =item register-custom-fields ()