From 0781e038bb6d2f16d975bd8ea298a0893e2a4be8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 3 Jun 2014 21:59:31 -0400 Subject: [PATCH] po: describe more precisely the %B expansion Signed-off-by: Benno Schulenberg Signed-off-by: Theodore Ts'o --- po/at-expand.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/po/at-expand.pl b/po/at-expand.pl index d4427b52..bc1a744c 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -21,10 +21,13 @@ my @translator_help = ( "#. on. A table of these expansions can be found below. Note that\n", "#. %-expressions that begin with \"%D\" and \"%I\" are two-character\n", "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n", - "#. ownership field (inode->i_uid).\n", + "#. ownership field (inode->i_uid). Also the \"%B\" expansion is special:\n", + "#. it can expand to either the string \"indirect block\" (possibly preceded\n", + "#. by the word \"double\" or \"triple\"), or the string \"block #\" immediately\n", + "#. followed by an integer indicating a block sequence number.\n", "#. \n", "#. %b block number\n", - "#. %B integer\n", + "#. %B \"indirect block\" | \"block #\" string | string+integer\n", "#. %c block number\n", "#. %Di -> ino inode number\n", "#. %Dn -> name string\n",