mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
describe %% in rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2198d896e
commit
3863e54bbf
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ sign_bits(int base, const char *p)
|
|||
* s | Argument is a string to be substituted. If the format
|
||||
* | sequence contains a precision, at most that many characters
|
||||
* | will be copied.
|
||||
* % | A percent sign itself will be displayed. No argument taken.
|
||||
*
|
||||
* The flags modifies the behavior of the formats.
|
||||
* The flag characters are:
|
||||
|
|
Loading…
Reference in a new issue