diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
| commit | 8e234adf862f8cda5ed370b933224162cc19527a (patch) | |
| tree | a02148a84df03da13181f789ea26946133ef3d6c /lib/libpthread/man | |
| parent | 199b3e83498010f8dbd07951e6b3009581a51916 (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 5e87ba40181f..18740e87bdfa 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@canonware.com>. +.\" 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 ac8c48a8142f..9aa9a52293c1 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@canonware.com>. +.\" 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 2af0c1b8f7a5..233c65b51365 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@canonware.com>. +.\" 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 d1004c7f7d36..dfbc2797d2b0 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@canonware.com>. +.\" 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 bc70bac7fc72..3e2e32ebfb62 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@canonware.com>. +.\" 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 645b3227b616..73aa69a86564 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@canonware.com>. +.\" 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 59889a282fde..56e92047fb66 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@canonware.com>. +.\" 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 5f59b06aa4f2..9e2c5602661a 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@canonware.com>. +.\" 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 b48cca17a302..2449ce0d7295 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@canonware.com>. +.\" 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 b2fe7ff26adf..a948bdc38355 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@canonware.com>. +.\" 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 e877933250fd..906d86d87c2b 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@canonware.com>. +.\" 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 9c4107e14101..ab085820ec79 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@canonware.com>. +.\" 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 e7ca3a036844..3852bd9e0ed5 100644 --- a/lib/libpthread/man/sigwait.3 +++ b/lib/libpthread/man/sigwait.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Jason Evans <jasone@canonware.com>. +.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without |
