diff options
author | jasone <jasone@FreeBSD.org> | 2000-05-03 08:50:43 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-05-03 08:50:43 +0000 |
commit | 2ba660079d6f7c6daa49a01ae2394bd86c1cf68e (patch) | |
tree | 16e5f1cb4233fc3e27cee7b605385d50c84d7e94 /share/man | |
parent | c7feb175725898650e653125977fd06936707337 (diff) | |
download | FreeBSD-src-2ba660079d6f7c6daa49a01ae2394bd86c1cf68e.zip FreeBSD-src-2ba660079d6f7c6daa49a01ae2394bd86c1cf68e.tar.gz |
Add missing .El macro.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/pthread_attr.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/pthread_attr.3 b/share/man/man3/pthread_attr.3 index 27e1bf63..9e3bb74 100644 --- a/share/man/man3/pthread_attr.3 +++ b/share/man/man3/pthread_attr.3 @@ -112,6 +112,7 @@ will fail if: .It Bq Er EINVAL Invalid value for .Fa attr . +.El .Fn pthread_attr_setstacksize will fail if: |