indicated by the
.I "int *"
(or variant) pointer argument. No argument is converted.
+.TP
+.B m
+(Glibc extension.) Print output of
+.IR strerror(errno) .
+No argument is required.
.TP
.B %
A `%' is written. No argument is converted. The complete conversion
locale, %m$ and *m$.
It knows about the length modifiers h,l,L,Z,q, but accepts L and q
both for long doubles and for long long integers (this is a bug).
-It no longer recognizes FDOU, but adds a new conversion character
+It no longer recognizes FDOU, but adds the conversion character
.BR m ,
which outputs
.IR strerror(errno) .