POSIX 2013 audit

Mostly manpage-shuffling according to the changes in the corrigendum,
wording changes and more idiomatic expressions.
All this is finished up by marking the POSIX 2013 conformant tools
with
.St -p1003.1-2013
which is not available in older mandoc builds or nroff, but which
reflects what we actually did, so who cares?

This is a huge step and it's not far until we can release sbase 0.1.
This commit is contained in:
FRIGN
2015-03-27 17:22:48 +01:00
parent 06b663234f
commit 57dc7b94b0
60 changed files with 219 additions and 194 deletions

View File

@@ -1,4 +1,4 @@
.Dd February 15, 2015
.Dd March 27, 2015
.Dt PRINTF 1
.Os sbase
.Sh NAME
@@ -28,6 +28,6 @@ format specifications ending with csdiouxXaAeEfFgG, including variable width and
The
.Nm
utility is compliant with the
.St -p1003.1-2008
.St -p1003.1-2013
specification except from the octal-escape format in %b format strings, which has been changed
from \e0[ooo] to \eo[oo] for consistency reasons.