posix_memalign.3, loop.4: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 00:15:02 +02:00
parent 3e105e072d
commit d8026103cb
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ does not modify
on failure.
A requirement standardizing this behavior was added in POSIX.1-2016.
.\" http://austingroupbugs.net/view.php?id=520
.SH "ERRORS"
.SH ERRORS
.TP
.B EINVAL
The

View File

@ -288,6 +288,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
.SH "SEE ALSO"
.SH SEE ALSO
.BR losetup (8),
.BR mount (8)