From 04de03123bad3016838be1962bfb01ae68777562 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 23 Jun 2001 15:00:26 +0000 Subject: document ll, depreciate q --- lib/libc/stdio/printf.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index f58ea647a42..afa7c1866bd 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.34 2001/06/05 21:18:56 pjanzen Exp $ +.\" $OpenBSD: printf.3,v 1.35 2001/06/23 15:00:25 provos Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -369,8 +369,8 @@ conversion corresponds to a pointer to a .Li long int argument. .It -The optional character -.Cm q , +The optional character sequence +.Cm \&ll , specifying that a following .Cm d , .Cm i , @@ -387,7 +387,9 @@ argument, or that a following .Cm n conversion corresponds to a pointer to a .Li quad int -argument. +argument. The use of +.Cm q +has been depreciated as conversion character. .It The character .Cm L -- cgit v1.2.3