diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-01 17:46:39 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-07-01 17:46:39 +0000 | 
| commit | 5e17038f01c44b574ea92319e10d5b1fd36805ca (patch) | |
| tree | e26708d0c17306e858563a82ed67bb9ffe59e0be /lib/libc/stdio/scanf.3 | |
| parent | 2ee7aa117913cb61b1e3b6ee2726d027615659bf (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/scanf.3')
| -rw-r--r-- | lib/libc/stdio/scanf.3 | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index e262d421053a..a9bbc4124e2a 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -171,6 +171,15 @@ and the next pointer is a pointer to  (This type is not implemented; the  .Cm L  flag is currently ignored.) +.It Cm q +Indicates either that the conversion will be one of +.Cm dioux +or +.Cm n +and the next pointer is a pointer to a +.Em long long int +(rather than +.Em int ) ,  .El  .Pp  In addition to these flags, | 
