diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-13 10:37:11 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-13 10:37:11 +0000 |
commit | e47bfa007900b9570365936060e3afbcf2ea1d35 (patch) | |
tree | ca757f6ce376e8359ac852ca0d0f4487f54f727c /lib/libc/sys/aio_read.2 | |
parent | 8d09710e31504d45079ea807ed06b181f1bbabf0 (diff) | |
download | FreeBSD-src-e47bfa007900b9570365936060e3afbcf2ea1d35.zip FreeBSD-src-e47bfa007900b9570365936060e3afbcf2ea1d35.tar.gz |
Refer to 1003.1 instead of 1003.2 in the Standards section.
Diffstat (limited to 'lib/libc/sys/aio_read.2')
-rw-r--r-- | lib/libc/sys/aio_read.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2 index 749044a..01b2af9 100644 --- a/lib/libc/sys/aio_read.2 +++ b/lib/libc/sys/aio_read.2 @@ -196,7 +196,7 @@ would be invalid. The .Fn aio_read system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The |