make -> mk
change %u from verb to flag.
This commit is contained in:
parent
16a7096669
commit
58611a1bbf
2 changed files with 9 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ static Convfmt knownfmt[] = {
|
|||
'p', __ifmt,
|
||||
'r', __errfmt,
|
||||
's', __strfmt,
|
||||
'u', __ifmt, /* in Plan 9, __flagfmt */
|
||||
'u', __flagfmt, /* in Unix, __ifmt */
|
||||
'x', __ifmt,
|
||||
0, nil,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue