diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 16:33:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 16:33:00 +0000 |
| commit | c5e7e03a143ca33bf523994e766d62892780abcf (patch) | |
| tree | f3cc9ce3cc3de852dbe1aac3ee5da537f31fb359 /lib/libpthread/man | |
| parent | 8af1452cf8dd1b33da881f84e445d5981eaa9613 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/man')
| -rw-r--r-- | lib/libpthread/man/pthread_attr.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_condattr.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_kill.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_mutexattr.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_schedparam.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/pthread_sigmask.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_destroy.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_getvalue.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_init.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_open.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_post.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sem_wait.3 | 2 | ||||
| -rw-r--r-- | lib/libpthread/man/sigwait.3 | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/lib/libpthread/man/pthread_attr.3 b/lib/libpthread/man/pthread_attr.3 index 54d4344e6ae0..5412c5913328 100644 --- a/lib/libpthread/man/pthread_attr.3 +++ b/lib/libpthread/man/pthread_attr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/pthread_condattr.3 b/lib/libpthread/man/pthread_condattr.3 index d117c7505642..28df565c60f2 100644 --- a/lib/libpthread/man/pthread_condattr.3 +++ b/lib/libpthread/man/pthread_condattr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/pthread_kill.3 b/lib/libpthread/man/pthread_kill.3 index a18a969cdd75..7a33cf6c6016 100644 --- a/lib/libpthread/man/pthread_kill.3 +++ b/lib/libpthread/man/pthread_kill.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3 index 555cdd4735db..707984606094 100644 --- a/lib/libpthread/man/pthread_mutexattr.3 +++ b/lib/libpthread/man/pthread_mutexattr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3 index 96287e5b6e7b..50c556f2824a 100644 --- a/lib/libpthread/man/pthread_schedparam.3 +++ b/lib/libpthread/man/pthread_schedparam.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3 index 6af3464edc76..2b23d3ba8149 100644 --- a/lib/libpthread/man/pthread_sigmask.3 +++ b/lib/libpthread/man/pthread_sigmask.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3 index 29e9bd86c8b5..82f0946da621 100644 --- a/lib/libpthread/man/sem_destroy.3 +++ b/lib/libpthread/man/sem_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_getvalue.3 b/lib/libpthread/man/sem_getvalue.3 index 98674e6c79ee..2ad564642e0d 100644 --- a/lib/libpthread/man/sem_getvalue.3 +++ b/lib/libpthread/man/sem_getvalue.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_init.3 b/lib/libpthread/man/sem_init.3 index 87068adf0038..6226edc3b485 100644 --- a/lib/libpthread/man/sem_init.3 +++ b/lib/libpthread/man/sem_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3 index eec5a5798a0d..b735a56a96cb 100644 --- a/lib/libpthread/man/sem_open.3 +++ b/lib/libpthread/man/sem_open.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3 index bc0a031204bf..ca6bf6df4a00 100644 --- a/lib/libpthread/man/sem_post.3 +++ b/lib/libpthread/man/sem_post.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3 index 397cbfe1663f..61a21be84aed 100644 --- a/lib/libpthread/man/sem_wait.3 +++ b/lib/libpthread/man/sem_wait.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3 index bd46b1ca9614..fba1f67d3fdf 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. +.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without |
