Deleted Added
full compact
printf.1 (1591) printf.1 (15163)
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 188 unchanged lines hidden (view full) ---

197.Ar argument
198supplies the field width or precision.
199.Pp
200The format characters and their meanings are:
201.Bl -tag -width Fl
202.It Cm diouXx
203The
204.Ar argument
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 188 unchanged lines hidden (view full) ---

197.Ar argument
198supplies the field width or precision.
199.Pp
200The format characters and their meanings are:
201.Bl -tag -width Fl
202.It Cm diouXx
203The
204.Ar argument
205is printed as a signed decimal (d or i), unsigned decimal, unsigned octal,
205is printed as a signed decimal (d or i), unsigned octal, unsigned decimal,
206or unsigned hexadecimal (X or x), respectively.
207.It Cm f
208The
209.Ar argument
210is printed in the style `[\-]ddd.ddd' where the number of d's
211after the decimal point is equal to the precision specification for
212the argument.
213If the precision is missing, 6 digits are given; if the precision

--- 59 unchanged lines hidden ---
206or unsigned hexadecimal (X or x), respectively.
207.It Cm f
208The
209.Ar argument
210is printed in the style `[\-]ddd.ddd' where the number of d's
211after the decimal point is equal to the precision specification for
212the argument.
213If the precision is missing, 6 digits are given; if the precision

--- 59 unchanged lines hidden ---