This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 8a3558d6b2bd62cab93a6596cceb625962d572a8 Author: Guillem Jover <[email protected]> Date: Mon Sep 26 02:23:17 2016 +0200 man: Turn the u-a(1) --query example item into a sub-section This makes it more clear that this is not another field, but an entire sub-section of its own. --- debian/changelog | 1 + man/update-alternatives.1 | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 107626a..a767cce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium - Add version when "new" substvars were introduced in deb-substvars(5). - Switch deb-triggers(5) types into a proper list. - Itemize --log format entries in dpkg(1). + - Turn the update-alternatives(1) --query example item into a sub-section. * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/update-alternatives.1 b/man/update-alternatives.1 index 99e9a56..f33cbb0 100644 --- a/man/update-alternatives.1 +++ b/man/update-alternatives.1 @@ -441,8 +441,7 @@ associated to the master link of the alternative. There is one slave per line. Each line contains one space, the generic name of the slave alternative, another space, and the path to the slave alternative. . -.TP -.BR Example +.SS Example .nf $ update\-alternatives \-\-query editor Name: editor -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

