diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-13 10:37:11 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-13 10:37:11 +0000 |
commit | d8b504e33c7ed51c42de63ed056d5e214f1de1a2 (patch) | |
tree | ca757f6ce376e8359ac852ca0d0f4487f54f727c | |
parent | 0f8500a5b35fc032d2fdab1d8c94bd842bc6ce3e (diff) |
Notes
-rw-r--r-- | lib/libc/sys/aio_cancel.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_error.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_read.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_return.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_suspend.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/aio_write.2 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2 index c9c5b04ddd61..08102cf9d861 100644 --- a/lib/libc/sys/aio_cancel.2 +++ b/lib/libc/sys/aio_cancel.2 @@ -94,7 +94,7 @@ is an invalid file descriptor. The .Fn aio_cancel system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The diff --git a/lib/libc/sys/aio_error.2 b/lib/libc/sys/aio_error.2 index 0d1e1defebc3..02b0caab5b40 100644 --- a/lib/libc/sys/aio_error.2 +++ b/lib/libc/sys/aio_error.2 @@ -87,7 +87,7 @@ The .Fn aio_error system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2 index 749044a7f03e..01b2af97bc95 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 diff --git a/lib/libc/sys/aio_return.2 b/lib/libc/sys/aio_return.2 index 07bc0ae75399..4d7282f8623b 100644 --- a/lib/libc/sys/aio_return.2 +++ b/lib/libc/sys/aio_return.2 @@ -91,7 +91,7 @@ The .Fn aio_return system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2 index d8e74a95e14b..ec5e5db11c58 100644 --- a/lib/libc/sys/aio_suspend.2 +++ b/lib/libc/sys/aio_suspend.2 @@ -101,7 +101,7 @@ The .Fn aio_suspend system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2 index 7148c7fd0303..e417f828b3db 100644 --- a/lib/libc/sys/aio_write.2 +++ b/lib/libc/sys/aio_write.2 @@ -189,7 +189,7 @@ The .Fn aio_write system call is expected to conform to the -.St -p1003.2 +.St -p1003.1 standard. .Sh HISTORY The |