]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: ffix (un-bracket tables)
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Thu, 20 Jul 2023 02:06:12 +0000 (21:06 -0500)
committerAlejandro Colomar <alx@kernel.org>
Thu, 20 Jul 2023 13:27:21 +0000 (15:27 +0200)
*  Stop disabling adjustment and automatic hyphenation before tables,
   and incorrectly "restoring" it afterward.  In addition to repetitious
   boilerplate around tables, the `ad` and `hy` requests, when not given
   arguments, do not behave as many man page authors expect.  If
   adjustment was initially disabled when rendering the page, it was
   being activated after `TE` calls, frustrating the desire of the
   reader.  Furthermore, `hy` when given no argument enables automatic
   hyphenation in mode "1", which is not an appropriate value for the
   TeX-based hyphenation patterns for English that groff has used for
   over 30 years.  And analogously to `ad`, a simple `hy` request would
   reactivate automatic hyphenation even if the reader had disabled it.

   Moreover, such fiddling is often unnecessary.  tbl(1) from groff
   1.23.0 describes how tbl(1) has always worked, dating back to Michael
   Lesk's original implementation at Bell Labs in the 1970s.

   "Ordinarily, a table entry is typeset rigidly.  It is not filled,
   broken, hyphenated, adjusted, or populated with additional inter-
   sentence space.  ...  Text blocks are formatted as was the text prior
   to the table, modified by applicable column descriptors.  ...  Add na
   or ad requests to the beginning of a text block to alter its
   adjustment distinctly from other text in the document.  As with other
   table entries, when a text block ends, any alterations to formatting
   parameters are discarded.  They do not affect subsequent table
   entries, not even other text blocks."

*  Apropos of the foregoing, add `na` and `nh` requests to the
   "Interface" columns of MT-safety tables in pages' "ATTRIBUTES"
   sections, so that C function names are not inappropriately hyphenated.

I produced this change with the following GNU sed script.

:start
/^\.ad l/{N;/\n\.nh/{N;/\n\.TS/s/.*/.TS/}}
/^\.TE/{N;/\n\.hy/{N;/\n\.ad/s/.*/.TE/}}
/^Interface.*Attribute.*Value/{N;/\nT{/s/.*/&\n.na\n.nh/
:loop
n
/T{/s/.*/&\n.na\n.nh/
/^\.TE/b start;
b loop
}

Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
525 files changed:
man2/adjtimex.2
man2/clock_getres.2
man2/eventfd.2
man2/getrlimit.2
man2/getrusage.2
man2/mmap.2
man2/sigaltstack.2
man2/utimensat.2
man3/__ppc_set_ppr_med.3
man3/__ppc_yield.3
man3/a64l.3
man3/abort.3
man3/abs.3
man3/acos.3
man3/acosh.3
man3/addseverity.3
man3/adjtime.3
man3/aio_cancel.3
man3/aio_error.3
man3/aio_fsync.3
man3/aio_read.3
man3/aio_return.3
man3/aio_suspend.3
man3/aio_write.3
man3/alloca.3
man3/arc4random.3
man3/argz_add.3
man3/asin.3
man3/asinh.3
man3/asprintf.3
man3/assert.3
man3/assert_perror.3
man3/atan.3
man3/atan2.3
man3/atanh.3
man3/atexit.3
man3/atof.3
man3/atoi.3
man3/backtrace.3
man3/basename.3
man3/bcopy.3
man3/bindresvport.3
man3/bsd_signal.3
man3/bsearch.3
man3/btowc.3
man3/byteorder.3
man3/bzero.3
man3/cabs.3
man3/cacos.3
man3/cacosh.3
man3/canonicalize_file_name.3
man3/carg.3
man3/casin.3
man3/casinh.3
man3/catan.3
man3/catanh.3
man3/catgets.3
man3/catopen.3
man3/cbrt.3
man3/ccos.3
man3/ceil.3
man3/cexp.3
man3/cfree.3
man3/cimag.3
man3/clearenv.3
man3/clock.3
man3/clock_getcpuclockid.3
man3/clog.3
man3/clog10.3
man3/closedir.3
man3/confstr.3
man3/conj.3
man3/copysign.3
man3/cos.3
man3/cosh.3
man3/cpow.3
man3/cproj.3
man3/creal.3
man3/crypt.3
man3/csin.3
man3/csinh.3
man3/csqrt.3
man3/ctan.3
man3/ctanh.3
man3/ctermid.3
man3/ctime.3
man3/daemon.3
man3/des_crypt.3
man3/difftime.3
man3/dirfd.3
man3/div.3
man3/dl_iterate_phdr.3
man3/dladdr.3
man3/dlerror.3
man3/dlinfo.3
man3/dlopen.3
man3/dlsym.3
man3/drand48.3
man3/drand48_r.3
man3/dysize.3
man3/ecvt.3
man3/ecvt_r.3
man3/encrypt.3
man3/envz_add.3
man3/erf.3
man3/erfc.3
man3/err.3
man3/error.3
man3/ether_aton.3
man3/euidaccess.3
man3/exec.3
man3/exit.3
man3/exp.3
man3/exp10.3
man3/exp2.3
man3/expm1.3
man3/fabs.3
man3/fclose.3
man3/fcloseall.3
man3/fdim.3
man3/fenv.3
man3/ferror.3
man3/fexecve.3
man3/fflush.3
man3/ffs.3
man3/fgetc.3
man3/fgetgrent.3
man3/fgetpwent.3
man3/fgetwc.3
man3/fgetws.3
man3/fileno.3
man3/finite.3
man3/flockfile.3
man3/floor.3
man3/fma.3
man3/fmax.3
man3/fmemopen.3
man3/fmin.3
man3/fmod.3
man3/fmtmsg.3
man3/fnmatch.3
man3/fopen.3
man3/fopencookie.3
man3/fpathconf.3
man3/fpclassify.3
man3/fpurge.3
man3/fputwc.3
man3/fputws.3
man3/fread.3
man3/frexp.3
man3/fseek.3
man3/fseeko.3
man3/ftime.3
man3/ftok.3
man3/fts.3
man3/ftw.3
man3/futimes.3
man3/gamma.3
man3/gcvt.3
man3/get_nprocs.3
man3/getaddrinfo.3
man3/getaddrinfo_a.3
man3/getauxval.3
man3/getcontext.3
man3/getcwd.3
man3/getdate.3
man3/getdirentries.3
man3/getdtablesize.3
man3/getenv.3
man3/getfsent.3
man3/getgrent.3
man3/getgrent_r.3
man3/getgrnam.3
man3/getgrouplist.3
man3/gethostbyname.3
man3/gethostid.3
man3/getifaddrs.3
man3/getline.3
man3/getloadavg.3
man3/getlogin.3
man3/getmntent.3
man3/getnameinfo.3
man3/getnetent.3
man3/getnetent_r.3
man3/getopt.3
man3/getpass.3
man3/getprotoent.3
man3/getprotoent_r.3
man3/getpt.3
man3/getpw.3
man3/getpwent.3
man3/getpwent_r.3
man3/getpwnam.3
man3/getrpcent.3
man3/getrpcent_r.3
man3/getrpcport.3
man3/gets.3
man3/getservent.3
man3/getservent_r.3
man3/getspnam.3
man3/getsubopt.3
man3/getttyent.3
man3/getusershell.3
man3/getutent.3
man3/getutmp.3
man3/getw.3
man3/getwchar.3
man3/glob.3
man3/gnu_get_libc_version.3
man3/grantpt.3
man3/gsignal.3
man3/hsearch.3
man3/hypot.3
man3/iconv.3
man3/iconv_close.3
man3/iconv_open.3
man3/if_nameindex.3
man3/if_nametoindex.3
man3/ilogb.3
man3/inet.3
man3/inet_ntop.3
man3/inet_pton.3
man3/initgroups.3
man3/insque.3
man3/isalpha.3
man3/isatty.3
man3/isgreater.3
man3/iswalnum.3
man3/iswalpha.3
man3/iswblank.3
man3/iswcntrl.3
man3/iswctype.3
man3/iswdigit.3
man3/iswgraph.3
man3/iswlower.3
man3/iswprint.3
man3/iswpunct.3
man3/iswspace.3
man3/iswupper.3
man3/iswxdigit.3
man3/j0.3
man3/key_setsecret.3
man3/ldexp.3
man3/lio_listio.3
man3/localeconv.3
man3/lockf.3
man3/log.3
man3/log10.3
man3/log1p.3
man3/log2.3
man3/logb.3
man3/login.3
man3/lrint.3
man3/lround.3
man3/lsearch.3
man3/lseek64.3
man3/makecontext.3
man3/makedev.3
man3/mallinfo.3
man3/malloc.3
man3/malloc_get_state.3
man3/malloc_info.3
man3/malloc_stats.3
man3/malloc_trim.3
man3/malloc_usable_size.3
man3/matherr.3
man3/mblen.3
man3/mbrlen.3
man3/mbrtowc.3
man3/mbsinit.3
man3/mbsnrtowcs.3
man3/mbsrtowcs.3
man3/mbstowcs.3
man3/mbtowc.3
man3/mcheck.3
man3/memccpy.3
man3/memchr.3
man3/memcmp.3
man3/memcpy.3
man3/memfrob.3
man3/memmem.3
man3/memmove.3
man3/mempcpy.3
man3/memset.3
man3/mkdtemp.3
man3/mkfifo.3
man3/mkstemp.3
man3/mktemp.3
man3/modf.3
man3/mq_close.3
man3/mq_getattr.3
man3/mq_notify.3
man3/mq_open.3
man3/mq_receive.3
man3/mq_send.3
man3/mq_unlink.3
man3/mtrace.3
man3/nan.3
man3/nextafter.3
man3/nextup.3
man3/nl_langinfo.3
man3/ntp_gettime.3
man3/on_exit.3
man3/open_memstream.3
man3/opendir.3
man3/openpty.3
man3/perror.3
man3/popen.3
man3/posix_fallocate.3
man3/posix_memalign.3
man3/posix_openpt.3
man3/pow.3
man3/pow10.3
man3/printf.3
man3/profil.3
man3/psignal.3
man3/pthread_attr_init.3
man3/pthread_attr_setaffinity_np.3
man3/pthread_attr_setdetachstate.3
man3/pthread_attr_setguardsize.3
man3/pthread_attr_setinheritsched.3
man3/pthread_attr_setschedparam.3
man3/pthread_attr_setschedpolicy.3
man3/pthread_attr_setscope.3
man3/pthread_attr_setsigmask_np.3
man3/pthread_attr_setstack.3
man3/pthread_attr_setstackaddr.3
man3/pthread_attr_setstacksize.3
man3/pthread_cancel.3
man3/pthread_cleanup_push.3
man3/pthread_create.3
man3/pthread_detach.3
man3/pthread_equal.3
man3/pthread_exit.3
man3/pthread_getattr_default_np.3
man3/pthread_getattr_np.3
man3/pthread_getcpuclockid.3
man3/pthread_join.3
man3/pthread_kill.3
man3/pthread_kill_other_threads_np.3
man3/pthread_self.3
man3/pthread_setaffinity_np.3
man3/pthread_setcancelstate.3
man3/pthread_setconcurrency.3
man3/pthread_setname_np.3
man3/pthread_setschedparam.3
man3/pthread_setschedprio.3
man3/pthread_sigmask.3
man3/pthread_sigqueue.3
man3/pthread_testcancel.3
man3/pthread_tryjoin_np.3
man3/pthread_yield.3
man3/ptsname.3
man3/putenv.3
man3/putgrent.3
man3/putpwent.3
man3/puts.3
man3/putwchar.3
man3/qecvt.3
man3/qsort.3
man3/raise.3
man3/rand.3
man3/random.3
man3/random_r.3
man3/rcmd.3
man3/re_comp.3
man3/readdir.3
man3/readdir_r.3
man3/realpath.3
man3/regex.3
man3/remainder.3
man3/remove.3
man3/remquo.3
man3/resolver.3
man3/rewinddir.3
man3/rexec.3
man3/rint.3
man3/round.3
man3/rpc.3
man3/rpmatch.3
man3/rtime.3
man3/scalb.3
man3/scalbln.3
man3/scandir.3
man3/scanf.3
man3/sched_getcpu.3
man3/seekdir.3
man3/sem_close.3
man3/sem_destroy.3
man3/sem_getvalue.3
man3/sem_init.3
man3/sem_open.3
man3/sem_post.3
man3/sem_unlink.3
man3/sem_wait.3
man3/setaliasent.3
man3/setbuf.3
man3/setenv.3
man3/setjmp.3
man3/setlocale.3
man3/setlogmask.3
man3/setnetgrent.3
man3/shm_open.3
man3/siginterrupt.3
man3/signbit.3
man3/significand.3
man3/sigpause.3
man3/sigqueue.3
man3/sigset.3
man3/sigsetops.3
man3/sigvec.3
man3/sigwait.3
man3/sin.3
man3/sincos.3
man3/sinh.3
man3/sleep.3
man3/sockatmark.3
man3/sqrt.3
man3/sscanf.3
man3/statvfs.3
man3/stdarg.3
man3/stdio_ext.3
man3/stpncpy.3
man3/strcasecmp.3
man3/strchr.3
man3/strcmp.3
man3/strcoll.3
man3/strcpy.3
man3/strdup.3
man3/strerror.3
man3/strfmon.3
man3/strfromd.3
man3/strfry.3
man3/strftime.3
man3/strlen.3
man3/strncat.3
man3/strnlen.3
man3/strpbrk.3
man3/strptime.3
man3/strsep.3
man3/strsignal.3
man3/strspn.3
man3/strstr.3
man3/strtod.3
man3/strtoimax.3
man3/strtok.3
man3/strtol.3
man3/strtoul.3
man3/strverscmp.3
man3/strxfrm.3
man3/swab.3
man3/sysconf.3
man3/syslog.3
man3/system.3
man3/sysv_signal.3
man3/tan.3
man3/tanh.3
man3/tcgetpgrp.3
man3/tcgetsid.3
man3/telldir.3
man3/tempnam.3
man3/termios.3
man3/tgamma.3
man3/timegm.3
man3/tmpfile.3
man3/tmpnam.3
man3/toascii.3
man3/toupper.3
man3/towctrans.3
man3/towlower.3
man3/towupper.3
man3/trunc.3
man3/tsearch.3
man3/ttyname.3
man3/ttyslot.3
man3/tzset.3
man3/ualarm.3
man3/ulimit.3
man3/ungetwc.3
man3/unlocked_stdio.3
man3/unlockpt.3
man3/updwtmp.3
man3/usleep.3
man3/wcpcpy.3
man3/wcpncpy.3
man3/wcrtomb.3
man3/wcscasecmp.3
man3/wcscat.3
man3/wcschr.3
man3/wcscmp.3
man3/wcscpy.3
man3/wcscspn.3
man3/wcsdup.3
man3/wcslen.3
man3/wcsncasecmp.3
man3/wcsncat.3
man3/wcsncmp.3
man3/wcsncpy.3
man3/wcsnlen.3
man3/wcsnrtombs.3
man3/wcspbrk.3
man3/wcsrchr.3
man3/wcsrtombs.3
man3/wcsspn.3
man3/wcsstr.3
man3/wcstoimax.3
man3/wcstok.3
man3/wcstombs.3
man3/wcswidth.3
man3/wctob.3
man3/wctomb.3
man3/wctrans.3
man3/wctype.3
man3/wcwidth.3
man3/wmemchr.3
man3/wmemcmp.3
man3/wmemcpy.3
man3/wmemmove.3
man3/wmemset.3
man3/wordexp.3
man3/wprintf.3
man3/xcrypt.3
man3/xdr.3
man3/y0.3
man7/namespaces.7

index 40b05cb0e8f8ae4235dc36bce03567785c0f607b..99f7f5a3e980bacd891ecad31566648b4d7dab77 100644 (file)
@@ -543,6 +543,8 @@ lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR \%ntp_adjtime ()
 T}     Thread safety   MT-Safe
 .TE
index 9fb7ef14d60c4f45d05f50608db42e3c87fda8ec..d449fb2c3db3ba78a11b0dfdf4bab0a4a52c5c47 100644 (file)
@@ -310,21 +310,19 @@ does not have permission to set the clock indicated.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clock_getres (),
 .BR clock_gettime (),
 .BR clock_settime ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX.1 specifies the following:
index e540e3b4325d5c26dc73a10fd4c97d45e5d1905e..2bd781bdfab05f9e70a8c0807ecfd6c032dbfb95 100644 (file)
@@ -249,19 +249,17 @@ eventfd file descriptor.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR eventfd ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS C library/kernel differences
index 5d4e428d10cfc79cd27c1a8e265f76aa0cab7360..bd0869df8c56872ef9916b38e0e6bf7db0ddcab9 100644 (file)
@@ -543,21 +543,19 @@ Could not find a process with the ID specified in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getrlimit (),
 .BR setrlimit (),
 .BR prlimit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index f8b3b35919aabdf5bcda61aee7e01d92deec9c55..67b1e56e0161df1064d4d249b52d36d96374ce8f 100644 (file)
@@ -184,19 +184,17 @@ is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getrusage ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 3d8181ebb59dca4b4532746cb6e9bb11a0d2c9c6..f1ddfe37228f575335c0fd173a76f935055d0019 100644 (file)
@@ -650,20 +650,18 @@ of the page size, see NOTES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mmap (),
 .BR munmap ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On some hardware architectures (e.g., i386),
index b421495414f2c49b76f018b7a98932518a5e066d..75e1ba936a636e649e3d0966c02ce3b7968dc67e 100644 (file)
@@ -196,19 +196,17 @@ on the current alternate signal stack).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigaltstack ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 9a1fb840d146abf640b05e32be7d29b1753b999f..1ba0b2c5164351ec670f9b93fe0e85dc9491ae1b 100644 (file)
@@ -371,20 +371,18 @@ Search permission is denied for one of the prefix components of
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR utimensat (),
 .BR futimens ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS C library/kernel ABI differences
index 4f5afda8a3f0b508583a518a9ecbb5927ba99a01..9fe7dcb07feaee2378c5cc66d45eeeb7fd14a70a 100644 (file)
@@ -65,14 +65,14 @@ priority is set to medium.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR __ppc_set_ppr_med (),
 .BR __ppc_set_ppr_very_low (),
 .BR __ppc_set_ppr_low (),
@@ -80,8 +80,6 @@ T{
 .BR __ppc_set_ppr_med_high ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 52ed3038a894f2f57fd1fdfcef30343c120ac90c..78b8d89395087a8c37fff8a02d2fc45451fb11ad 100644 (file)
@@ -44,21 +44,19 @@ is not in the cache have been completed.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR __ppc_yield (),
 .BR __ppc_mdoio (),
 .BR __ppc_mdoom ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 598bef9fe57d7b850f663fcee8990ffc05ed0b8e..7ae426c7f716c03c377400a1caa4dec4c14d712b 100644 (file)
@@ -65,22 +65,22 @@ So 123 = 59*64\[ha]0 + 1*64\[ha]1 = "v/".
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR l64a ()
 T}     Thread safety   MT-Unsafe race:l64a
 T{
+.na
+.nh
 .BR a64l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c63eace5ea86967fe2dfef76107c2a06b96b5225..0b57e10eda6189aaf3242b7531b85692220ea42c 100644 (file)
@@ -54,19 +54,17 @@ function never returns.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR abort ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2c705b8019cc980341625272d4421f5be42683ff..8ac84b0e79a8374e529fa1cd157138c3ea20cdd4 100644 (file)
@@ -58,22 +58,20 @@ integer type for the function.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR abs (),
 .BR labs (),
 .BR llabs (),
 .BR imaxabs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5c28c2f49fea56f6ce8b5b2c4c8c130d3383846f..f154d9680359a945ede4968be5b92c1f03961d1d 100644 (file)
@@ -89,21 +89,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR acos (),
 .BR acosf (),
 .BR acosl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 717c0c37649cc2186ff5bec3dd3e9f5db2a1e36c..89ad068c3c0171d7bf3e796abb778922d81bd1d8 100644 (file)
@@ -93,21 +93,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR acosh (),
 .BR acoshf (),
 .BR acoshl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 69505675d3c194a05f958185d89838bca4aceb46..72c5f0c3058b59eceed90ca7d4c8606db2df36e6 100644 (file)
@@ -64,19 +64,17 @@ nonexistent or default severity class.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR addseverity ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 389af6f02b4f9c46ca93a998e16f04cd74e34ea4..a65b0abb75c87384b8474cd0e601778126e7e2c0 100644 (file)
@@ -94,19 +94,17 @@ capability is required.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR adjtime ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 7a3dfdeb53d6780fd29b6b951d5151d19f487d24..96168972aa44ae01834198e80c367991580f7d46 100644 (file)
@@ -95,19 +95,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_cancel ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index e28fdaa0da7e8d74d3512755fd77c3089d632220..8af3183bdde67ba1cb7136d764ca3cab20d81b66 100644 (file)
@@ -65,19 +65,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_error ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 4138224fca4d8986fb8ad9b5487b619a295d1b20..aad2577589615435959b4159f823acb7a753951f 100644 (file)
@@ -84,19 +84,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_fsync ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 59d757545ae6a78e2ed2145948262608328dcd02..dde89cdd597c10786596e6ee5fd80b0738909932 100644 (file)
@@ -117,19 +117,17 @@ the maximum offset for this file.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_read ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1d9210ef84e33655011ba13e6c28e60aaad1b8be..17706492c776d65588075033a46f96f6339e69b3 100644 (file)
@@ -59,19 +59,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_return ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1bf70135fb0beda3f71069fc96b94217b571989c..0331ef7cc5a1a51d347910625e0c50cc05c99345 100644 (file)
@@ -85,19 +85,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_suspend ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2f918ecdca758de98b291e49f2bfeb8eae113f9f..d9962cd6fd141ef96aa005827a50345bfc8221af 100644 (file)
@@ -122,19 +122,17 @@ is not implemented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aio_write ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index ddc1d6b4fe3773ed537063dc5259376629a45a4d..59050d17c2eda269138767f090c38239546be5d0 100644 (file)
@@ -43,19 +43,17 @@ If the allocation causes stack overflow, program behavior is undefined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR alloca ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index c268b6040fec87f29c0e64b469d147bd53fbc9b4..e01ae632268bf25a91cba62516393ec5b596b384 100644 (file)
@@ -63,21 +63,19 @@ is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR arc4random (),
 .BR arc4random_uniform (),
 .BR arc4random_buf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 81cb2f56105a14f478eac9a2586e12053766afe3..3dfcf4c4582da6cd947db0fe0a8e397aababe8b6 100644 (file)
@@ -206,14 +206,14 @@ if an allocation error occurs.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR argz_add (),
 .BR argz_add_sep (),
 .BR argz_append (),
@@ -228,8 +228,6 @@ T{
 .BR argz_stringify ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 5e8e93824db90af2ac759369f8f2151daf83a681..feb0725f3fbaa586d70449221e57f76fa731b36a 100644 (file)
@@ -85,21 +85,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR asin (),
 .BR asinf (),
 .BR asinl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5c7837d540f3c19fd9919c8b3dbd438a6170c413..02fb2e1099ffbada6d5fe3c2af0324eef9f86508 100644 (file)
@@ -78,21 +78,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR asinh (),
 .BR asinhf (),
 .BR asinhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5b9f86248835e832901f7b11b09cc8dd8ccd2cdc..046be0069079f7f17ab5ea8b54b41c94c5ccba38 100644 (file)
@@ -46,20 +46,18 @@ are undefined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR asprintf (),
 .BR vasprintf ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The FreeBSD implementation sets
index 11aa193d4ba4b8f59cb448f8fab6332eba0e5a61..66dd3376e28e8e6d19028bbffe2a0702093944bf 100644 (file)
@@ -59,19 +59,17 @@ No value is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR assert ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ddf6ca73062c9e8557332dfe2fd0eaa5b3f61c8a..dec2af0b7dca2fd13fe39596344ee63dc49a5ac2 100644 (file)
@@ -43,19 +43,17 @@ No value is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR assert_perror ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 4c89bcdda1ca010edd01ce8a132435f1d6812db8..2de6d76b55fe9f7ff1448cb89f8fbde5f3211804 100644 (file)
@@ -70,21 +70,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atan (),
 .BR atanf (),
 .BR atanl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b6338dda291a77c4548672b2cd7bfadf7971bdef..fa1ad440ba7b6c990db4097d83b33624f28b9145 100644 (file)
@@ -142,21 +142,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atan2 (),
 .BR atan2f (),
 .BR atan2l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9081f5f505dfd3885ce9092d1f0f6ce1d4a5c24a..176c36089c63f201ed92495088d798b28f4b3d32 100644 (file)
@@ -112,21 +112,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atanh (),
 .BR atanhf (),
 .BR atanhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9084dababbc92949b3fde750df09735da295a87b..ce89f6eadcbe18f58a9bfd5a410e52ddebf38fb8 100644 (file)
@@ -61,19 +61,17 @@ it returns a nonzero value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atexit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX.1 says that the result of calling
index 1d18c86a3f58130f692d2e76489daa4fa09d22c6..d419f40a75ddf19362818b2aa7ea571638db1332 100644 (file)
@@ -43,19 +43,17 @@ The converted value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atof ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 51e9a78cd10ef24d159c2a647ed31decc2c38eef..510210d74ff628d4d7fc49606f86056666096118 100644 (file)
@@ -67,21 +67,19 @@ The converted value or 0 on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR atoi (),
 .BR atol (),
 .BR atoll ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX.1 leaves the return value of
index a0fb7cf34b4eceec631ad21b5461954fdf05e2f5..63e2e4e814bf8fd3b8696a4f87c7db3858ae626a 100644 (file)
@@ -133,21 +133,19 @@ on error, NULL is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR backtrace (),
 .BR backtrace_symbols (),
 .BR backtrace_symbols_fd ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 87ffde36eea08330daf3911746da354326f38a29..5b0f3eeb88c6bf355d86a9d19370543280c79a7c 100644 (file)
@@ -113,20 +113,18 @@ return pointers to null-terminated strings.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR basename (),
 .BR dirname ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 There are two different versions of
index cf4dff0ad9b1cc03dd210b81bb81e2d5ff8ea5a5..3c1a58e8dcb3ab0121e277bb4460e4eab1e2bbbf 100644 (file)
@@ -39,19 +39,17 @@ None.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR bcopy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 2630212adf07925e3868e4b3fd5c6df0fabb2bfe..3e0252942f07eb5f44f3c735019bf8e6fc663d8d 100644 (file)
@@ -79,23 +79,23 @@ is not
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR bindresvport ()
 T}     Thread safety   T{
+.na
+.nh
 glibc\ >=\ 2.17: MT-Safe;
 .\" commit f6da27e53695ad1cc0e2a9490358decbbfdff5e5
 glibc\ <\ 2.17: MT-Unsafe
 T}
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The
index 3fc3110e2a8e199eec7d03e0763c7a5d19120bae..5f8ffadc54186961cf077ad02d5701b70c9fe8d4 100644 (file)
@@ -62,19 +62,17 @@ As for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR bsd_signal ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Use of
index ca8991dc5907b4a0b1640676198202e0fb710589..d832d924cd0973d474aca4d5c00789ef3813ca06 100644 (file)
@@ -63,19 +63,17 @@ match the key, the element returned is unspecified.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR bsearch ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 8a4db6b6dff9a966455aa2acd0177bf7a3e97ddd..f3f36c9e6b43e84e450eff963015d2fa627de1a0 100644 (file)
@@ -48,19 +48,17 @@ it returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR btowc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c7a97548dd3f5dc1d4c95f9ee9c4384a086ce6e1..33c65bb7ba6c5d5b52085e2e081512ec0c8e2b31 100644 (file)
@@ -58,22 +58,20 @@ Significant Byte first.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR htonl (),
 .BR htons (),
 .BR ntohl (),
 .BR ntohs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 70e076439ac9ca9fbfa96816dee778eb5e9d0fe6..70ebf41af7a200aea57c82aff024484dac591898 100644 (file)
@@ -41,20 +41,18 @@ None.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR bzero (),
 .BR explicit_bzero ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 042945418e347933815f07645fbc163524282336..92530771a66a23dae7f2e8744f56ae4de1b7301f 100644 (file)
@@ -24,21 +24,19 @@ The result is a real number.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cabs (),
 .BR cabsf (),
 .BR cabsl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ba1354c2d8b3c779c5ddf8b023e1858e28679d88..f34376a0f4b4ba411b9cf6193625ef6d2617e16f 100644 (file)
@@ -34,21 +34,19 @@ One has:
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cacos (),
 .BR cacosf (),
 .BR cacosl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b9624a4b0529b52de627a881559c9ff509c5f3ae..5194a0fca67482a43b59da1b1e9c4f3e1a9738c9 100644 (file)
@@ -37,21 +37,19 @@ One has:
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cacosh (),
 .BR cacoshf (),
 .BR cacoshl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 944eb272445adafbc686b0c015b903d8c3e5eb1c..d82fb2eafc52a5dc0c9d077050e3c0b9bf547dfc 100644 (file)
@@ -62,19 +62,17 @@ See
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR canonicalize_file_name ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 758afce92647e941fc2147b6f6675ba965139484..015a75933305c765399a38b9962df473e4b63b86 100644 (file)
@@ -65,21 +65,19 @@ The return value is in the range of [\-pi,pi].
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR carg (),
 .BR cargf (),
 .BR cargl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 17fa10fc8a97ae5acb3a01c429285df285dcc3f4..f37eb4bd3e32641de14dc8361dd0e27ae5d03e15 100644 (file)
@@ -33,21 +33,19 @@ One has:
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR casin (),
 .BR casinf (),
 .BR casinl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ec4e5d0b41661849d9629a733170d6d4bf358a76..95d1c286ad77078775a0112f7ac72d039c810dd3 100644 (file)
@@ -35,21 +35,19 @@ casinh(z) = clog(z + csqrt(z * z + 1))
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR casinh (),
 .BR casinhf (),
 .BR casinhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 4ba8802260238a5c9ce76136759d4efc8354e68d..2fa1ff47cf5d6d8e1c6ece8fde3b18b9108ff890 100644 (file)
@@ -34,21 +34,19 @@ catan(z) = (clog(1 + i * z) \- clog(1 \- i * z)) / (2 * i)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR catan (),
 .BR catanf (),
 .BR catanl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b0134546d08d5ebfc42f2598d233a41f3bbee535..a9a1f97b6431639605518c5a2f7afafc10bf45d2 100644 (file)
@@ -36,21 +36,19 @@ catanh(z) = 0.5 * (clog(1 + z) \- clog(1 \- z))
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR catanh (),
 .BR catanhf (),
 .BR catanhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 988d6aa3a8e7e08f7a9d5ee2a0babb4515be7dca..4e9d7380ce9a20cbdd39b32cb02c01c94df79864 100644 (file)
@@ -52,19 +52,17 @@ returns the value
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR catgets ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index de8ac6c2b8319073191449b791c88c10311cbc5f..a4f53f99240f5e3da95c6f685884aa8044ff3c1a 100644 (file)
@@ -131,22 +131,22 @@ is 0.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR catopen ()
 T}     Thread safety   MT-Safe env
 T{
+.na
+.nh
 .BR catclose ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The above is the POSIX.1 description.
index 50c3557dc7c769b58e8e858ed9776f97bb468452..0429c72e5fda42c2c8f46234550a417ab423b51f 100644 (file)
@@ -63,21 +63,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cbrt (),
 .BR cbrtf (),
 .BR cbrtl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index d50811ca2c0141eaa57e298ca56942e96116c309..9fbffa02ed6828c24dc6282e89fb46939b2300cb 100644 (file)
@@ -31,21 +31,19 @@ ccos(z) = (exp(i * z) + exp(\-i * z)) / 2
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ccos (),
 .BR ccosf (),
 .BR ccosl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index d619d4cf8b5815781cc09c75ad4b670df2055f2c..4199e3a568b08dcf99729528bb6e00cd951b89ff 100644 (file)
@@ -57,21 +57,19 @@ POSIX.1-2001 documents a range error for overflows, but see NOTES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ceil (),
 .BR ceilf (),
 .BR ceill ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 3a0a011e57bc0463703751d3f90122a851b9693b..cffe54ef7ef6e618ff33bb1d571ab177389dcabe 100644 (file)
@@ -32,21 +32,19 @@ cexp(I * z) = ccos(z) + I * csin(z)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cexp (),
 .BR cexpf (),
 .BR cexpl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ccd2f05cdd0653c262ce3bddffbe4e2cacede511..1634e84819c7aa691efa853bf731fc8319f0b6b4 100644 (file)
@@ -107,19 +107,17 @@ family.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cfree ()
 T}     Thread safety   MT-Safe /* In glibc */
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The 3-argument version of
index 04402b2eddffd3431ac5206e788737249901ea1d..b6b9560d0384b85bf9dd9973efd2ee94f7de9955 100644 (file)
@@ -31,21 +31,19 @@ z = creal(z) + I * cimag(z)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cimag (),
 .BR cimagf (),
 .BR cimagl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 GCC also supports __imag__.
index bae57ea6f65e3910e52e1a3a958ed8c170e6a2f7..4b536fc664a7b50a9e41be3ebdf88f96235d8461 100644 (file)
@@ -48,19 +48,17 @@ value on failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clearenv ()
 T}     Thread safety   MT-Unsafe const:env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 6dfce042ac3e81d5e3c7198b34c203d0f72d02df..a4cefec9e2fb412025d094de3c8380bd442cf11d 100644 (file)
@@ -34,19 +34,17 @@ be represented, the function returns the value
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clock ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 XSI requires that
index 05569614f01f377353f3884a162c92c8cf31fb3c..21a8d0f9daf5439ccb163a95d6c4a97bd09984c1 100644 (file)
@@ -70,19 +70,17 @@ There is no process with the ID
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clock_getcpuclockid ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2b63a5509146df21ff7d9585b8dfbd4750f8a7b1..8220cf4c2e3e1aa9a3a7cf482727a9618ed80d54 100644 (file)
@@ -45,21 +45,19 @@ close to zero will cause an overflow.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clog (),
 .BR clogf (),
 .BR clogl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 594cfe73eded8212d21a8752612945a54a888f53..876a9d9e854a5b43336ca281a94ecc549a91f440 100644 (file)
@@ -48,21 +48,19 @@ close to zero will cause an overflow.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clog10 (),
 .BR clog10f (),
 .BR clog10l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index da1c2706224ec81aaf355ee1e1ec791502b15d31..5c81f63dad09a0026b57e18ab47d10b1c422185a 100644 (file)
@@ -50,19 +50,17 @@ Invalid directory stream descriptor
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR closedir ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6abcfcd2f6bc7f2743d3126e3a727e267de54e2e..02d77fdbf3f8c765e648e7f8044b17ce901e407b 100644 (file)
@@ -115,19 +115,17 @@ is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR confstr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 4cc22f1317c4c2367daf5e6f1f30ec4ef110fa23..5a555d17fb180993c58492ea0093a6cc3038656b 100644 (file)
@@ -32,21 +32,19 @@ cabs(z) = csqrt(z * conj(z))
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR conj (),
 .BR conjf (),
 .BR conjl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 1282cf112eae2c8f7a2dad1b79daa20a6fa3d1df..348da0baf5f489280c53cfdb2e90e3f62fb11a41 100644 (file)
@@ -65,21 +65,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR copysign (),
 .BR copysignf (),
 .BR copysignl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On architectures where the floating-point formats are not IEEE 754 compliant,
index d00d7a06f4bd9ecb53bc5a5b9a85d4364b379f7d..f66650d4d585c5ab94cc68f25810d8a3ab591e12 100644 (file)
@@ -78,21 +78,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cos (),
 .BR cosf (),
 .BR cosl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index bdf06f583b2d19692975341bf36f616bbea394c1..28ab592cf4f6b7cba9ce0f6d832dc2f03e6a610b 100644 (file)
@@ -94,21 +94,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cosh (),
 .BR coshf (),
 .BR coshl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2b6c10dcb54a4b00bdc827b859a48eba2eb67f60..70ae63c034ebd638a30ba5a0929cc5730fe0d6ca 100644 (file)
@@ -29,21 +29,19 @@ along the negative real axis).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cpow (),
 .BR cpowf (),
 .BR cpowl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6292c28dd6a918fd3ee7f91bf7cdececcf18aed3..5b08895e6499c65ad7f5c7621253e358a364ae44 100644 (file)
@@ -30,21 +30,19 @@ namely to positive infinity on the real axis.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR cproj (),
 .BR cprojf (),
 .BR cprojl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6b8916bd3805efd9d331177d781556d594c3d1b8..7f923c3109d00833043aa04e942a3553c659575a 100644 (file)
@@ -29,21 +29,19 @@ One has:
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR creal (),
 .BR crealf (),
 .BR creall ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 GCC supports also __real__.
index 57027ed5dd776356f04810ab6704f1518b8a37d6..86dff71fd854f5f2349f460209123e8fbd90514c 100644 (file)
@@ -169,22 +169,22 @@ and an attempt was made to use a weak hashing type, such as DES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR crypt ()
 T}     Thread safety   MT-Unsafe race:crypt
 T{
+.na
+.nh
 .BR crypt_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index fc1ccb2cddd4cba3ca90f17018426a6b64dfebec..bb7dfb8ec0e3f4d4ea4f7a63df7c3417beee81c8 100644 (file)
@@ -31,21 +31,19 @@ csin(z) = (exp(i * z) \- exp(\-i * z)) / (2 * i)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR csin (),
 .BR csinf (),
 .BR csinl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c212f8e280f65335db638ea6ec515d5f272cec50..366857e6ba1ff65845c125b7cce7630267dcd069 100644 (file)
@@ -31,21 +31,19 @@ csinh(z) = (exp(z)\-exp(\-z))/2
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR csinh (),
 .BR csinhf (),
 .BR csinhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e1469ee22681c454af90ab9886146e43eb5379b1..05ef66da55c9be8d00254c25abb87fe307d47d14 100644 (file)
@@ -27,21 +27,19 @@ real number.)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR csqrt (),
 .BR csqrtf (),
 .BR csqrtl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 42e7f78f492c425256b632f18b134f46063cabc9..bea8ecbc61a793858938d51a99199100eaa667e6 100644 (file)
@@ -31,21 +31,19 @@ ctan(z) = csin(z) / ccos(z)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ctan (),
 .BR ctanf (),
 .BR ctanl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 86e645db0fbac52be102afb2f45447823151baf9..8a7b5114ad71f141058d9cadd359feada44cff25 100644 (file)
@@ -32,21 +32,19 @@ ctanh(z) = csinh(z) / ccosh(z)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ctanh (),
 .BR ctanhf (),
 .BR ctanhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 681a893ef0c22c112046268f8380adc9f722c052..298d078609702e54a49670fa1dc7fb18c54209fa 100644 (file)
@@ -46,19 +46,17 @@ The pointer to the pathname.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ctermid ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index a6021f451f83a950fd22bf66fbae3274b75b943a..fe649c7d2df60b8eec0e5e20fbd6b0f7e2f2252f 100644 (file)
@@ -259,46 +259,62 @@ The result cannot be represented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR asctime ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:asctime locale
 T}
 T{
+.na
+.nh
 .BR asctime_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe locale
 T}
 T{
+.na
+.nh
 .BR ctime ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:tmbuf
 race:asctime env locale
 T}
 T{
+.na
+.nh
 .BR ctime_r (),
 .BR gmtime_r (),
 .BR localtime_r (),
 .BR mktime ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe env locale
 T}
 T{
+.na
+.nh
 .BR gmtime (),
 .BR localtime ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:tmbuf env locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX doesn't specify the parameters of
index dcd57c3325b5059a4f28c1b32874532367e28b59..ce9c7bf68008ad37c18c3ce869df05b816083450 100644 (file)
@@ -77,19 +77,17 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR daemon ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 A similar function appears on the BSDs.
index af57bc6f4a570c136bf6fefd4ab5a374efd72de1..be20effb9d3adb9ada3759cd9e19ecf6c74b13d7 100644 (file)
@@ -133,21 +133,19 @@ is false only for the first two statuses.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ecb_crypt (),
 .BR cbc_crypt (),
 .BR des_setparity ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 4ecb160ba550595d303a670cfe524481b83ad802..085c757383814ec275ccfd2d7bfced9b739c0843 100644 (file)
@@ -32,19 +32,17 @@ Epoch, 1970-01-01 00:00:00 +0000 (UTC).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR difftime ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ea30498866d892feb77e45ecd2b9fd9cf3a26da7..161b5bc2d0f74bf2e8ef422505044e14f22717b4 100644 (file)
@@ -65,19 +65,17 @@ descriptor with a directory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dirfd ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 97d19334e58f431327c41a98adf6e91e975fcc21..ce0196883ba6ad0d19bfa05386f3c6a8c6b071b9 100644 (file)
@@ -67,22 +67,20 @@ The \fIdiv_t\fP (etc.) structure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR div (),
 .BR ldiv (),
 .BR lldiv (),
 .BR imaxdiv ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 554750ca18e65249863c0144db0af8f80c1aacce..6b2bbd79c8ff25a97f4d2a3c4d19bf4efa04cbae 100644 (file)
@@ -185,19 +185,17 @@ function returns whatever value was returned by the last call to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dl_iterate_phdr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Various other systems provide a version of this function,
index e7a25d687221324a369b2d2daf14338cc4189a01..35922187fc8ba14d5ad292557611a2bba663c795 100644 (file)
@@ -216,20 +216,18 @@ available via
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dladdr (),
 .BR dladdr1 ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 39e0f78894173e7e6149c0bf22c1215a95809ded..0987022528972aca42d41d777154bee305f1144f 100644 (file)
@@ -34,19 +34,17 @@ it was last called.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dlerror ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 96ef06829dec44e4debf6c74d590d899b6f8ef66..8647f9557cc6406e2856eb54628dbfeca3de8f29 100644 (file)
@@ -203,19 +203,17 @@ On failure, it returns \-1; the cause of the error can be diagnosed using
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dlinfo ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The sets of requests supported by the various implementations
index a21e6e1b4a04b3ab044acb2d68e6c7d403a94ee3..017f1ff6d851cc3e0dc41372f88e0fbf91174363 100644 (file)
@@ -349,21 +349,19 @@ Errors from these functions can be diagnosed using
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dlopen (),
 .BR dlmopen (),
 .BR dlclose ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 8a648c6daf574c259b3a52727f5b753821181776..744b1fd55489201c27d36f2c5dc8c1eba679e9e2 100644 (file)
@@ -105,20 +105,18 @@ the cause of the error can be diagnosed using
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dlsym (),
 .BR dlvsym ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 1d12570e233cf6563bba7c5c0b7b89e2c542bebf..dd1224116a2282e090da90c5682edc1c0d9fbcc3 100644 (file)
@@ -226,14 +226,14 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR drand48 (),
 .BR erand48 (),
 .BR lrand48 (),
@@ -244,11 +244,11 @@ T{
 .BR seed48 (),
 .BR lcong48 ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:drand48
 T}
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The above
index dff7554e5ade919a9bc26ef3738561704e1df584..192354d9a4b5f1384159ed5b7de3077f11b05cf1 100644 (file)
@@ -77,14 +77,14 @@ The return value is 0.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR drand48_r (),
 .BR erand48_r (),
 .BR lrand48_r (),
@@ -96,8 +96,6 @@ T{
 .BR lcong48_r ()
 T}     Thread safety   MT-Safe race:buffer
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index b0d5455c4e332a5f39bfd2d9e8f19a49ba8a089f..bcda686f8c956c9455385549325f18afe389a864 100644 (file)
@@ -46,19 +46,17 @@ also found in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR dysize ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 53ad0b351666111de808e0c583a56e78045e7b1b..a9e5cfb9a7a27a7a7c81789f52affec77db8f71c 100644 (file)
@@ -89,22 +89,22 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ecvt ()
 T}     Thread safety   MT-Unsafe race:ecvt
 T{
+.na
+.nh
 .BR fcvt ()
 T}     Thread safety   MT-Unsafe race:fcvt
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 2046983ba9956d8aeadde340ad8c84a42d5fc06b..c6c7df0bb50dd94ec93e3427484c5d3f14a2ac6f 100644 (file)
@@ -73,22 +73,20 @@ These functions return 0 on success, and \-1 otherwise.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ecvt_r (),
 .BR fcvt_r (),
 .BR qecvt_r (),
 .BR qfcvt_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 49549a28f7fe223d899daaed69bbb408cbf51726..226e2d3729d266e3b1384818427589f806eff705 100644 (file)
@@ -107,24 +107,24 @@ The function is not provided.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR encrypt (),
 .BR setkey ()
 T}     Thread safety   MT-Unsafe race:crypt
 T{
+.na
+.nh
 .BR encrypt_r (),
 .BR setkey_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 73bcc11ca0368fd750851acb651f50218a30a736..b7e5406c04d6162563eb284a9a000cf964240ea9 100644 (file)
@@ -122,14 +122,14 @@ if an allocation error occurs.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR envz_add (),
 .BR envz_entry (),
 .BR envz_get (),
@@ -138,8 +138,6 @@ T{
 .BR envz_strip ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 11752280501e38d29b1c29aa36a4a84600589695..ea55f48d805937536eadc1c134c1d0428500dba8 100644 (file)
@@ -103,21 +103,19 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR erf (),
 .BR erff (),
 .BR erfl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a02c528bd79a2bcf72fb8a1b6a2a76561efa8efa..780b21650fc45f8092b69a978bd1b9d49b475738 100644 (file)
@@ -96,21 +96,19 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR erfc (),
 .BR erfcf (),
 .BR erfcl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index dc7f43b612a0315d4f1de826056ecf5812deb5f3..301971ef142a9225f9b15e1b66f8dfa7c9b1a397 100644 (file)
@@ -81,14 +81,14 @@ functions do not return, but exit with the value of the argument
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR err (),
 .BR errx (),
 .BR warn (),
@@ -99,8 +99,6 @@ T{
 .BR vwarnx ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index b6ac915dd80d9f119f42fbd727b57ae7ba8b6024..c64b51c98438271da59c96b33b6961f3a83404d9 100644 (file)
@@ -124,24 +124,26 @@ The function should print a suitable string to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR error ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR error_at_line ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe\ race: error_at_line/\:error_one_per_line locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The internal
index 842cc47c3d70afa97836e90325799f1af91381a6..5b9d31b8cb8611412f520d016fccfcf14936c5a3 100644 (file)
@@ -108,18 +108,20 @@ struct ether_addr {
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ether_aton (),
 .BR ether_ntoa ()
 T}     Thread safety   MT-Unsafe
 T{
+.na
+.nh
 .BR ether_ntohost (),
 .BR ether_hostton (),
 .BR ether_line (),
@@ -127,8 +129,6 @@ T{
 .BR ether_aton_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 2ff79e60a58768ed9416fded4751bf52e561de3f..ea2ca023788421b6722d430bbc1c5f0bf8895ea2 100644 (file)
@@ -53,20 +53,18 @@ As for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR euidaccess (),
 .BR eaccess ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Some other systems have an
index d770dcadbcaf8f6e5e8296b46590358d3650e576..1dd33525681aa31465a4d44701edb64ffe00bae4 100644 (file)
@@ -175,26 +175,26 @@ for any of the errors specified for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR execl (),
 .BR execle (),
 .BR execv ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR execlp (),
 .BR execvp (),
 .BR execvpe ()
 T}     Thread safety   MT-Safe env
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The default search path (used when the environment
index 05b7fb54dbbcfa9842ab6433d2339c1a26d08255..f76eef40bfd5f278e11d5f1ab53b6631b87608d3 100644 (file)
@@ -74,19 +74,17 @@ function does not return.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR exit ()
 T}     Thread safety   MT-Unsafe race:exit
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The
index ce4c29eb4860dd90b9314a835e0845579279b675..cf90b324b8d3eb123461cf7fc29bbd975d7db14f 100644 (file)
@@ -102,21 +102,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR exp (),
 .BR expf (),
 .BR expl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 20a92d227cfe1240e1e80ca16cf3242ce0de8a24..4a06c3a70daf1e660f43a7a590a41df9de976d65 100644 (file)
@@ -50,21 +50,19 @@ For a discussion of the errors that can occur for these functions, see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR exp10 (),
 .BR exp10f (),
 .BR exp10l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 1d1286b8217050777562173740fb32257e556dd8..89a62c67903835e1e4254b8b85e11693c8d4799d 100644 (file)
@@ -61,21 +61,19 @@ For a discussion of the errors that can occur for these functions, see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR exp2 (),
 .BR exp2f (),
 .BR exp2l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 7720141a4b8edf4c53b8fe9f1ad59eb6d96223be..9ad06d947602c9a15efdd01969ef9a47a5b2a846 100644 (file)
@@ -109,21 +109,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR expm1 (),
 .BR expm1f (),
 .BR expm1l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 265b1336afc1a80dde0a3c310b95290adc5c3458..23ed71c580cbfe6190a333f02f859302fc3287ad 100644 (file)
@@ -61,21 +61,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fabs (),
 .BR fabsf (),
 .BR fabsl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index d454fb7b6f6eab553a51eeaeff2e8e981fed8ec6..dc9c5b9b504f46e10fb7e5b4dd6ffa8501d37d76 100644 (file)
@@ -68,19 +68,17 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fclose ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 49afea4c723dfd412a33e26765a2d7a721e0a047..2f431f708899a0312f02a8c1dbb1795674b46ade 100644 (file)
@@ -39,19 +39,17 @@ is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fcloseall ()
 T}     Thread safety   MT-Unsafe race:streams
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The
index d503eca66d620a8f6cf9ee1208e6202aad4df65a..e64461ab5fde60ebb0f5626028953d3af515139e 100644 (file)
@@ -68,21 +68,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fdim (),
 .BR fdimf (),
 .BR fdiml ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e96ff6be0e9e69401e9bbf7586212c3b4e909c95..a765a48e2c59bb1c4a54ff23310db524649eca02 100644 (file)
@@ -244,14 +244,14 @@ These functions return zero on success and nonzero if an error occurred.
 For an explanation of the terms used in this section, see
 .BR attributes (7).
 .nh
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR feclearexcept (),
 .BR fegetexceptflag (),
 .BR feraiseexcept (),
@@ -267,11 +267,11 @@ T{
 .BR fedisableexcept (),
 .BR fegetexcept ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe
 T}
 .TE
-.hy
-.ad
 .sp 1
 .hy
 .SH STANDARDS
index 1508eaf4961963a263de62ba68e0d6579aa18470..99807e3127eb93bc6021e576cb9919584bb96644 100644 (file)
@@ -71,21 +71,19 @@ These functions should not fail and do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR clearerr (),
 .BR feof (),
 .BR ferror ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2adb1d66bb178f302c879c7006e433cdc99f57f2..6609f55218a3a055527749abb55aed4c26297bcf 100644 (file)
@@ -81,19 +81,17 @@ filesystem could not be accessed.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fexecve ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2098bba0867343ac9009befb63e2befee379047c..99188013bb2934bc5747ed5bb1e365a664049eae 100644 (file)
@@ -76,19 +76,17 @@ for any of the errors specified for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fflush ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ee1f2a1784943d882cef737814d5fea237121d6f..294249b41267f692177ab32092607081ddf9e0f1 100644 (file)
@@ -74,21 +74,19 @@ or 0 if no bits are set in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ffs (),
 .BR ffsl (),
 .BR ffsll ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 BSD systems have a prototype in
index 75dcaeaf62c0f162841ba8224cbef0a0ec7ba025..8bbe429c78c1b41686cf8e314ddb3622d18e0d46 100644 (file)
@@ -107,14 +107,14 @@ on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fgetc (),
 .BR fgets (),
 .BR getc (),
@@ -122,8 +122,6 @@ T{
 .BR ungetc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 193e8f737598f8c720f594b9377b7ad8b7eed2c7..f1e9d23cc3aa92d7e2b7fa4de945ea5f0fae60fb 100644 (file)
@@ -82,19 +82,17 @@ structure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fgetgrent ()
 T}     Thread safety   MT-Unsafe race:fgetgrent
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME The marking is different from that in the glibc manual,
 .\" which has:
index 51cf41271211b9aebdd7b833a90bbcf49da62933..4cefeb328ca8a93e5838ddaff21e0d999fbd0110 100644 (file)
@@ -90,19 +90,17 @@ password database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fgetpwent ()
 T}     Thread safety   MT-Unsafe race:fgetpwent
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: The marking is different from that in the glibc manual,
 .\" which has:
index 4d3e58efddf5fef6f72d43e343f0b3ccb1bb1e3b..e0bb180e1994f6ebd96aa13c9336972fcb7895bf 100644 (file)
@@ -68,20 +68,18 @@ form a valid character.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fgetwc (),
 .BR getwc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 75ed37aa37a64553b147b25b3251a79c9b2e6236..c8eaf552acdb7072edaeaae09160f82d776839cb 100644 (file)
@@ -52,19 +52,17 @@ was already reached or if an error occurred, it returns NULL.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fgetws ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 53d5bde547a80bc97d54ffef60762988230f625a..7bd161a809abf587f910b27b52ab0581e9b9c7df 100644 (file)
@@ -67,19 +67,17 @@ is not associated with a file.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fileno ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index f5c87f34f59e5dcf879a9685a432a16ab1460c0a..70d7ada647db7a5b49b4abcba99bba9c7de61774 100644 (file)
@@ -100,14 +100,14 @@ is negative infinity, and 0 otherwise.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR finite (),
 .BR finitef (),
 .BR finitel (),
@@ -119,8 +119,6 @@ T{
 .BR isnanl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH NOTES
 Note that these functions are obsolete.
index 36d8e79ca5803a1b434f6a7c64d258e0cf3e9fdd..b92055bf016924595d11e4fb6dbe9c481ca31ac1 100644 (file)
@@ -108,21 +108,19 @@ None.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR flockfile (),
 .BR ftrylockfile (),
 .BR funlockfile ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index aee548954874615c2ae634cfb779014965f17b51..d6c815dd5330f972430a0cacd5c919c82d5335ab 100644 (file)
@@ -56,21 +56,19 @@ POSIX.1-2001 documents a range error for overflows, but see NOTES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR floor (),
 .BR floorf (),
 .BR floorl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c269e0cc9400fccee0c2f59007d016461e9603ca..9e142c7273cf37866bc533ecbe97f134a0ad8ebf 100644 (file)
@@ -144,21 +144,19 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fma (),
 .BR fmaf (),
 .BR fmal ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ca2a33770911e2e825144ff4935451d126701ce3..86e22c115555246c9c8fe4a4a18e0d8a6137c9e9 100644 (file)
@@ -50,21 +50,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fmax (),
 .BR fmaxf (),
 .BR fmaxl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a97aa8fa370f0c1a14c173d0501a0dad51d39341..d0803fa5366b6f4e97b2dffcd6e71dd80718db50 100644 (file)
@@ -150,19 +150,17 @@ is set to indicate the error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fmemopen (),
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 06021a4ed93c66d5b5414f3eeb21e2c71b6a6be0..ec283be265415ee514d764c79a8d3a4c78f02d31 100644 (file)
@@ -50,21 +50,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fmin (),
 .BR fminf (),
 .BR fminl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5e01ca474160e6be9e900eebd7c2f92cb36626c6..ee2333fdc1cbaf7d89cf3be721cd55d655ee5334 100644 (file)
@@ -120,21 +120,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fmod (),
 .BR fmodf (),
 .BR fmodl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b2da3085cff6e8928a7ef78aa3802c57a68ec541..a37ac51ce38f1a92c6ed0715cbff8dda95ec33b9 100644 (file)
@@ -221,22 +221,22 @@ is the string printed when a message of this class is processed by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fmtmsg ()
 T}     Thread safety   T{
+.na
+.nh
 glibc\ >=\ 2.16: MT-Safe;
 glibc\ <\ 2.16: MT-Unsafe
 T}
 .TE
-.hy
-.ad
 .sp 1
 .PP
 Before glibc 2.16, the
index b0dae22a32722b7c2a516415b7740e2f673f7d76..4f97db063964824ec539e9a3cdc16f1c74a17972 100644 (file)
@@ -107,19 +107,17 @@ if there is no match or another nonzero value if there is an error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fnmatch ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 4d9b74d704da49d842935ecbed1e0ceabd81da66..02f3e26c47bf2202744536b16436643fcc8fb07b 100644 (file)
@@ -272,21 +272,19 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fopen (),
 .BR fdopen (),
 .BR freopen ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 3a68746cc99eeb7846a60fa303f8b74f168187a3..90ef9abae291a4dc7441248073aea1dcf062d314 100644 (file)
@@ -246,19 +246,17 @@ On error, NULL is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fopencookie ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index a36f07930f2368360217c097154b0958952ad046..4ac4124bd08175551d69922a5c840754cbdaa570 100644 (file)
@@ -240,20 +240,18 @@ is not in fact a directory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fpathconf (),
 .BR pathconf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 0dd6ead84a588dca5ca6a843084ecf231be102a3..9e52fc80b9c50181fc84d883538bb91e3aad778f 100644 (file)
@@ -107,14 +107,14 @@ is negative infinity.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fpclassify (),
 .BR isfinite (),
 .BR isnormal (),
@@ -122,8 +122,6 @@ T{
 .BR isinf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c84d9c5f2f91e8093d64a2dbd369863f59eb25a1..76a5e04c7e5caebf3ff6c80873158b9575baa7fc 100644 (file)
@@ -53,19 +53,17 @@ is not an open stream.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR __fpurge ()
 T}     Thread safety   MT-Safe race:stream
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 07d0c390f214fde5e0562a8e830d08669fd22c45..d9d0da515b6a70affbe80eaf85f5e06377bec934 100644 (file)
@@ -67,20 +67,18 @@ Conversion of \fIwc\fP to the stream's encoding fails.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fputwc (),
 .BR putwc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index cad8e11fc15fffa310dbd720ec509de201bbc6b6..91719259d74498581ddfe6421fa532ffd973c7d2 100644 (file)
@@ -43,19 +43,17 @@ successful, or \-1 to indicate an error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fputws ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2668fdc57d3091884e7ede5e90fc3fdf5be41d1d..b2a82ca57220fa85f03dba8efff783bda33f530a 100644 (file)
@@ -82,20 +82,18 @@ to determine which occurred.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fread (),
 .BR fwrite ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9576b030699785c93082c301c7e1485c37f484a3..76e049a32af978396a4d2d65ce30783a40e42f84 100644 (file)
@@ -80,21 +80,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR frexp (),
 .BR frexpf (),
 .BR frexpl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2a32c7df1b8a2350c8f5318ae26723b41ab56fbf..213680d964a74bc2c36b457588459356206611b8 100644 (file)
@@ -153,14 +153,14 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fseek (),
 .BR ftell (),
 .BR rewind (),
@@ -168,8 +168,6 @@ T{
 .BR fsetpos ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f071f0e1c7748f23c9c0e113c79f170c02ed1c87..ab21000f535400c60e05091f39dc455d6795da9c 100644 (file)
@@ -76,20 +76,18 @@ See the ERRORS in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fseeko (),
 .BR ftello ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index a54eb8a8273410af8b2aa4cb7f3593091c1e25be..2d5edd45ff4eec815d5f1ceb397a5ff461ac9d3e 100644 (file)
@@ -63,19 +63,17 @@ This function always returns 0.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ftime ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index ec0c0832ca686e569f2fc536d4c41b08bb6c7dd6..8ff0995617e3281b6b104e40d59827a737b4a4e9 100644 (file)
@@ -53,19 +53,17 @@ system call.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ftok ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 523ad6f9e090f2ac40eb7d343a4d5b689825849a..1b6208c1d3b9f837eac004268153a4d6b5c100bc 100644 (file)
@@ -773,25 +773,25 @@ was invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fts_open (),
 .BR fts_set (),
 .BR fts_close ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR fts_read (),
 .BR fts_children ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 68f181825011fa93ed9cf83085c5ed002314198e..b88ac47b143d3b89a795e60a3ce15ba9ac28c623 100644 (file)
@@ -353,22 +353,22 @@ and that value is returned as the result of
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nftw ()
 T}     Thread safety   MT-Safe cwd
 T{
+.na
+.nh
 .BR ftw ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 In some implementations (e.g., glibc),
index f7794c0094a83bdacd27543a14f2ad5524f6250c..555a342b858ec80960c4440c412934691460d580 100644 (file)
@@ -74,20 +74,18 @@ The kernel does not support this call; Linux 2.6.22 or later is required.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR futimes (),
 .BR lutimes ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 Linux, BSD.
index 54b8424f71c3f5087eb79495a848e9d96ce004da..db843e5d3630ab50aefab458b78d5158ced5e010 100644 (file)
@@ -67,21 +67,19 @@ See
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gamma (),
 .BR gammaf (),
 .BR gammal ()
 T}     Thread safety   MT-Unsafe race:signgam
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index b8109839a65174a672f4bff3d0c44c9f12956011..c54b20b2e80ebc745b4ab47cdb5932a5a45d1f81 100644 (file)
@@ -55,19 +55,17 @@ function returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gcvt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 22d3380d3a625a51cfb460d3b6a17bdc0b76b134..2d433f3b634b9d252b3c6b1f1d565996d49bd546 100644 (file)
@@ -33,20 +33,18 @@ As given in DESCRIPTION.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR get_nprocs (),
 .BR get_nprocs_conf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 8c4de3b169a6a8cccb515039a00e534a06497105..6ec06d807618f4e25473f3ee452523bf4c65dff6 100644 (file)
@@ -580,23 +580,23 @@ suitable for error reporting.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getaddrinfo ()
 T}     Thread safety   MT-Safe env locale
 T{
+.na
+.nh
 .BR freeaddrinfo (),
 .BR gai_strerror ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 According to POSIX.1, specifying
index cff85e5e2a2d5c83fe8203b39b2f89b3826aad85..c6138090d20b0090eb3027c7a3aa499604becccf 100644 (file)
@@ -286,22 +286,20 @@ suitable for error reporting.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getaddrinfo_a (),
 .BR gai_suspend (),
 .BR gai_error (),
 .BR gai_cancel ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 25a88bf359c2893c31433bd404237dcbe3ecec64..cd4b76f4538fde6ffed9ef8b1bd8f0901bb407f6 100644 (file)
@@ -213,19 +213,17 @@ could be found in the auxiliary vector.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getauxval ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 3a35afca1026e675086004ed29ed9de7ead06bfe..a93924e701a16f75a2e579f4b4f0949762280107 100644 (file)
@@ -141,20 +141,18 @@ None defined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getcontext (),
 .BR setcontext ()
 T}     Thread safety   MT-Safe race:ucp
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 6ad82922055e59e4cc42dfe1fa278917c2a58e50..3a15ef8ee72339c41031493012ffa0e46d3bfca5 100644 (file)
@@ -185,23 +185,23 @@ You need to allocate a bigger array and try again.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getcwd (),
 .BR getwd ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR get_current_dir_name ()
 T}     Thread safety   MT-Safe env
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX.1-2001 leaves the behavior of
index 476c9a96f6aae271ff5979af3e36a4e0e4601230..4030ad895ef8b99d22dee45d687428fad0adc6bd 100644 (file)
@@ -180,26 +180,30 @@ Variables used by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getdate ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getdate env locale
 T}
 T{
+.na
+.nh
 .BR getdate_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe env locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The POSIX.1 specification for
index 6d28b0508d9a8192ab01463312e9556784a90f80..3e0867ba619fac74b9cadaefc9ba40d983034799 100644 (file)
@@ -56,19 +56,17 @@ See the Linux library source code for details.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getdirentries ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 826fa9a2b542ba6e2dbbcf47fe59b9a02059a769..24a0391288aa4ae8b910767e189f0da32ac795a6 100644 (file)
@@ -48,19 +48,17 @@ see NOTES below.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getdtablesize ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The glibc version of
index edf7d9ec8cf37e464866a5545b2181a2196ffbcc..7836ccb399024f06a790e0b8e87bee682c764e69 100644 (file)
@@ -78,20 +78,18 @@ environment, or NULL if there is no match.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getenv (),
 .BR secure_getenv ()
 T}     Thread safety   MT-Safe env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 8d7f84609d722588dcabb5a72b7b480dde7163f1..6436247b3e4c2929da1250382f9992a69103c4cc 100644 (file)
@@ -94,29 +94,33 @@ Upon failure or end-of-file, these functions return NULL and 0, respectively.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR endfsent (),
 .BR setfsent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:fsent
 T}
 T{
+.na
+.nh
 .BR getfsent (),
 .BR getfsspec (),
 .BR getfsfile ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:fsent locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Several operating systems have these functions, for example,
index d48ad5b8d45ca142e0aaa7acdd8ff9fcf0634630..072df5a4584869dc95a3c6d3c5480b0c67ebc4d5 100644 (file)
@@ -154,28 +154,32 @@ local group database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getgrent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:grent
 race:grentbuf locale
 T}
 T{
+.na
+.nh
 .BR setgrent (),
 .BR endgrent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:grent locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .PP
 In the above table,
index c1bb2a5af82ff8618ac449fd35c8370bc57decc7..4fdcd0d4117f73c7a8b48fc95747db2b2946939c 100644 (file)
@@ -108,26 +108,30 @@ Try again with larger buffer.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getgrent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:grent locale
 T}
 T{
+.na
+.nh
 .BR fgetgrent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I grent
index 3908671162f46c327a231e4bb91103af8fd94c7e..8571b310c387dfe591b9970f6d0c6f6f19f259b5 100644 (file)
@@ -195,30 +195,36 @@ local group database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getgrnam ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:grnam locale
 T}
 T{
+.na
+.nh
 .BR getgrgid ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:grgid locale
 T}
 T{
+.na
+.nh
 .BR getgrnam_r (),
 .BR getgrgid_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The formulation given above under "RETURN VALUE" is from POSIX.1.
index 14cab0f79de55aeb42de368e22cda52a6803fa50..0dbecb2951297955a60ca62a6bbbf9a139982079 100644 (file)
@@ -86,19 +86,17 @@ can be used to resize the buffer passed to a further call to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getgrouplist ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index b467e92d934e1fdbd8e66ef2bd994884ff441bdc..e8df65032a105605d7e19b6523191db545c02d89 100644 (file)
@@ -316,57 +316,77 @@ name service switch configuration
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gethostbyname ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:hostbyname env
 locale
 T}
 T{
+.na
+.nh
 .BR gethostbyaddr ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:hostbyaddr env
 locale
 T}
 T{
+.na
+.nh
 .BR sethostent (),
 .BR endhostent (),
 .BR gethostent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:hostent env
 locale
 T}
 T{
+.na
+.nh
 .BR herror (),
 .BR hstrerror ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR gethostent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:hostent
 race:hostentbuf env locale
 T}
 T{
+.na
+.nh
 .BR gethostbyname2 ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:hostbyname2
 env locale
 T}
 T{
+.na
+.nh
 .BR gethostbyaddr_r (),
 .BR gethostbyname_r (),
 .BR gethostbyname2_r ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I hostent
index 4c01bb08f0f9a2176cea989b7290570e94ce390b..da95ae133567b66550ade9c9f059fc7e1f7208ba 100644 (file)
@@ -85,26 +85,30 @@ as its corresponding real ID.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gethostid ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe hostid env locale
 T}
 T{
+.na
+.nh
 .BR sethostid ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe const:hostid
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 In the glibc implementation, the
index b6c9421c826adf70d3379f6debeb52ade656016d..97d088a1823bb080c3c709c4e9daa1479eb444b6 100644 (file)
@@ -145,20 +145,18 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getifaddrs (),
 .BR freeifaddrs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index b7835bedf0b9736a4c168efbb04cbd7975f4ab4d..6963e4da40701e1a08b515c2f277e891795f21f0 100644 (file)
@@ -121,20 +121,18 @@ Allocation or reallocation of the line buffer failed.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getline (),
 .BR getdelim ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 23faa258e42b454dcd09c7962190673f2298bd5b..1160edcf15d2b0a0be6e2fab2df313d62c81f586 100644 (file)
@@ -50,19 +50,17 @@ the number of samples actually retrieved is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getloadavg ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 0d9fc59a02c98a9532ef9fd47a7ea668751f68d2..13c1f4a0eaad4a11e39da956772a1fa5fab9c1d8 100644 (file)
@@ -134,33 +134,41 @@ some libc versions used \fI/var/adm/utmp\fP)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getlogin ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getlogin race:utent
 sig:ALRM timer locale
 T}
 T{
+.na
+.nh
 .BR getlogin_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:utent sig:ALRM timer
 locale
 T}
 T{
+.na
+.nh
 .BR cuserid ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:cuserid/!string locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I utent
index 37e7225bd37fc2a841908e590f94d9215ade40ab..7b6d7540d9060eb1c2dc9e8fc5f2408602b1e2b6 100644 (file)
@@ -202,34 +202,42 @@ mounted filesystem description file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setmntent (),
 .BR endmntent (),
 .BR hasmntopt ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR getmntent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:mntentbuf locale
 T}
 T{
+.na
+.nh
 .BR addmntent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe race:stream locale
 T}
 T{
+.na
+.nh
 .BR getmntent_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 72844cfe67f0241a65a3c0dcd1421ac40dc616e2..3bb8bef056033191c72c89148267595c2dbb4b28 100644 (file)
@@ -214,19 +214,17 @@ suitable for error reporting.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getnameinfo ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 31799d0df602f335bebfc1b36b3bb4cbf2646a87..6707fed2caa30427cdbdf4a55a40d8e14a898d42 100644 (file)
@@ -127,41 +127,53 @@ networks database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getnetent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netent
 race:netentbuf env locale
 T}
 T{
+.na
+.nh
 .BR getnetbyname ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netbyname
 env locale
 T}
 T{
+.na
+.nh
 .BR getnetbyaddr ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netbyaddr
 locale
 T}
 T{
+.na
+.nh
 .BR setnetent (),
 .BR endnetent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netent env
 locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I netent
index f6e19360fdf8fdd98f2a2dd616fe073046760938..67780a524f79bec7cb8fdb77741c7976cdb1c8b8 100644 (file)
@@ -127,21 +127,19 @@ Try again with a larger buffer
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getnetent_r (),
 .BR getnetbyname_r (),
 .BR getnetbyaddr_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Functions with similar names exist on some other systems,
index b1c7f2df189930ba0dad864906ffbf53d43f2514..6b1ec92b87a893f1e000a0adb642b5e4a534256d 100644 (file)
@@ -330,23 +330,23 @@ This behavior was removed in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getopt (),
 .BR getopt_long (),
 .BR getopt_long_only ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getopt env
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX specifies that the
index 0992e167afe9af0c3fcdd2e29acc01c4c9c11c51..0c9af0a462523e64c66abc761e01c01243bff00a 100644 (file)
@@ -70,19 +70,17 @@ The process does not have a controlling terminal.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpass ()
 T}     Thread safety   MT-Unsafe term
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 84ccdd18f583640a39e293b1041a4c883e37148c..7b2c8c04f29ea558f60298b01af53ca1b85b3ece 100644 (file)
@@ -122,41 +122,53 @@ protocol database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getprotoent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:protoent
 race:protoentbuf locale
 T}
 T{
+.na
+.nh
 .BR getprotobyname ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:protobyname
 locale
 T}
 T{
+.na
+.nh
 .BR getprotobynumber ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:protobynumber
 locale
 T}
 T{
+.na
+.nh
 .BR setprotoent (),
 .BR endprotoent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:protoent
 locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I protoent
index 0c08368f7492462433d89782f0af96730610ad92..70b6a63e84ddd60b69626c24a76b709b1e7626ed 100644 (file)
@@ -117,21 +117,19 @@ Try again with a larger buffer
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getprotoent_r (),
 .BR getprotobyname_r (),
 .BR getprotobynumber_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Functions with similar names exist on some other systems,
index 38cecdf233065ab597a39b50bceb7fd989ee6fa7..c88206beeeb7523c5ef65b0db58bfa08219d5588 100644 (file)
@@ -46,19 +46,17 @@ can fail with various errors described in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Use
index 48843410828fb95b1edb5c48c45c1ef26daf01ce..0b72e02363fbd137cfe8ab2519cac33056efbed7 100644 (file)
@@ -92,19 +92,17 @@ password database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpw ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 10230a1adc3980ce551ebcd1bb246671e8389703..9089a3745faeda081aed2939dd4c4a6b23fcd3bd 100644 (file)
@@ -135,28 +135,32 @@ local password database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpwent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:pwent
 race:pwentbuf locale
 T}
 T{
+.na
+.nh
 .BR setpwent (),
 .BR endpwent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:pwent locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I pwent
index 634cdc405031679df00abc5b2c92039d1fe5f9ec..4817ed5f8137c68b2a9fde09129e3b785af2fae6 100644 (file)
@@ -113,24 +113,26 @@ Try again with larger buffer.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpwent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:pwent locale
 T}
 T{
+.na
+.nh
 .BR fgetpwent_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I pwent
index 3d0c195633cc8d02b0b1c0f5cc0c8a8605dab114..ecf5e7f0b495ba2f7d706b2b3e9e3bcc960ff58d 100644 (file)
@@ -201,32 +201,40 @@ local password database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getpwnam ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:pwnam locale
 T}
 T{
+.na
+.nh
 .BR getpwuid ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:pwuid locale
 T}
 T{
+.na
+.nh
 .BR getpwnam_r (),
 .BR getpwuid_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The
index 99261200253db998416ee903cd5315144a471b6f..68898bce888dba800ddf50e8198ba4f7ab19542c 100644 (file)
@@ -101,25 +101,25 @@ RPC program number database.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getrpcent (),
 .BR getrpcbyname (),
 .BR getrpcbynumber ()
 T}     Thread safety   MT-Unsafe
 T{
+.na
+.nh
 .BR setrpcent (),
 .BR endrpcent ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 465e6332b513da5353b1001c468629a5370bc667..287e633f86841654dcc08431af6dd9c38d07f300 100644 (file)
@@ -113,21 +113,19 @@ Try again with a larger buffer
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getrpcent_r (),
 .BR getrpcbyname_r (),
 .BR getrpcbynumber_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Functions with similar names exist on some other systems,
index 53c9e57f192754d31d40ff8438aa7c58bcbce448..5014f8a8b4f058355d0c06a15a484daa4ce08de1 100644 (file)
@@ -42,19 +42,17 @@ The version mismatch will be detected upon the first call to the service.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getrpcport ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index b07dda31e13ccadff601b34d18a64be183724833..3b0c7641fe8a05c2eedd4c1d341a8cef390c3415 100644 (file)
@@ -42,19 +42,17 @@ guarantees that the function will even return.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gets ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 3a43c299c8145f9a64ec8d654875b3524947ea4a..648d48f42afed1f6ac20b26ea521bfe4a563850e 100644 (file)
@@ -139,41 +139,53 @@ services database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getservent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:servent
 race:serventbuf locale
 T}
 T{
+.na
+.nh
 .BR getservbyname ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:servbyname
 locale
 T}
 T{
+.na
+.nh
 .BR getservbyport ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:servbyport
 locale
 T}
 T{
+.na
+.nh
 .BR setservent (),
 .BR endservent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:servent
 locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I servent
index 2620d2b9e4302717a8837b10c937b48cd4709d8b..4d1283495fb4b615a48611c17638c12c3ea0a674 100644 (file)
@@ -118,21 +118,19 @@ Try again with a larger buffer
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getservent_r (),
 .BR getservbyname_r (),
 .BR getservbyport_r ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Functions with similar names exist on some other systems,
index abcb339c1ca3aa77b947ac6a77ca463cee554121..324aed8ba825d619ac9611d482fba531ec355a8c 100644 (file)
@@ -244,58 +244,82 @@ to the pathname of the shadow password file.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getspnam ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getspnam locale
 T}
 T{
+.na
+.nh
 .BR getspent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getspent
 race:spentbuf locale
 T}
 T{
+.na
+.nh
 .BR setspent (),
 .BR endspent (),
 .BR getspent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:getspent locale
 T}
 T{
+.na
+.nh
 .BR fgetspent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:fgetspent
 T}
 T{
+.na
+.nh
 .BR sgetspent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:sgetspent
 T}
 T{
+.na
+.nh
 .BR putspent (),
 .BR getspnam_r (),
 .BR sgetspent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe locale
 T}
 T{
+.na
+.nh
 .BR lckpwdf (),
 .BR ulckpwdf (),
 .BR fgetspent_r ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I getspent
index 50b392400109c436f7f70fa941bc4e3222128cc3..881deef148d663bc9c57d36588829cc9f01b45c9 100644 (file)
@@ -132,19 +132,17 @@ is not (necessarily) the same as the first suboption after
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getsubopt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 05bf8cc6cfe77c1e3e602ddf845931884c4d0c49..b4b154bf5c18163d6744ca6e809e2a213f4e2e86 100644 (file)
@@ -75,22 +75,20 @@ can be:
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getttyent (),
 .BR setttyent (),
 .BR endttyent (),
 .BR getttynam ()
 T}     Thread safety   MT-Unsafe race:ttyent
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index d134dc3c49fe8e8d3a5f8fbd75551d3ce1eede50..6a2be388d633f549fab4e281d6cca8e19c9b8e59 100644 (file)
@@ -77,21 +77,19 @@ function returns NULL on end-of-file.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getusershell (),
 .BR setusershell (),
 .BR endusershell ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 88d323990b1165d21cdc6c89694262f0c87b3fb3..d11ba7395a22b6e3a4b9377109b3234e2d305364 100644 (file)
@@ -145,40 +145,50 @@ database of past user logins
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getutent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe init race:utent
 race:utentbuf sig:ALRM timer
 T}
 T{
+.na
+.nh
 .BR getutid (),
 .BR getutline ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe init race:utent
 sig:ALRM timer
 T}
 T{
+.na
+.nh
 .BR pututline ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:utent
 sig:ALRM timer
 T}
 T{
+.na
+.nh
 .BR setutent (),
 .BR endutent (),
 .BR utmpname ()
 T}     Thread safety   MT-Unsafe race:utent
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I utent
index e50caedc49f3a6f0d2dc4425f0131d4e4a1a7723..f76e87e87bc3f531d194676061a501a5ea5eea9a 100644 (file)
@@ -37,20 +37,18 @@ These functions do not return a value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getutmp (),
 .BR getutmpx ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index e311b78dc3e5578c4a6a509f888b2ca54ff8e94e..de9d02034ef412bb021bd54474006910642663fa 100644 (file)
@@ -56,20 +56,18 @@ On error, they return \fBEOF\fP.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getw (),
 .BR putw ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 308ebadb0b997525bd3becf11c79c987535624a3..f5dd5539b642949f26a41fa423138feb344968c2 100644 (file)
@@ -54,19 +54,17 @@ standard input, or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getwchar ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 41fb111e54b0da09ca1fe7a8b6938cb5fc842896..eed0acb556b98daa63ebf7e7f2cfac3b78ef650d 100644 (file)
@@ -257,25 +257,27 @@ for no found matches.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR glob ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:utent env
 sig:ALRM timer locale
 T}
 T{
+.na
+.nh
 .BR globfree ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I utent
index c819d9c1307fb7bd00609d904206ffec6770c6e7..2494fe98445cc58c72f31f17ad7e3275135a2410 100644 (file)
@@ -31,20 +31,18 @@ This will be a string such as
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gnu_get_libc_version (),
 .BR gnu_get_libc_release ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 949f70de9b0ad0847ee1e9849561a7da24edfe57..1218d55ca6f81366b88eb3866fda0959e749c111 100644 (file)
@@ -69,19 +69,17 @@ argument is valid but not associated with a master pseudoterminal.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR grantpt ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 205f9297e39cac197fb2e712755dc999fb539ace..cfac1e53fc2f678d8531f27ef06ab4dacc3ea9d2 100644 (file)
@@ -84,22 +84,22 @@ varies (often 1\[en]15 or 1\[en]17).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR gsignal ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR ssignal ()
 T}     Thread safety   MT-Safe sigintr
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 422be88a9d0b909313cc0dd70d488c67e0f608d4..2bd061b8d1551c02bd459f5de8073bf88d3ffe3c 100644 (file)
@@ -213,26 +213,26 @@ error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR hcreate (),
 .BR hsearch (),
 .BR hdestroy ()
 T}     Thread safety   MT-Unsafe race:hsearch
 T{
+.na
+.nh
 .BR hcreate_r (),
 .BR hsearch_r (),
 .BR hdestroy_r ()
 T}     Thread safety   MT-Safe race:htab
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 119609b5ed02c980efbd8da9a94d89ca2544fb04..f430b3a8e5a8c93333fd184b1b5b60d541ea9dc7 100644 (file)
@@ -128,21 +128,19 @@ for this case.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR hypot (),
 .BR hypotf (),
 .BR hypotl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c65f9c39310c675678dbcf2bee86fd8d4c5c511b..f2bfc780baa30fceda3b729039a7363baf2ee617 100644 (file)
@@ -180,19 +180,17 @@ An incomplete multibyte sequence has been encountered in the input.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iconv ()
 T}     Thread safety   MT-Safe race:cd
 .TE
-.hy
-.ad
 .sp 1
 .PP
 The
index 4fc291444fc8a9a2d1c9a64bc39bf1c6eb430676..d62f683c333223a524e1c66bdc977252b01d1ca7 100644 (file)
@@ -35,19 +35,17 @@ to indicate the error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iconv_close ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c6e4b6cdd1033316ddfab18347b69d96d7054104..43b124d4730a8556c2a62e1fa9399b098281df58 100644 (file)
@@ -103,19 +103,17 @@ implementation.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iconv_open ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index bb98bb312e6e8b06a9244b5b2b25e6e689675bd7..9095258fed3be3336c66a2ed4159e2e7e5ccb709 100644 (file)
@@ -81,20 +81,18 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR if_nameindex (),
 .BR if_freenameindex ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008, RFC\ 3493.
index 0b20e61f12e616d60883854b46f6828bf89a2822..5205af0c09d228a163a5a07b53d6f64748025767 100644 (file)
@@ -76,20 +76,18 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR if_nametoindex (),
 .BR if_indextoname ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008, RFC\ 3493.
index 76266f3efdcad621077011ca3fc24928baed2a5b..bc21a4ab5deeb0d0d6f7e97926ec519b7cdab34c 100644 (file)
@@ -111,21 +111,19 @@ is set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ilogb (),
 .BR ilogbf (),
 .BR ilogbl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e482f12e85a147b6b1f7239699d3a92053e92b17..f6149866682938049215eab7d27d2beb03f7ad22 100644 (file)
@@ -206,27 +206,27 @@ struct in_addr {
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR inet_aton (),
 .BR inet_addr (),
 .BR inet_network (),
 .BR inet_ntoa ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR inet_makeaddr (),
 .BR inet_lnaof (),
 .BR inet_netof ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index ed2fad1af3ed554eb7d522f6690b3ef2dc65b965..95f7e05924fb688c1cecaa01a4955c160cffc24c 100644 (file)
@@ -84,19 +84,17 @@ The converted address string would exceed the size given by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR inet_ntop ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 54295f6485e793807bc2192b86b709b6177772c7..ff6c12a9ec6c0427bcc593c8291c088d110a6a44 100644 (file)
@@ -116,19 +116,17 @@ is set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR inet_pton ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Unlike
index f81824a7925eab513656c0f1d7128a059bc8a1a9..6f2c3cc3c210c6a683b912d3fe4295420f65d180 100644 (file)
@@ -77,19 +77,17 @@ group database file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR initgroups ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 0a601970aeafdd60bd75ee4873c6f7e31f112538..f9d0bd22e2d956212f91481227cf2c1477f0c07c 100644 (file)
@@ -82,20 +82,18 @@ doubly linked list.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR insque (),
 .BR remque ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On ancient systems,
index 721ca897274e6e945cab0f7267065fa966bc5e24..8f9247559238e0a4ca1c7feaa975aed16a8f8abc 100644 (file)
@@ -200,14 +200,14 @@ falls into the tested class, and zero if not.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR isalnum (),
 .BR isalpha (),
 .BR isascii (),
@@ -223,8 +223,6 @@ T{
 .BR isxdigit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: need a thread-safety statement about the *_l functions
 .SH STANDARDS
index fdde6daef23303241fa5f6d5d2f842a5a0cbe739..fb02da32d9608acf03a71ea5451c33130a426d3d 100644 (file)
@@ -48,19 +48,17 @@ in this case (which is a violation of POSIX, which specifies the error
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR isatty ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 87533ea5a65ad0981bbdf200363c8308ad7b7376..fe46981155d931269c29cc7c8d2b3b47e58d03b9 100644 (file)
@@ -114,14 +114,14 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR isgreater (),
 .BR isgreaterequal (),
 .BR isless (),
@@ -130,8 +130,6 @@ T{
 .BR isunordered ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Not all hardware supports these functions,
index 1eabd151f1c058f70c82bd947384ee93c3d1f23d..4dd4cb707c5e77575cd0d9d8b54719003e2af68b 100644 (file)
@@ -68,19 +68,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswalnum ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 3e61dd3a16935377103c75f2e197ad9966aa8048..838a89492f2af2183976a8664d6d531ad9f0049a 100644 (file)
@@ -69,19 +69,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswalpha ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5c9944f65cddb83eca91f3fb0d1e7f3aafee0c6b..ed56356d5df387edbae36c9a6d11cd80b5ebe3db 100644 (file)
@@ -62,19 +62,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswblank ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 09712ebee7e125027afd039d4b8b4633f3dcfbc5..9ad25e280522b02c90bb7085af899718879fee6b 100644 (file)
@@ -53,19 +53,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswcntrl ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6b0476df86d4f89941443a4aac5727c7d61209af..0540bef86be3107d6e981172193f53fc946bfde3 100644 (file)
@@ -56,19 +56,17 @@ Otherwise, it returns 0.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswctype ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index d05bf6e2cf2445c842c9de5f47b4965af1c5cca0..6fb3050374cd570296a5730169e52662f731e175 100644 (file)
@@ -68,19 +68,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswdigit ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 8a4386b5f7f4e74fe16db25655c6c388d0964913..1736d5210cc5e9c9b12737c356eea70e1404000b 100644 (file)
@@ -61,19 +61,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswgraph ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 98156ee47bcb45b0daf1227fecf6f0fb723d7a1a..d5d5b4b125ad006eaa0ce0ae28699f19531b14c7 100644 (file)
@@ -75,19 +75,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswlower ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e9c4c922bd8681d033048701719c33ffab8a8cae..9aed9a1ea8b1d678edc253bee46f08fd247b6503 100644 (file)
@@ -47,19 +47,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswprint ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 921321cfc44306954476855d6b5897ba8146bbcc..00475b56ea2136e50323f63d59deffd4c28f3294 100644 (file)
@@ -59,19 +59,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswpunct ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2b737e5c66ed0acbe168a084b266a3df0dc36c5e..162121e4e1f8394d997cbcae42d495fa2e69d7b5 100644 (file)
@@ -56,19 +56,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswspace ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 90d677b6f56d56e41ade938857c5f777518c0579..117c929a212c1a87c0dd5c05fd0f1bf29df79890 100644 (file)
@@ -69,19 +69,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswupper ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 63caf155617c2d6caf5a8400b6049029f2f3e269..7ff9ef75a870ac7d012c74944e2e757389bc006c 100644 (file)
@@ -60,19 +60,17 @@ Otherwise, it returns zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR iswxdigit ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a81eb46fe02e81ab6cea4390868c871832637511..22b6ad5537f81a96829c9632f0283d14e361292e 100644 (file)
--- a/man3/j0.3
+++ b/man3/j0.3
@@ -132,31 +132,33 @@ These functions do not raise exceptions for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR j0 (),
 .BR j0f (),
 .BR j0l ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR j1 (),
 .BR j1f (),
 .BR j1l ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR jn (),
 .BR jnf (),
 .BR jnl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 49115a40605d9006ce449adb490e88f92f2a5eac..0f9c31725a32f262a6b9681d2ce910fbaa92a0a2 100644 (file)
@@ -61,14 +61,14 @@ These functions return 1 on success and 0 on failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR key_decryptsession (),
 .BR key_encryptsession (),
 .BR key_gendes (),
@@ -76,8 +76,6 @@ T{
 .BR key_secretkey_is_set ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH NOTES
 Note that we talk about two types of encryption here.
index 107ba5c7d469d885e1f60f47a7074f054eee0ca7..df92efad0b82d15f47e488f494179890f31808fc 100644 (file)
@@ -103,21 +103,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ldexp (),
 .BR ldexpf (),
 .BR ldexpl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 103e951fdb00533aa4d0ae9a65ea28733517b092..d96083f62c90dc0f2b274ba4fc9ccd10257534a4 100644 (file)
@@ -186,19 +186,17 @@ then none of the I/O operations has been initiated.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lio_listio ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 911ff0399ab9dead00db1613b696ca37d845a51a..b4318dbe824edc2d9513d8180afdd9f7e2b14388 100644 (file)
@@ -49,21 +49,21 @@ function always succeeds.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR localeconv ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:localeconv locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11.
index 83e8b04b6be17a0e28bcd11fc0dc1c1b093714a2..7fd92393112b9f48d43f7f11bf248391481588e1 100644 (file)
@@ -146,19 +146,17 @@ Too many segment locks open, lock table is full.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lockf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index b58a628db56eaecc389f0cc6599836e5eb5507e3..dcf83951f84b74a080f191af4778679c91cc5f1c 100644 (file)
@@ -102,21 +102,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR log (),
 .BR logf (),
 .BR logl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 1aa5b8dfafaa63cf5821c56392d5b3f1ffcda9a7..00f16cad0dbb3667b56e790096167cfe5d9370fd 100644 (file)
@@ -63,21 +63,19 @@ For a discussion of the errors that can occur for these functions, see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR log10 (),
 .BR log10f (),
 .BR log10l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 3f15633bcf6d4f11369c8950789f9f22a208500b..aa80b1716045587e00ced5918a8eb1b8a05eb1b8 100644 (file)
@@ -112,21 +112,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR log1p (),
 .BR log1pf (),
 .BR log1pl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b9360853c1d241312f14216c85a604504d8337a0..ea9208d52dedd6fda5def8b1de45dd23e5240ceb 100644 (file)
@@ -62,21 +62,19 @@ For a discussion of the errors that can occur for these functions, see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR log2 (),
 .BR log2f (),
 .BR log2l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 009ca5a78cad33a8d80de1eb2bd8731d0cd9a1a7..6f2ae22abe90804cf579c67d80ea1c27f85ed12d 100644 (file)
@@ -115,21 +115,19 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR logb (),
 .BR logbf (),
 .BR logbl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 099a9a03d2578a558440cc690308ebc9800f992e..8f3b29492b981a6ed69bec495d45c213ed2f2807 100644 (file)
@@ -96,23 +96,23 @@ in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR login (),
 .BR logout ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:utent
 sig:ALRM timer
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I utent
index a013b525b8678e554384f7131d8aa0390ed7d13b..36ec3ef2ee2cb0ecbefcdd1a5c63f5e9114b3875 100644 (file)
@@ -80,14 +80,14 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lrint (),
 .BR lrintf (),
 .BR lrintl (),
@@ -96,8 +96,6 @@ T{
 .BR llrintl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 5bb659d491ee2276a08903618d9f161a7edcd932..ca2fd013d453b6d9dbb9232e5ed54fcaf880aa2f 100644 (file)
@@ -83,14 +83,14 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lround (),
 .BR lroundf (),
 .BR lroundl (),
@@ -99,8 +99,6 @@ T{
 .BR llroundl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 855b1a6ac460c27f486171449959f69a9a434297..ca9e8c02aa1d6ad0bff844ba5836428abc2b1aca 100644 (file)
@@ -69,20 +69,18 @@ match is found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lfind (),
 .BR lsearch ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 99f080fa13faa36eaf34afd6dfe54b223b9231ef..fe8630ebd1677c88aaac34b79a50150bf2240075 100644 (file)
@@ -171,19 +171,17 @@ system call that supports 64-bit file offsets.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR lseek64 ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH NOTES
 .BR lseek64 ()
index 89e073ac919207f420697a5bfdeb884c266720ce..94b817127cdcf714f76c73cb849e2eb7a2c80fff 100644 (file)
@@ -88,26 +88,30 @@ Insufficient stack space left.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR makecontext ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe race:ucp
 T}
 T{
+.na
+.nh
 .BR swapcontext ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe race:oucp race:ucp
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index c16805045af86aba0f9105d287beeb6411cfc452..463726860793943c4c8ec6bf7474b65ddf822df4 100644 (file)
@@ -45,21 +45,19 @@ decompose the device IDs in the structure returned by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR makedev (),
 .BR major (),
 .BR minor ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The BSDs expose the definitions for these macros via
index 452abedc93077b1897a7df49717feca5b0a4fa11..8932d14647a1dc7eb5ee21a1767bcd28005eb1a0 100644 (file)
@@ -118,22 +118,22 @@ This is the maximum number of bytes that could ideally
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mallinfo (),
 .BR mallinfo2 ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe init const:mallopt
 T}
 .TE
-.hy
-.ad
 .sp 1
 .BR mallinfo ()/
 .BR mallinfo2 ()
index ae24a251ffc2054ac27778edc7eb0dcdc0c882b1..47f436a147968f861aac735beb189c2b5ebb28e6 100644 (file)
@@ -233,22 +233,20 @@ exceeded the limit specified by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc (),
 .BR free (),
 .BR calloc (),
 .BR realloc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 23bfa2d8dc6bfced9e834bc7d4c6e125f2e824fd..7cc8d4042f84281c934c09bcea61e9d8cef63e77 100644 (file)
@@ -73,20 +73,18 @@ returns \-2.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc_get_state (),
 .BR malloc_set_state ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 6c73f72c82eaeb08266c6b2e94122e911e5f9edd..afc828de2675819b4e41e1c8d6b2f3dc49ac4a2c 100644 (file)
@@ -44,19 +44,17 @@ was nonzero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc_info ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index fdf471ad8c8b167fae4542a974e06f89d67bb260..45f340dc39b89a4986dfc88716772c7e9c2d2be9 100644 (file)
@@ -38,19 +38,17 @@ allocated using
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc_stats ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index ec9d7d2d410c2dab0ea8d1363153476ccf02ac89..5a1b74dfc705df8482d73298bb2cb8373860ba4e 100644 (file)
@@ -45,19 +45,17 @@ No errors are defined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc_trim ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index f96f1abb5b9f3bd01590883a70112066948a13c2..990633500e99fc581e150fdc00f3d4ab54101278 100644 (file)
@@ -31,19 +31,17 @@ is NULL, 0 is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR malloc_usable_size ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 5447775c04f2e7c82689cc48855d3c1e3f0b6031..778d451f4cb53517cbefdc0cb0532fb15c1a28bb 100644 (file)
@@ -259,19 +259,17 @@ remainder(x,0)    DOMAIN  NAN     y       EDOM    \" retval is 0.0/0.0
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR matherr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH EXAMPLES
 The example program demonstrates the use of
index e02c5f09a00897225fdb138155bcbaaa0a41de5e..756c9336bb7d0bbcabc923070342350261500d6b 100644 (file)
@@ -86,19 +86,17 @@ multibyte character.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mblen ()
 T}     Thread safety   MT-Unsafe race
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The function
index b9613535e9fc69bf893322dd0060860b682b743d..7b0501ff8c24aabea3bb2bf4694ff907ea56bd67 100644 (file)
@@ -104,19 +104,17 @@ should be increased.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbrlen ()
 T}     Thread safety   MT-Unsafe race:mbrlen/!ps
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6248621a1e7945711d069dcc87fd9fb191993c09..3c571822ed58d4b8111692cd32b819fed1b17b88 100644 (file)
@@ -174,19 +174,17 @@ should be increased.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbrtowc ()
 T}     Thread safety   MT-Unsafe race:mbrtowc/!ps
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index db8d2857047e5ed0d65ba7d91baaf91fce4f9118..ba1d3916c01880862d6a676051d798182b36e75e 100644 (file)
@@ -87,19 +87,17 @@ Otherwise, it returns 0.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbsinit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2ec6a0ee0cb6438e0df73c081793574d72da508d..eeba1a54dda1aa53c311f7bb664249285b0b9b91 100644 (file)
@@ -164,21 +164,21 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbsnrtowcs ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:mbsnrtowcs/!ps
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1d2b2e1ed81e41e0f0a28567c0d6c8253f9cc248..aaf83ced87146fbb857f8408a60861567d1fca07 100644 (file)
@@ -125,21 +125,21 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbsrtowcs ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:mbsrtowcs/!ps
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 19651ea57ffb401d8861f7d134be72f1f4c3fdd0..29d760194177593e5d077aff390dda5b59580aef 100644 (file)
@@ -95,19 +95,17 @@ is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbstowcs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The function
index 8eb14b717ac1daa9980ed4cf718d00ec2352799d..6c9e2ec674f26e807ea9b8cb1e64e15b9b5167ad 100644 (file)
@@ -113,19 +113,17 @@ has nontrivial shift state, or zero if the encoding is stateless.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mbtowc ()
 T}     Thread safety   MT-Unsafe race
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 This function is not multithread safe.
index 9d24aaf0ad4b5ca413d64b1966233402ea767fe6..f2be14329063d0529800e311aced933d01cab83f 100644 (file)
@@ -116,25 +116,25 @@ return 0 on success, or \-1 on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mcheck (),
 .BR mcheck_pedantic (),
 .BR mcheck_check_all (),
 .BR mprobe ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:mcheck
 const:malloc_hooks
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 5266fc7519e64e5282a096828401c982e0c7952d..79d485df3b60a6e4a4ffe8df5a4ff784703da2dc 100644 (file)
@@ -55,19 +55,17 @@ characters of
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memccpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 030806aa004be02fa115b0e50dfbd1d90604a5a8..e9d7ab51b995aa43ecf20637a757713e74b2562a 100644 (file)
@@ -97,21 +97,19 @@ function returns a pointer to the matching byte.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memchr (),
 .BR memrchr (),
 .BR rawmemchr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 5a56f19727cf7e98b67a42299c0dfc6c4a36ee41..9a2aad35347c65841d141c512b2f958462050e64 100644 (file)
@@ -48,19 +48,17 @@ is zero, the return value is zero.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memcmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c243e9f3b723f50673f37ec61dbbb23caf48b168..1a3a7c3e2a6c00c93fa15a753919dc314fe7b9ec 100644 (file)
@@ -38,19 +38,17 @@ function returns a pointer to \fIdest\fP.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memcpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a75a032765f79885f3b4591d7e204460a5ad9509..dc20bab2b5f589200597a747d31e78ad23b1e4d5 100644 (file)
@@ -42,19 +42,17 @@ area.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memfrob ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 0a81054e6490040675c6ddff044f29d890b8ce62..3f3a615373e4a453d3d75cf97995c4f81e1b9bc6 100644 (file)
@@ -43,19 +43,17 @@ substring, or NULL if the substring is not found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memmem ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 7745c4e29700bb06167f51ead54e9b750a37fcff..cd8d434790984b56ee6a824b1d9edac95e7745a2 100644 (file)
@@ -46,19 +46,17 @@ function returns a pointer to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memmove ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 98c1c6f8d138bf7d2fe453df08c62712ba57940d..e5b7decb51b475406798cbcfa716b6084274611d 100644 (file)
@@ -60,20 +60,18 @@ wide characters.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mempcpy (),
 .BR wmempcpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 92764b14520a07d7d53e7f0d2785ebd4bd63f89b..51acd10145a4414433d18cbdd49d4f40fa963eff 100644 (file)
@@ -38,19 +38,17 @@ function returns a pointer to the memory area
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR memset ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a3c28728eaebe5f056a3bed8313d2a1e38ac6c21..2636daa6acde0ab63d73a697f7cbbaeae41383f9 100644 (file)
@@ -60,19 +60,17 @@ for other possible values for \fIerrno\fP.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mkdtemp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 89d0fb2fad55c6923120271b8569e2b8b7a2ec61..dec84bb39bb736d8ad90a03c2ad97e2353494f1f 100644 (file)
@@ -165,20 +165,18 @@ is a file descriptor referring to a file other than a directory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mkfifo (),
 .BR mkfifoat ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 It is implemented using
index 0b4967ec8ea288fa22fb86d6516f20b814d3996f..20779daa60739fc558f389d103ac864c963f80e2 100644 (file)
@@ -172,22 +172,20 @@ These functions may also fail with any of the errors described for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mkstemp (),
 .BR mkostemp (),
 .BR mkstemps (),
 .BR mkostemps ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 2b5ace8ae14a4e65fd125c0c0a6684aab3843bc4..a67051e2a4d55a13b897bc5a17e534f5e0cc6895 100644 (file)
@@ -72,19 +72,17 @@ The last six characters of \fItemplate\fP were not XXXXXX.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mktemp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 103b5c2be0abed984f730d296e114a8d8fb763af..ec4164386776b44c3b863176d86915c25b313fed 100644 (file)
@@ -67,21 +67,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR modf (),
 .BR modff (),
 .BR modfl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c422ec7ecc793d0f532d3210edb77868b33b2a8e..d2a3a724cd41ca677a3abbc2b287ab23a734b2c1 100644 (file)
@@ -41,19 +41,17 @@ is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_close ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 5baf065bf6c6db10f21fc65dba9db089d0e15389..44978925bb5beb601c35bdb22a761ba372d20641 100644 (file)
@@ -117,20 +117,18 @@ contained set bits other than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_getattr (),
 .BR mq_setattr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux,
index 4f8eb3f880d9c060d1c18a8598d7fecd19dd1673..a71433f26b3ee9f266eabc743ba5ae5e1f44050b 100644 (file)
@@ -156,19 +156,17 @@ notifications for the queue
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_notify ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS C library/kernel differences
index 8897d5e567cb18f1ff12b20fc670e4058dc8914e..cabee29f9c3ec661d2c4d4d84c92bfe759ff66d8 100644 (file)
@@ -251,19 +251,17 @@ limit was encountered; see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_open ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS C library/kernel differences
index fd49ad879757245222cbd8d23d38e657a39460d5..17f8850a408dfd7d294c37f49937136152d9d116 100644 (file)
@@ -129,20 +129,18 @@ The call timed out before a message could be transferred.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_receive (),
 .BR mq_timedreceive ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux,
index 3dc05b7a266d0297645cde8630225c73d857f00b..f57d60aa77aed3a575e8c5d3e2a8dfa6ae181062 100644 (file)
@@ -136,20 +136,18 @@ The call timed out before a message could be transferred.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_send (),
 .BR mq_timedsend ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux,
index 17e15c145ec8df6be90b81c8cf451efa25091623..db5872f2a534a060c2de3498847708c78033aefa 100644 (file)
@@ -43,19 +43,17 @@ There is no message queue with the given
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mq_unlink ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c7fb2f81f1c347f2f4ad467e4a4ab99e76f54192..1f068d19ebc35e485046a10ce6503c67224d1af6 100644 (file)
@@ -63,20 +63,18 @@ has no effect.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR mtrace (),
 .BR muntrace ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: The marking is different from that in the glibc manual,
 .\" markings in glibc manual are more detailed:
index 996e740676bab590a8971ddd3bc17a164754af6d..ed8ecaa7aa61969593b0ef9cafd215968de3b597 100644 (file)
@@ -69,21 +69,19 @@ On other systems it may do nothing.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nan (),
 .BR nanf (),
 .BR nanl ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f691aacbfb73668cc924d9cbd946f6729f7bf259..b4ae09a8219c7329acb89f43cc80401b5a2674ae 100644 (file)
@@ -163,14 +163,14 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nextafter (),
 .BR nextafterf (),
 .BR nextafterl (),
@@ -179,8 +179,6 @@ T{
 .BR nexttowardl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 7000489a342dc906ad7f974f6d39c35f877fb145..d3844baf03568a762f88b33616a5b3298040eff6 100644 (file)
@@ -66,14 +66,14 @@ See DESCRIPTION.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nextup (),
 .BR nextupf (),
 .BR nextupl (),
@@ -82,8 +82,6 @@ T{
 .BR nextdownl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 These functions are described in
index efe74e9e4b42f9e626a0bbff5a3c62397ee6178f..0f54ed5c9e7300bb8b634288bbff32ac3faaea4b 100644 (file)
@@ -295,19 +295,17 @@ the string returned by these functions.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nl_langinfo ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 5da0b0915613398192fbd959fdcb1bc41b2807b8..931e7928101df993c32969b12fd13a709c364c16 100644 (file)
@@ -98,20 +98,18 @@ Given a correct pointer argument, these functions always succeed.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ntp_gettime (),
 .BR ntp_gettimex ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index f2fbec75d2ace453e4ce30d6aa658cee1928a0ef..430e625d4121a6f8a0ac5a0f8a7cec072f5e9daa 100644 (file)
@@ -70,19 +70,17 @@ it returns a nonzero value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR on_exit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 5c3f666b52d86c30219dade6819ec668d1739435..dad3995bc6ba319f8cb5647043f703e62f5bb3e4 100644 (file)
@@ -98,20 +98,18 @@ is set to indicate the error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR open_memstream (),
 .BR open_wmemstream ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 0dcae187fb2a2845c4adf679b147a3e7342d94c9..7c5b3c640a7717688368293931dd26a1068bc5e6 100644 (file)
@@ -92,20 +92,18 @@ Insufficient memory to complete the operation.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR opendir (),
 .BR fdopendir ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 0b1d4632d5133858fbe0c6de0989a84253a69a4e..83309bb1dd56bde1b9bd14568d4f21a58bf19cc7 100644 (file)
@@ -129,23 +129,23 @@ fails.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR forkpty (),
 .BR openpty ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR login_tty ()
 T}     Thread safety   MT-Unsafe race:ttyname
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 75e6aa20eaccb4892974b6e1e93e933fea35c9df..5796f802e549ec3b626a745483fe884a01a25b10 100644 (file)
@@ -102,19 +102,17 @@ should be saved.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR perror ()
 T}     Thread safety   MT-Safe race:stderr
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index b955f318249523f0a954a9bd710342b1f040bc00..4fecb149a3da7a368940fc18e58dee77026f8df6 100644 (file)
@@ -150,20 +150,18 @@ is set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR popen (),
 .BR pclose ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The \[aq]e\[aq] value for
index 8f3b7142202beb24a32997d32fca82e1c34d6cfe..32fd3e9ba7e13e30d97122a44da96ad2340d32bc 100644 (file)
@@ -94,21 +94,21 @@ refers to a pipe.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR posix_fallocate ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe (but see NOTES)
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 88e4a8b6365929bb9faf29f03437836906539ed6..862a30aece18e0364a3bc514df1cc1684871ac5c 100644 (file)
@@ -147,25 +147,25 @@ There was insufficient memory to fulfill the allocation request.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR aligned_alloc (),
 .BR memalign (),
 .BR posix_memalign ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR valloc (),
 .BR pvalloc ()
 T}     Thread safety   MT-Unsafe init
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 0560879a0af7518bed26fbef5e1f1b9bd7a7318e..3a4263ef7b14613348a0cafaaff1bcded94783e5 100644 (file)
@@ -57,19 +57,17 @@ See
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR posix_openpt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index cfa0f90392a48a1abf709230827cd439f37bbc58..fc7b6b9f6bfa53e251ca51855706bd93f0230fef 100644 (file)
@@ -309,21 +309,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pow (),
 .BR powf (),
 .BR powl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6af433caee0e617ee24b436694d4d2247fb014d1..709288aea488bf8ec421051ad17f6dc93bb1d7a8 100644 (file)
@@ -32,21 +32,19 @@ to the functions described in this page.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pow10 (),
 .BR pow10f (),
 .BR pow10l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 962881a9cba2f987281300c0dc02aae721638442..0b9f4e00910f4f1f8a5248876d6a5a0d6eb14281 100644 (file)
@@ -898,14 +898,14 @@ If an output error is encountered, a negative value is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR printf (),
 .BR fprintf (),
 .BR sprintf (),
@@ -916,8 +916,6 @@ T{
 .BR vsnprintf ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 7791064a30b8150367f347ca482a1fec6d79fafe..21df0b71627df4738cfca48f38c782079808792d 100644 (file)
@@ -62,19 +62,17 @@ Zero is always returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR profil ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index f428c0e7cedc397ade1010d5aa517518082ff8d1..131f4b2ab197c2b329b1a4fe4774f62fa686a7d4 100644 (file)
@@ -78,20 +78,18 @@ functions return no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR psignal (),
 .BR psiginfo ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 60657ee4bfa0e49b3c708b9039339f3b84f49891..80884e524f26692be213942e8efb12459d3e6954 100644 (file)
@@ -61,20 +61,18 @@ handle a possible error return).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_init (),
 .BR pthread_attr_destroy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c095815d7a268ad65427d1434507c5e6c45a0304..cb43ce30ccc1c04e059ea3515ae2a41ef4a7268d 100644 (file)
@@ -88,20 +88,18 @@ Could not allocate memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setaffinity_np (),
 .BR pthread_attr_getaffinity_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index 402d8e01eff43f17710a5516da13f98cf2de3261..037c37e678ced2ec6db419733bdcb4035e20c911 100644 (file)
@@ -69,20 +69,18 @@ An invalid value was specified in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setdetachstate (),
 .BR pthread_attr_getdetachstate ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 00c65e4ff9215c107ac17dd4d2c3917ba0c3c86b..0e07b56be4ac6fe2bf4320362728576e87d8c106 100644 (file)
@@ -86,20 +86,18 @@ handle a possible error return).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setguardsize (),
 .BR pthread_attr_getguardsize ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 98dc2eea1d2d1a8c37735b0a1aa90e2725e4e2d4..b56a338f4051342c3a5414e543b16de6a372221a 100644 (file)
@@ -90,20 +90,18 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setinheritsched (),
 .BR pthread_attr_getinheritsched ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c4ad066bff1197ea206c18399a601aab7ff4fa63..313cf7ef801adda633bbda8399f1759c20823955 100644 (file)
@@ -87,20 +87,18 @@ handle this error return value).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setschedparam (),
 .BR pthread_attr_getschedparam ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index f727e7bdb65a6704f854919b1dc7a5aa521c5619..1bbb7fa66a4e466f163e12e348c2a89b736289ee 100644 (file)
@@ -79,20 +79,18 @@ error ("attempt was made to set the attribute to an unsupported value") for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setschedpolicy (),
 .BR pthread_attr_getschedpolicy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 038661567e7b83753d68c0004ec8f81c00e25e19..c4edc8ea8e015ef4b268609ae836c79b7b611f51 100644 (file)
@@ -100,20 +100,18 @@ which is not supported on Linux.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setscope (),
 .BR pthread_attr_getscope ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c005cb5ac8ad6633f3a56cb7ce944a87e1a96de6..2a230255b2a280c4eaab238f1f2625056398e1bd 100644 (file)
@@ -71,20 +71,18 @@ Could not allocate memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setsigmask_np (),
 .BR pthread_attr_getsigmask_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index 0f883c26ca70d1cc3fce58b644ca38221731ddec..4bb995f649a65c357f7240146661aa278346e506 100644 (file)
@@ -92,20 +92,18 @@ is not both readable and writable by the caller.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setstack (),
 .BR pthread_attr_getstack ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index e92e442db3b689f3462c3c7f8a05f76b71b6514f..eb50ca7b6b4bf0a2f52cffcd2df08637333012cc 100644 (file)
@@ -65,20 +65,18 @@ handle a possible error return).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setstackaddr (),
 .BR pthread_attr_getstackaddr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 7b9e4a2d1715b2c761ca96aa3f31399e3a6ce282..0465a9f86146ad7096cb950b7f348a48cffa6204 100644 (file)
@@ -63,20 +63,18 @@ is not a multiple of the system page size.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_attr_setstacksize (),
 .BR pthread_attr_getstacksize ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 These functions are provided since glibc 2.1.
index 5ff2ff8f749b707b2c6d5d4a9142457e59e30bdb..d6960ead601cb887b1adff531c0c1e4b183189a0 100644 (file)
@@ -105,19 +105,17 @@ could be found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_cancel ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux, cancelation is implemented using signals.
index 215f01d9f55dcd0075e20bc775b2eabda7e0f00f..361b97d6b3eeade4c623ab8b8e20a0066a917d44 100644 (file)
@@ -106,20 +106,18 @@ There are no errors.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_cleanup_push (),
 .BR pthread_cleanup_pop ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On glibc, the
index 033acf01e11db66ba3dbdfd5f10dbcd26cc8471b..762ecc86b14bfd1ce97fa2158f2b62a3e77debb5 100644 (file)
@@ -137,19 +137,17 @@ No permission to set the scheduling policy and parameters specified in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_create ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 946ae31402eaec4953cf45416327ab9b40d2a77a..ccd06a275294531eba91d291b10928cd55598448 100644 (file)
@@ -46,19 +46,17 @@ could be found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_detach ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 8777e682b85314b19eafcb6cad5f6bc7421f2a1d..fa31662f8f8f991543e9842c064b630d4120f574 100644 (file)
@@ -29,19 +29,17 @@ This function always succeeds.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_equal ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 65b36cda52ec4d0ee6fb992a857d010606c46888..23b7baf6387ae08b58b2ee50a440273213f925f5 100644 (file)
@@ -57,19 +57,17 @@ This function always succeeds.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_exit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1eb434ad12e3f150ccb4fc2b3256a3996355b22d..9176a983b8e00fcafe87c2364982f4a5d75d7e46 100644 (file)
@@ -61,20 +61,18 @@ Insufficient memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_getattr_default_np (),
 .BR pthread_setattr_default_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index ddf846010596a33158998a4d18e723d5ab76f3eb..fd2c62555309efc2263681e19d728c87e8d1e502 100644 (file)
@@ -78,19 +78,17 @@ resource limit is not supported.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_getattr_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index bac136159fe2f9166cb8ddc138141bf8e02e8ce0..d6361dbbc25407aa838608474b5c70c5f2ccf0bc 100644 (file)
@@ -48,19 +48,17 @@ could be found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_getcpuclockid ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1cb5ee4173e02d09d509f4791d5f8b18c7c89a4f..e3fccafc3d4e4e8053077b03301607e3816589d8 100644 (file)
@@ -80,19 +80,17 @@ could be found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_join ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index bce768fda380606f57b23f364f1d605c66dddbcf..866d3f0b763e169dae9414a6dc33d4cbc1cce8af 100644 (file)
@@ -52,19 +52,17 @@ An invalid signal was specified.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_kill ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The glibc implementation of
index 950e46f96c47fe21ad3d0e93920be6f17ee9dafd..58641f3c81a71848d7a554798b4ec601002b697a 100644 (file)
@@ -29,19 +29,17 @@ and the cleanup handlers are not called in those threads.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_kill_other_threads_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 In the NPTL threading implementation,
index 7f99018af4347a5012083c1b1e0396b3aab86597..e6e7820ff4f73fe7c37eb2abbf42a84da0f20cbb 100644 (file)
@@ -32,19 +32,17 @@ This function always succeeds.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_self ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 3aa75c1962682692375831b2515d9fe9b261c663..33bfa3962c6d988d2792d05532beca4d963bb364 100644 (file)
@@ -97,20 +97,18 @@ could be found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setaffinity_np (),
 .BR pthread_getaffinity_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index 685ed4fb78054adc0382288b7d10bc04845dd09b..0c805fda3c26d4c13b56a9ff0a6daca6d86e7df3 100644 (file)
@@ -98,28 +98,32 @@ Invalid value for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setcancelstate (),
 .BR pthread_setcanceltype ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe
 T}
 T{
+.na
+.nh
 .BR pthread_setcancelstate (),
 .BR pthread_setcanceltype ()
 T}     Async-cancel safety     T{
+.na
+.nh
 AC-Safe
 T}
 .TE
-.hy
-.ad
 .sp 1
 .hy
 .SH STANDARDS
index dcce679af8d74c97359808405dad7dc81678306c..0f586895450eec596987a3a3d7539c5d5efc2b3b 100644 (file)
@@ -63,20 +63,18 @@ would cause a system resource to be exceeded").
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setconcurrency (),
 .BR pthread_getconcurrency ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6cca4c448ec3cc04700353e6439eeb79e6dcda20..ae2cf65c447574491bc551096c4b923b402ec5a1 100644 (file)
@@ -84,20 +84,18 @@ then the call may fail with one of the errors described in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setname_np (),
 .BR pthread_getname_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index 7b34fdb84727144769e5defc3e1129f5c2e44a5f..8d7799914d21781408edaa234c6d909286f31220 100644 (file)
@@ -121,20 +121,18 @@ to an unsupported value") error for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setschedparam (),
 .BR pthread_getschedparam ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index caa61682555ab10eaf10d00c0327fd9ee0dd13d7..cf31e2bb0c9a7d3f6634f7a313539b7aef30f859 100644 (file)
@@ -63,19 +63,17 @@ to an unsupported value") error for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_setschedprio ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index b4c912e49eef50ee3635b6769ec0e0f4b76c9dbb..d883de87743c1a837a9d3501dfc154593c2546f7 100644 (file)
@@ -49,19 +49,17 @@ See
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_sigmask ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index cd2c22926491bdbebb3f2bd95d3db920ef08002e..8a18732517ffbcbc5bfd1602c1ce4c2818239d92 100644 (file)
@@ -74,19 +74,17 @@ is not valid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_sigqueue ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The glibc implementation of
index b976e1c78a8d79ec22513e8ad80f4c8eb505d91d..d8bd20283767218b094d1849ca7104277fd1c373 100644 (file)
@@ -38,19 +38,17 @@ This function always succeeds.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_testcancel ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index ea6afb46d14927fc0c59fa23398bd37c207b1b62..001849efa11939ef55dfba729181b3eaeab59075 100644 (file)
@@ -95,20 +95,18 @@ never returns the error
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_tryjoin_np (),
 .BR pthread_timedjoin_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU;
index ec57bdaef685ee79a4b2ad7a72b1d686ad795b50..59173300ff9ba76ac9894b68b6050757abe82130 100644 (file)
@@ -38,19 +38,17 @@ handle a possible error return).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR pthread_yield ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux, this function is implemented as a call to
index d42ef713f038e344724fb89005cc5ae34d65aa6f..16e1acc1f1f18efd970fe8b42c0268f9df69de87 100644 (file)
@@ -92,22 +92,22 @@ is too small.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ptsname ()
 T}     Thread safety   MT-Unsafe race:ptsname
 T{
+.na
+.nh
 .BR ptsname_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 A version of
index b29c713994da0182778fa4072688aa6d286833ab..a66f7deec7c1b057ffd5beba37fe8b20baaa65ac 100644 (file)
@@ -66,19 +66,17 @@ Insufficient space to allocate new environment.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR putenv ()
 T}     Thread safety   MT-Unsafe const:env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2373de1e6d352fb30116ca20a98d92bfe1b00160..546fc3a9f5c372efe9b0169faaddbe348fdb8d14 100644 (file)
@@ -47,19 +47,17 @@ The function returns zero on success, and a nonzero value on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR putgrent ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 7683c53196795dfbe925447cc192bbedee0ac91a..9584d9373f922a860f9e6e978c358e497995e0b4 100644 (file)
@@ -71,19 +71,17 @@ Invalid (NULL) argument given.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR putpwent ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 34e3a61086c88295712166d5626c56917d8c17f2..1e87efd5af19a07c293ed205c5aa195f92816e19 100644 (file)
@@ -84,14 +84,14 @@ on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR fputc (),
 .BR fputs (),
 .BR putc (),
@@ -99,8 +99,6 @@ T{
 .BR puts ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f6c7fd750c690c4e4d2d0eae16820fa9602cf1a0..c505906784890b8c63c4fa1ce2e5b35b9be4cde5 100644 (file)
@@ -59,19 +59,17 @@ to indicate an error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR putwchar ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 78bcc88c3c632851a5a417c4082668a60ae5d84c..5828b6c27e27b3688f0c478163434daf5eaf7d96 100644 (file)
@@ -72,25 +72,27 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR qecvt ()
 T}     Thread safety   MT-Unsafe race:qecvt
 T{
+.na
+.nh
 .BR qfcvt ()
 T}     Thread safety   MT-Unsafe race:qfcvt
 T{
+.na
+.nh
 .BR qgcvt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 955f8cb43480755b69f6f5df02ec8193a4acb72c..adbc44fccb934c8cb30b7ae56de78196a5b7e881 100644 (file)
@@ -84,20 +84,18 @@ functions return no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR qsort (),
 .BR qsort_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 89afd746ec941548a7056069911c8344b5a5967d..cc82df15d4b6f9643fefb54c47b0e742ecd417ad 100644 (file)
@@ -48,19 +48,17 @@ returns 0 on success, and nonzero for failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR raise ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 8dfd80fb1482686aa62763e190428bda5e14717c..379f3748452f97c8cce7c77801ea5e4dc0b0fb3c 100644 (file)
@@ -117,21 +117,19 @@ function returns no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rand (),
 .BR rand_r (),
 .BR srand ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The versions of
index 94f146a13dded17cad80f6dbfa1307a9c952cfae..3d75f649d87bf8a752c3b4ab1539b130d2694e0c 100644 (file)
@@ -138,22 +138,20 @@ A state array of less than 8 bytes was specified to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR random (),
 .BR srandom (),
 .BR initstate (),
 .BR setstate ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index b40c6771727cb412263772e60a6781f087819b2d..833cc38a0e59477f09e42900baab0f663debf7c1 100644 (file)
@@ -141,22 +141,20 @@ was NULL.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR random_r (),
 .BR srandom_r (),
 .BR initstate_r (),
 .BR setstate_r ()
 T}     Thread safety   MT-Safe race:buf
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index c907ec74e400513ebd037cc51e1c78642650142f..8f50a77046dfffd20067a1b0fbdedf598d0cfc0b 100644 (file)
@@ -246,30 +246,32 @@ see above.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rcmd (),
 .BR rcmd_af ()
 T}     Thread safety   MT-Unsafe
 T{
+.na
+.nh
 .BR rresvport (),
 .BR rresvport_af ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR iruserok (),
 .BR ruserok (),
 .BR iruserok_af (),
 .BR ruserok_af ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index 0ec5e1e0443ff9b63bbb4626e412ba346ae1fe96..e714a3f1b1c4d7f090a3d5a049d9efc9ade10b56 100644 (file)
@@ -49,20 +49,18 @@ returns 1 for a successful match, zero for failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR re_comp (),
 .BR re_exec ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index cdb03ab3324b9bf523d7a67cfe8e166ba52f5e38..cd510ba4e9a1d66f166fff650a3e5aef1fb60c1b 100644 (file)
@@ -175,19 +175,17 @@ Invalid directory stream descriptor \fIdirp\fP.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR readdir ()
 T}     Thread safety   MT-Unsafe race:dirstream
 .TE
-.hy
-.ad
 .sp 1
 .PP
 In the current POSIX.1 specification (POSIX.1-2008),
index 9b34f991bf987c497d4918b8d5d4a92980dae924..f638f2f50bf9914698f03b0eb8c8788ce69efddd 100644 (file)
@@ -126,19 +126,17 @@ A directory entry whose name was too long to be read was encountered.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR readdir_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index f36d81fd159655d85810be2b78cb57a7312d3a87..7e2e2f17d8a96e5fccce2e4b5c6990d8839af2c4 100644 (file)
@@ -119,19 +119,17 @@ A component of the path prefix is not a directory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR realpath ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS GNU extensions
index 630c0369d7ac653e77107f20515abf5aa778dbc5..1724843e192439b6f9ba036f1041c0a066a3cf6b 100644 (file)
@@ -311,26 +311,28 @@ Invalid back reference to a subexpression.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR regcomp (),
 .BR regexec ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR regerror ()
 T}     Thread safety   MT-Safe env
 T{
+.na
+.nh
 .BR regfree ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index ab04ae984df1201063a274e2ed702423b9288b1b..59eb770721a3374ea31bc0b6271141782b4f25a2 100644 (file)
@@ -153,14 +153,14 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR drem (),
 .BR dremf (),
 .BR dreml (),
@@ -169,8 +169,6 @@ T{
 .BR remainderl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .\" IEC 60559.
index 125eb9e5574abbb76fd2fe0af3536d7d28537391..449ff22184c10ddce845b908aa5e7cd094076b9a 100644 (file)
@@ -56,19 +56,17 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR remove ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 3b6b803b5d8304673374757a34546d48a3303005..bb4229d527b1a0333dddea4d3a8af7c02f52afbf 100644 (file)
@@ -114,21 +114,19 @@ These functions do not set
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR remquo (),
 .BR remquof (),
 .BR remquol ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e6a3f318e8dbadacb51508234d3c7eb16075f6cd..814819112310b2c580bccb96f539ed1bf6215117 100644 (file)
@@ -473,14 +473,14 @@ resolver configuration file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR res_ninit (),
 .BR res_nclose (),
 .BR res_nquery (),
@@ -489,13 +489,13 @@ T{
 .BR res_nsend ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR res_nmkquery (),
 .BR dn_comp (),
 .BR dn_expand ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 3b7ff779e00dc52af3c2f35a00a6dd33b7f06385..0ce0277d9df18f207306641b8af539bbffbef85e 100644 (file)
@@ -36,19 +36,17 @@ function returns no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rewinddir ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index ce0a4cde03b84bb0567d0fba923eb9940e6061d3..16c8141a1b7a59adbc6974960aec74d392a7f94b 100644 (file)
@@ -126,20 +126,18 @@ or
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rexec (),
 .BR rexec_af ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index a21212288cc5306eeeaf9d9ed02eaf118dc9ef52..b20de4a02ca931d797dd9f22ea7c7ab0a5e7e170 100644 (file)
@@ -95,14 +95,14 @@ POSIX.1-2001 documents a range error for overflows, but see NOTES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR nearbyint (),
 .BR nearbyintf (),
 .BR nearbyintl (),
@@ -111,8 +111,6 @@ T{
 .BR rintl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 34c0efbf6286ec31bcd2d548696df30aeea97942..c9090097c686a1bc2d652483ee7bbc478b6eb0db 100644 (file)
@@ -60,21 +60,19 @@ POSIX.1-2001 documents a range error for overflows, but see NOTES.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR round (),
 .BR roundf (),
 .BR roundl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 7ebe97898ad8031d501d4704d7afd44e4cce817c..1b28438bfad024c0c49b113937175284df1b0268 100644 (file)
@@ -1109,14 +1109,14 @@ Service implementors usually do not need this routine.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR auth_destroy (),
 .BR authnone_create (),
 .BR authunix_create (),
@@ -1181,8 +1181,6 @@ T{
 .BR xprt_unregister ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH SEE ALSO
 .\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05
index b70bf2557816925245fe45025f5b9abcf64573f8..8dcc54c6c2ca3a5e1b91c5c0365e558a1a116b57 100644 (file)
@@ -108,19 +108,17 @@ that of an unrecognized value of
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rpmatch ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 80ee2655f21d6e2d6798c9f24d8e69070997f8ff..7d21ae301d51ba586839490b4a5d1034b097273f 100644 (file)
@@ -59,19 +59,17 @@ The waiting time as defined in timeout has expired.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR rtime ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH NOTES
 Only IPv4 is supported.
index 22cab303a2831dc13b440fe132262113a3ea0c5b..a92a1d77fd545037e45a8731bccc453a7d42f284 100644 (file)
@@ -155,21 +155,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR scalb (),
 .BR scalbf (),
 .BR scalbl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 98fec74da10fbf8b4f0781f98c08cd31154e6098..6c52d5e4e954b81c4f441e4af01f9034bba0335e 100644 (file)
@@ -126,14 +126,14 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR scalbn (),
 .BR scalbnf (),
 .BR scalbnl (),
@@ -142,8 +142,6 @@ T{
 .BR scalblnl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 3eb65a9a45b2951e3dcb1be3b900bf3e02319f45..83fd105668cca26e35d6ef397a9f7d79ed53b261 100644 (file)
@@ -183,24 +183,24 @@ is a file descriptor referring to a file other than a directory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR scandir (),
 .BR scandirat ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR alphasort (),
 .BR versionsort ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 108b0e4caf7f85af6e10e8121591daa025b289c2..520ead59f4e1d7eee6767e27bd47d08a8cb89856 100644 (file)
@@ -118,22 +118,20 @@ Out of memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR scanf (),
 .BR fscanf (),
 .BR vscanf (),
 .BR vfscanf ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f116b2dfb3dced4436a1d96ee63536604829eead..76dd58a0336703f4b1e3b201f24d8abdc4e49372 100644 (file)
@@ -49,19 +49,17 @@ This kernel does not implement
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sched_getcpu ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 5b5b3e988b347bf12753045b90c5f10e9e431c62..649a7ec26a349471e93092dd99e9e0b46102c405 100644 (file)
@@ -52,19 +52,17 @@ function returns no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR seekdir ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index a7b5a604de6eae46e7b82940609dd3e618d9f1f9..60f8d1dc9f056317806cf52731b620ad0176366d 100644 (file)
@@ -35,19 +35,17 @@ is not a valid semaphore.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_close ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index a14f76a2cba10ea7bec9ff8531bacad43017c3c5..b80ab8f4f1a0f208af2ff7f7d23a4883f7930e65 100644 (file)
@@ -47,19 +47,17 @@ is not a valid semaphore.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_destroy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 57161cd155ae4961ec519afc1d9b0c3c7e204c33..0bf36d127b36352bfde26fa476fb8a3fe0e9a11c 100644 (file)
@@ -49,19 +49,17 @@ is valid.)
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_getvalue ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index e1dcc586e6ab60d2e782233cf67aa08a56da7520..c5ce686d52cb4ddf72f4fa855f8f6da04610b35e 100644 (file)
@@ -76,19 +76,17 @@ but the system does not support process-shared semaphores (see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_init ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index b8f4ada8c60c1fa3a6ed542c2ea38a6fcaed2e67..c7b48288c510e00b007742016198521e7e155ec7 100644 (file)
@@ -151,19 +151,17 @@ Insufficient memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_open ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 9b6b026b9c07bea4f24a15da99b5fb8a9b992600..3abe0ba5c6faf92a871200cc7e4d3a6a7599c936 100644 (file)
@@ -42,19 +42,17 @@ The maximum allowable value for a semaphore would be exceeded.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_post ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6ccb17c0e0117eb8e65c82e84a65c58f00bdf5a0..8cd67929e56f237394387cb15e86b434cf77571b 100644 (file)
@@ -43,19 +43,17 @@ There is no semaphore with the given
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_unlink ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index da4893202d56c18416ed974f0c42fc622111ae40..29bd5122a8c701a8bdc6f43425fff7f013824950 100644 (file)
@@ -114,21 +114,19 @@ The call timed out before the semaphore could be locked.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sem_wait (),
 .BR sem_trywait (),
 .BR sem_timedwait ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index adf5f13d73df97377b98af6b77978f3db336ae02..d10ca56b09d8f5aebe04f12590ec7e8f7248815c 100644 (file)
@@ -105,26 +105,26 @@ file.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setaliasent (),
 .BR endaliasent (),
 .BR getaliasent_r (),
 .BR getaliasbyname_r ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR getaliasent (),
 .BR getaliasbyname ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 7db3f1c557d1a9e367981db76b76dd1895c56003..b64bb5d625a82b8ce49b9a16a6a499f31f221c04 100644 (file)
@@ -142,22 +142,20 @@ The other functions do not return a value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setbuf (),
 .BR setbuffer (),
 .BR setlinebuf (),
 .BR setvbuf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 86b7860f188fc1e00725aa4924e3424a969d4458..f5e9d76913ee1236c667e6d7184959570e40d946 100644 (file)
@@ -104,20 +104,18 @@ Insufficient memory to add a new variable to the environment.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setenv (),
 .BR unsetenv ()
 T}     Thread safety   MT-Unsafe const:env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 138db4ca2c72809f40429a100594914f344282c4..8318c4152c846674960721c15ea34c9d0b76f23b 100644 (file)
@@ -121,24 +121,24 @@ functions do not return.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setjmp (),
 .BR sigsetjmp ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR longjmp (),
 .BR siglongjmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 610066167aae0ac9f2adcb656071a45ff6a0366a..2860893e223c1a306bfb60c7deb55ff053d6f70b 100644 (file)
@@ -34,8 +34,6 @@ the program's current locale is modified according to the arguments.
 The argument
 .I category
 determines which parts of the program's current locale should be modified.
-.ad l
-.nh
 .TS
 lB lB
 lB lx.
@@ -76,8 +74,6 @@ LC_TIME       T{
 Formatting of date and time values
 T}
 .TE
-.hy
-.ad
 .PP
 The categories marked with an asterisk in the above table
 are GNU extensions.
@@ -184,19 +180,17 @@ The return value is NULL if the request cannot be honored.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setlocale ()
 T}     Thread safety   MT-Unsafe const:locale env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c5030e7e0d24c8aa3b05ecb9c2f1e8fab92eacc3..11d81eedad22728eed38edaf515896dd3db2a2c3 100644 (file)
@@ -59,19 +59,17 @@ None.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setlogmask ()
 T}     Thread safety   MT-Unsafe race:LogMask
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 38b4920997325b365cceea74b2e4590316f2236c..4a7838f0914c1fad50c56890a1bbf8e4046278d6 100644 (file)
@@ -101,35 +101,43 @@ These functions return 1 on success and 0 for failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR setnetgrent (),
 .BR getnetgrent_r (),
 .BR innetgr ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netgrent
 locale
 T}
 T{
+.na
+.nh
 .BR endnetgrent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netgrent
 T}
 T{
+.na
+.nh
 .BR getnetgrent ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:netgrent
 race:netgrentbuf locale
 T}
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I netgrent
index ee1c54d46900c847636eb5d0e970b59d21ebca06..0fce4f47e25851454650b0d4c3fba334bb52a579 100644 (file)
@@ -223,20 +223,18 @@ that does not exist.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR shm_open (),
 .BR shm_unlink ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX leaves the behavior of the combination of
index 1712bb280517eee5b78c1be8e231a22306d476d2..ec056ee94b35bab9e33fc5feedca3e2843c26968 100644 (file)
@@ -69,21 +69,21 @@ The specified signal number is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR siginterrupt ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe const:sigintr
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 4135da199cb0b24f6a2dda5d3743ff58898c3ad9..d6e50cb8a78d3650a4b749492fa4259491402216 100644 (file)
@@ -57,19 +57,17 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR signbit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 16486985125f5998e398f8885f281cd28bb14dac..9fd74464176649c9ab2025f3bc799482ea6550ac 100644 (file)
@@ -50,21 +50,19 @@ for IEEE 754 conformance.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR significand (),
 .BR significandf (),
 .BR significandl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index bbe743462ef619ee978fc52769a642be0aa64548..1c013642b89f1896e6fcec6e2d1ae7ec6d5faafe 100644 (file)
@@ -40,19 +40,17 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigpause ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: The marking is different from that in the glibc manual,
 .\" marking in glibc manual is more detailed:
index c2bff7aa378514376e3ee58d3c711a8379678847..c86618320517e29f51ff75ebd013ebc17346175b 100644 (file)
@@ -100,19 +100,17 @@ No process has a PID matching
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigqueue ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS C library/kernel differences
index 9e6637ef90078f451fd901ba35133f6a7c440eaf..c10056e407d54c5f1b825149abccd7abe81da5aa 100644 (file)
@@ -153,22 +153,20 @@ see the errors under
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigset (),
 .BR sighold (),
 .BR sigrelse (),
 .BR sigignore ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 089c3425678805dd63e96b4dd314374cd61d6c04..e6baed349dc92f194fcf86e49b862d4caa4b7966 100644 (file)
@@ -114,14 +114,14 @@ is not a valid signal.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigemptyset (),
 .BR sigfillset (),
 .BR sigaddset (),
@@ -132,8 +132,6 @@ T{
 .BR sigandset ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .SS GNU
index 6865b9a76ecaf7e73515b11ddce2ac2b684e554c..fcf1473a275506820e60d2e9fe2d7ee05a88a5de 100644 (file)
@@ -212,14 +212,14 @@ and
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigvec (),
 .BR sigmask (),
 .BR sigblock (),
@@ -227,8 +227,6 @@ T{
 .BR siggetmask ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 3f1df3e2792c979d02432f67ffbc047f41a538a6..2e6862b7acaac1f3a8ae1adb9dbfc19bd2237160 100644 (file)
@@ -67,19 +67,17 @@ contains an invalid signal number.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sigwait ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 .BR sigwait ()
index 3b403ff3b1c8ec17ebffc8a3494a8540a1e7a8c1..487c8dcd6eaedcde16f51656c298bb76a468e145 100644 (file)
@@ -82,21 +82,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sin (),
 .BR sinf (),
 .BR sinl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6e05c9f00f43e79534d1d0f4e61da2cd28973da5..0860ed3b4b47c52418ebf2cf958cac2c98e30269 100644 (file)
@@ -70,21 +70,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sincos (),
 .BR sincosf (),
 .BR sincosl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index ebb8bbb7e464d2b1381f29656f9f57550199c681..266a456e99637a1e77d382b37654797fea703fca 100644 (file)
@@ -98,21 +98,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sinh (),
 .BR sinhf (),
 .BR sinhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 4d2d4e58141f67837cba4d69fa9cbd5b76030148..802acebc993e43e488747052d0f0d88ae6e4cc80 100644 (file)
@@ -29,19 +29,17 @@ if the call was interrupted by a signal handler.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sleep ()
 T}     Thread safety   MT-Unsafe sig:SIGCHLD/linux
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On Linux,
index b5627052defc34cb26b79a1bb37c36cd023971e2..7b1602d3f07444a7ef53f1ca29303a5b24b6f12b 100644 (file)
@@ -56,19 +56,17 @@ can be applied.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sockatmark ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 010d30561928d5fe0e579ff79b154f1c5af03800..7c3e99134f1d9cb86c3f2e04a586f6abdd8450da 100644 (file)
@@ -81,21 +81,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sqrt (),
 .BR sqrtf (),
 .BR sqrtl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 922c9e62def3a5ff236e746fd748a07936993b8f..63ce40122d8feee27b9de8f3b52915239bcaac3b 100644 (file)
@@ -542,20 +542,18 @@ Out of memory.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sscanf (),
 .BR vsscanf ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f15aa7a3eab95448b23abad7e828bfcd0185f4f8..2920d4b98f80c8e22682cef97f901cfcb7680a03 100644 (file)
@@ -176,20 +176,18 @@ Some values were too large to be represented in the returned struct.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR statvfs (),
 .BR fstatvfs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Only the
index 68529802a199c91ac71dfedfd80ff8c4193878ca..405ab2dfafb051ea168ebd4614e9fd63680b8e77 100644 (file)
@@ -204,24 +204,24 @@ instead, since that was the name used in the draft proposal.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR va_start (),
 .BR va_end (),
 .BR va_copy ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR va_arg ()
 T}     Thread safety   MT-Safe race:ap
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 62a7f99070960ac180483eede27e5d55f296cb95..d483d7597f57053c311760546c096c7b47c11ea6 100644 (file)
@@ -108,20 +108,22 @@ function discards the contents of the stream's buffer.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR __fbufsize (),
 .BR __fpending (),
 .BR __fpurge (),
 .BR __fsetlocking ()
 T}     Thread safety   MT-Safe race:stream
 T{
+.na
+.nh
 .BR __flbf (),
 .BR __freadable (),
 .BR __freading (),
@@ -130,8 +132,6 @@ T{
 .BR _flushlbf ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH SEE ALSO
 .BR flockfile (3),
index e7367cf63fdeafbf7cb0a2461a615593fb6c4242..6f6ed17beab8974492d6571b5886bce2c439d9a5 100644 (file)
@@ -78,20 +78,18 @@ one after the last character in the destination character sequence.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR stpncpy (),
 .BR strncpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 7bebe7a53da4fe1f6f48eb393366bed194523735..aecdcf45c264a3780c236e12cfddd8204be3dffd 100644 (file)
@@ -61,20 +61,18 @@ respectively.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strcasecmp (),
 .BR strncasecmp ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index d3d88beebfd1d51af2c0a730c9b1242b7ab17e00..8f074beae644f02d93019ae0428efae84900e979 100644 (file)
@@ -85,21 +85,19 @@ if the character is not found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strchr (),
 .BR strrchr (),
 .BR strchrnul ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index a6cd2c758451bc7d5d4d9d7de81e77cfc1e54f1a..4c6e38745b168a05d701529b0f125afb4d4878de 100644 (file)
@@ -79,20 +79,18 @@ match, or be greater than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strcmp (),
 .BR strncmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 POSIX.1 specifies only that:
index 56c2fc435b605f2f28ef2bb95eb99be9a09a63e9..3e41734224bcbb79a680ce478aef27ada428c4d8 100644 (file)
@@ -53,19 +53,17 @@ as appropriate for the current locale.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strcoll ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 74f67644c7d9df7a437b6b947b58cf21e3af44aa..af20f188a7c861e60505c18062aaf3cf4a8ca984 100644 (file)
@@ -99,21 +99,19 @@ These functions return
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR stpcpy (),
 .BR strcpy (),
 .BR strcat ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 82d438b5e82118b7495839963490f3818bbcf69c..084d7d3a38ca170b09c7c84888955ff69c4d5bc0 100644 (file)
@@ -98,22 +98,20 @@ Insufficient memory available to allocate duplicate string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strdup (),
 .BR strndup (),
 .BR strdupa (),
 .BR strndupa ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 1c80449d37a73a7e3d3dada9fc60bc13908096c9..52a43f7596deee622640c815f6de4d882bd5c530 100644 (file)
@@ -219,29 +219,33 @@ Insufficient storage was supplied to contain the error description string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strerror ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:strerror
 T}
 T{
+.na
+.nh
 .BR strerrorname_np (),
 .BR strerrordesc_np ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR strerror_r (),
 .BR strerror_l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index a7f7333a2fff530f0b074c8b38d4d3ba4bb0a5fc..2aae46e7ad4d8d0356f508dc8ab561c3d4a06b81 100644 (file)
@@ -145,22 +145,22 @@ returns \-1, and the contents of the array is undefined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strfmon ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR strfmon_l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6101af75c78226086d7098015b1def7428efbb8e..33a38c03a2e4734cc15d81376eae6192f648cebc 100644 (file)
@@ -155,14 +155,14 @@ and the
 .B POSIX Safety Concepts
 section in GNU C Library manual.
 .PP
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strfromd (),
 .BR strfromf (),
 .BR strfroml ()
@@ -170,8 +170,6 @@ T}  Thread safety   MT-Safe locale
 \^     Async-signal safety     AS-Unsafe heap
 \^     Async-cancel safety     AC-Unsafe mem
 .TE
-.hy
-.ad
 .sp 1
 Note: these attributes are preliminary.
 .SH STANDARDS
index f1f539ea0d154fdb456da61444fe368ee91ec897..b99ff6b0e2712f4e44844bd7df744defa730b010 100644 (file)
@@ -37,19 +37,17 @@ string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strfry ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 GNU.
index 6d77faf14c461b155399131cb79a60c2c726fb08..aaffbc91b02bb4eb84498b1b8544b863b5e891b0 100644 (file)
@@ -525,20 +525,18 @@ are used.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strftime (),
 .BR strftime_l ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index ac587a48fdaf9e782d0deedd5ca57900447396f3..1bad9e4029979cc5bbc163da4d977cd9e23248bc 100644 (file)
@@ -34,19 +34,17 @@ function returns the number of bytes in the string pointed to by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strlen ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 266268199aa5896f1bb74ca475881455155c1fe9..c82d35f771843a7fc0a51b96960969f49558c949 100644 (file)
@@ -51,19 +51,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strncat ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9f922f6cacdc0a898ee82d4d054687640b51fc5f..d28c0d30f0b182de05ac0eb478b6159c505d4005 100644 (file)
@@ -64,19 +64,17 @@ characters pointed to by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strnlen ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 9d4ac932775e958e1fee303e1e75e97cf8c20297..1c9500b80d751701d836a4ee80925a20b40da8c1 100644 (file)
@@ -40,19 +40,17 @@ if no such byte is found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strpbrk ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 0a1bf4c49684bcce4060ed8deb2372658ddbfc91..18e33fbf6b6718f4e161b31ebca9b0aa30523093 100644 (file)
@@ -264,19 +264,17 @@ returns NULL.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strptime ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 19caafeb1d4b084559a6feef9662794f0217cc22..46671f48e0c06a598c6a966d8b5373ed1e569a39 100644 (file)
@@ -68,19 +68,17 @@ that is, it returns the original value of
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strsep ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 03b437ac6a7d4415c080d285f2ea9e7085ba220a..050b0a25ad8bd3c413728c1175299f959ffc47ed 100644 (file)
@@ -112,25 +112,27 @@ These functions return NULL for an invalid signal number.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strsignal ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:strsignal locale
 T}
 T{
+.na
+.nh
 .BR sigdescr_np (),
 .BR sigabbrev_np ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 941d310d7f8d504fae6b8eb05b9bd99d13efb1a3..d3b1d9eb028c2f47c640f660378390e596c9b312 100644 (file)
@@ -57,20 +57,18 @@ which are not in the string
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strspn (),
 .BR strcspn ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 53eee808023317ea95a3018a695205846883ea53..80fe8d10015c08612a0182c360dae9fb667ae22d 100644 (file)
@@ -55,22 +55,22 @@ itself.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strstr ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR strcasestr ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 9d7ab11a8075e08d59ee3ae451f117490aeb8bb6..6acae0d41085d5604a25971b498885adc7e0259a 100644 (file)
@@ -140,21 +140,19 @@ Overflow or underflow occurred.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strtod (),
 .BR strtof (),
 .BR strtold ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 In the glibc implementation, the
index 541e7e481fb4b7fe78c3cc0702f929e527b906e8..87de2a1d2f2fecdcb1b9db3651b745c78818c9a6 100644 (file)
@@ -44,20 +44,18 @@ is set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strtoimax (),
 .BR strtoumax ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index b702e287a7f732f31bcb191d287e212d2c974ac2..b7d0b74cbc78817322fe73b589e2d653dfb0b4a7 100644 (file)
@@ -154,22 +154,22 @@ the next token, or NULL if there are no more tokens.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strtok ()
 T}     Thread safety   MT-Unsafe race:strtok
 T{
+.na
+.nh
 .BR strtok_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 On some implementations,
index 95b291ab8d6abc2be1936bc657baafc9b285bc4b..dd43c37188375887dc3a8ccbc53a3ee8a3ee099c 100644 (file)
@@ -143,21 +143,19 @@ no conversion was performed (no digits seen, and 0 returned).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strtol (),
 .BR strtoll (),
 .BR strtoq ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 14c72fb774147816012d751b9861978ea84fa823..862616d59b5c6e82bf8f45b42e8a93ae6a19e61c 100644 (file)
@@ -143,21 +143,19 @@ no conversion was performed (no digits seen, and 0 returned).
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strtoul (),
 .BR strtoull (),
 .BR strtouq ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 6cea27af4d789cff176e34da060729e7003bd072..d7a297a799cf998a8b551553cb3702ec1752832f 100644 (file)
@@ -74,19 +74,17 @@ or later than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strverscmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: The marking is different from that in the glibc manual,
 .\" which has:
index 4c92fea4d1f7a40f2c1332857cfbb94658462f22..3332a0985ce947b9b8429b52a5751703d0a3d771 100644 (file)
@@ -62,19 +62,17 @@ are indeterminate.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR strxfrm ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2f7a3236b92b72ba10275a6bc284a06daa768cf2..e6d11328653e0cb7b8aece40813775cf01438f2f 100644 (file)
@@ -57,19 +57,17 @@ function returns no value.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR swab ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index a15e1483a35a9fde15ca60908e0212ced9203fc1..a8c7ec3b879ec6be5f8f8274e82c55addf199200 100644 (file)
@@ -355,19 +355,17 @@ is invalid.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sysconf ()
 T}     Thread safety   MT-Safe env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6fa3a1b3f101e9da4ad1ba40c2445f35b278b82c..c0599013b2ee4fb023613213c41b2665740cce01 100644 (file)
@@ -261,24 +261,24 @@ can be used to restrict logging to specified levels only.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR openlog (),
 .BR closelog ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR syslog (),
 .BR vsyslog ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 9bf432b09e6466cdae2dccf4c6325da92068e3bc..089374ef14f7fc18b9ec5be8ccf19468c6ae4d02 100644 (file)
@@ -104,19 +104,17 @@ can fail with any of the same errors as
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR system ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index aa75609b8225b87faeb6017138862bb0f5042c2d..e4eb19385753167ab8e6bf3f41308afc70e54519 100644 (file)
@@ -45,19 +45,17 @@ As for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR sysv_signal ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 Use of
index e4afae40dfdf3ce5c21a6e522c954e986e14888b..d195cb55709a5f7635d4681c0fe8dae9ea52f0e4 100644 (file)
@@ -107,21 +107,19 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tan (),
 .BR tanf (),
 .BR tanl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c9bff10b57a9503ff20b597cd02a6f11f7938407..e806fbf727dd589180dc8445c449052c81bac389 100644 (file)
@@ -74,21 +74,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tanh (),
 .BR tanhf (),
 .BR tanhl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index edf50a80f84b41dd7fe7bec6b557e359f548da0d..870020c73089846fd3fa6b25983329eb28a2e867 100644 (file)
@@ -94,20 +94,18 @@ process in the same session as the calling process.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tcgetpgrp (),
 .BR tcsetpgrp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 These functions are implemented via the
index 9ea42bbda4db364762dd7f08611be0e4efbaf43e..67e9f5c630a18df60f5a0cf30a27e623f08707c2 100644 (file)
@@ -47,19 +47,17 @@ it has one but it is not described by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tcgetsid ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 60b4f784afcdb6717e04c8d26bf373e6acd1b2b6..b0e07f35a10b3cb2b9d3540db91f41deba9cd8ce 100644 (file)
@@ -52,19 +52,17 @@ Invalid directory stream descriptor \fIdirp\fP.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR telldir ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 1b517659d6ffcddfc40c73d59cf4536fde6fdb2c..b508d08f6f45dd19c6b60b83494db3070706921c 100644 (file)
@@ -94,19 +94,17 @@ Allocation of storage failed.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tempnam ()
 T}     Thread safety   MT-Safe env
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 05d342c7aba6d0f6749a5d7de05650f4d470f74d..6f0f94408dafa0a352550c03f7f908252516c604 100644 (file)
@@ -1090,14 +1090,14 @@ to check that all changes have been performed successfully.
 For an explanation of the terms used in this section, see
 .BR attributes (7).
 .nh
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tcgetattr (),
 .BR tcsetattr (),
 .BR tcdrain (),
@@ -1112,8 +1112,6 @@ T{
 .BR cfsetspeed ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .\" FIXME: The markings are different from that in the glibc manual.
 .\" markings in glibc manual are more detailed:
index 9a4c8d1dd7250e2af2d66e84b9ebc268d5a6f815..0bc033569dbfe3f84dfafef13ac0cfa2056506c9 100644 (file)
@@ -159,21 +159,19 @@ is set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tgamma (),
 .BR tgammaf (),
 .BR tgammal ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ed207d93ae2ba3218628d764b23823c119b66c52..1f54954fe06373d0a0f1c5e6b153b2370d395f0a 100644 (file)
@@ -63,20 +63,18 @@ The result cannot be represented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR timelocal (),
 .BR timegm ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 BSD.
index cbb59b9e093257b84762687aa026688b413792cc..ce181ab2a337be290cd7e9e991517c1be00e41fe 100644 (file)
@@ -63,19 +63,17 @@ Read-only filesystem.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tmpfile ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The standard does not specify the directory that
index a8e93a08380d135e92530b7eadf3e18beeacd962..1947fb1d15561eeb030729f4590c5835db8d6a7a 100644 (file)
@@ -88,22 +88,22 @@ No errors are defined.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tmpnam ()
 T}     Thread safety   MT-Unsafe race:tmpnam/!s
 T{
+.na
+.nh
 .BR tmpnam_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index f37562580ff93b1af17a55619c9ada67212a74a8..f2458201700038676185d168884c355a5f555c55 100644 (file)
@@ -42,19 +42,17 @@ The value returned is that of the converted character.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR toascii ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index fa3d685121e5c0e08d0836baab71b61ce77aa158..ac0d513431c0c7ae8aa9880cac45246bd1f5c66e 100644 (file)
@@ -94,22 +94,20 @@ if the conversion was not possible.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR toupper (),
 .BR tolower (),
 .BR toupper_l (),
 .BR tolower_l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index b8dca62ac4bbe4559bbec3ad694dd88ebb0f8935..bd511c082ceb799de6bf5bd4313271e2fd3a86a0 100644 (file)
@@ -54,19 +54,17 @@ is
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR towctrans ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 64377c7616063260dfc4e164ffc86d885e9f3c30..c10131cb7da55d5e7be4f5ea9fd8bb3cf4c64cbf 100644 (file)
@@ -85,22 +85,22 @@ otherwise it returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR towlower ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR towlower_l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 7d9aabed9ae17dfa27b1f5c90ee839aa9d108781..1f0d90cb75bc14dc953b37449a6e674ddc6b885c 100644 (file)
@@ -84,22 +84,22 @@ otherwise it returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR towupper ()
 T}     Thread safety   MT-Safe locale
 T{
+.na
+.nh
 .BR towupper_l ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 42071922ae4604f8034f01c36bcf812816fdfc2f..f10799f9dc56e88048481ac573a86519dcbe9e81 100644 (file)
@@ -47,21 +47,19 @@ No errors occur.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR trunc (),
 .BR truncf (),
 .BR truncl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 958de6d2c1ab07fc0cc2443f3b1cc18b001e4f07..e16b83e3cffb4c474a4b5c034c25be59758f5a3d 100644 (file)
@@ -195,30 +195,34 @@ was NULL on entry.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tsearch (),
 .BR tfind (),
 .BR tdelete ()
 T}     Thread safety   MT-Safe race:rootp
 T{
+.na
+.nh
 .BR twalk ()
 T}     Thread safety   MT-Safe race:root
 T{
+.na
+.nh
 .BR twalk_r ()
 T}     Thread safety   MT-Safe race:root
 T{
+.na
+.nh
 .BR tdestroy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 60f9c9cb2e52425c8072bdfd5686698a660a9f41..def2fef12490daac3b5df3289812e303eee62b21 100644 (file)
@@ -65,22 +65,22 @@ was too small to allow storing the pathname.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ttyname ()
 T}     Thread safety   MT-Unsafe race:ttyname
 T{
+.na
+.nh
 .BR ttyname_r ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 36946bb94d645aafdb842d3679d7f78b00faaddb..d7ea31fc86377234b1cd44cf1f47b19d2c6ff4ac 100644 (file)
@@ -108,19 +108,17 @@ but \-1 on System V-like systems.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ttyslot ()
 T}     Thread safety   MT-Unsafe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The utmp file is found in various places on various systems, such as
index d7faf8b9864c9e7204b2c65ecf5f1a96c8d4fcc9..0ce6668f01669c7b996eb8abac8e63fca11e8d82 100644 (file)
@@ -212,19 +212,17 @@ configurable when glibc is compiled.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR tzset ()
 T}     Thread safety   MT-Safe env locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index f66d85b3dc4bc34be5b5f7626ff0f24544955292..f2b65f4d00d56ed06db1b044c12fe0ca85869669 100644 (file)
@@ -69,19 +69,17 @@ Interrupted by a signal; see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ualarm ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 5f7671d87a04bc8d6de784837098d3f0c5422dee..408d6fef3c09962b874f76c7ee342d41e0765e18 100644 (file)
@@ -64,19 +64,17 @@ An unprivileged process tried to increase a limit.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ulimit ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 924dd99cbe85bd7327f77aff221cf1362b34bcf7..f4eb3b2abffb08d3c813113d685c4c6a1e8b399b 100644 (file)
@@ -76,19 +76,17 @@ failure.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR ungetwc ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index feed708dbe2fd7bfbe2ee6e456c75bac27cf9efc..55f641e6e465eb0bafe9dfbdfd7b9af6c77b8e78 100644 (file)
@@ -110,14 +110,14 @@ See
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR getc_unlocked (),
 .BR putc_unlocked (),
 .BR clearerr_unlocked (),
@@ -135,28 +135,38 @@ T{
 .BR fgetws_unlocked (),
 .BR fputws_unlocked ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Safe race:stream
 T}
 T{
+.na
+.nh
 .BR getchar_unlocked (),
 .BR getwchar_unlocked ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:stdin
 T}
 T{
+.na
+.nh
 .BR putchar_unlocked (),
 .BR putwchar_unlocked ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:stdout
 T}
 T{
+.na
+.nh
 .BR feof_unlocked (),
 .BR ferror_unlocked (),
 .BR fileno_unlocked ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 73b6ef8c15e4e7b1e32a28c39e0a5d409a4bdce9..1a4f2b478ba71fa48f7c493cc3df361a936bdeca 100644 (file)
@@ -60,19 +60,17 @@ argument is not associated with a master pseudoterminal.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR unlockpt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index c5373e772cb6817aa42e3e3249608eb7fc64290d..cb7edd4fc7a69ec9b0b67085c9714402ce4c6d06 100644 (file)
@@ -42,20 +42,18 @@ database of past user logins
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR updwtmp (),
 .BR logwtmp ()
 T}     Thread safety   MT-Unsafe sig:ALRM timer
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 For consistency with the other "utmpx" functions (see
index 03804d4366de71c3a443981f9986f96f7a9e7a96..9485e88fe4c2d3240f0c8bede68234386b8610bb 100644 (file)
@@ -66,19 +66,17 @@ Interrupted by a signal; see
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR usleep ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 None.
index 36f02bbcd354b542cee683a628ee873f6c0f762b..64f24a18fd0c2c9a5250316767c0e286187c188d 100644 (file)
@@ -61,19 +61,17 @@ that is, a pointer to the terminating null wide character.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcpcpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 96c7b95af72fe7e731e9eead8ba6f0a553f025f1..369693c9aef27d40d1f4656c10634218a9802074 100644 (file)
@@ -88,19 +88,17 @@ returns a pointer to the last wide character written, that is,
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcpncpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2f1df9a0261b43738b86a48636bd1c2e930aa7d5..111cf5ecad1f0a0f394188e237365415937cbf5d 100644 (file)
@@ -113,19 +113,17 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcrtomb ()
 T}     Thread safety   MT-Unsafe race:wcrtomb/!ps
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 7f4812b4a04cb9716a966cb744376c370da57efa..00c908f94c957d92876174e432cf39cf3ede0b45 100644 (file)
@@ -72,19 +72,17 @@ ignoring case.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcscasecmp ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 597b72a1a002247b1df29e210d36bd84366ee06f..3c42053ac0d141fac112ea76bfec1e515536d20d 100644 (file)
@@ -48,19 +48,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcscat ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index da39a356df8dc46ad733e2e8120652470e2e3b58..d667e9e601b6f693d925db30a6f3eda6a9778636 100644 (file)
@@ -46,19 +46,17 @@ does not occur in the string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcschr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 7530fae458c8db714dbcdfb87d514aa01a10fc73..8343494a470d7259bc1daef41a3397a2fdf6ac18 100644 (file)
@@ -58,19 +58,17 @@ is less than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcscmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9cc5f7a28305f8c44ddad01dd2512754acb2d6e4..b206ff91f1e13e66c1afad0ae4abcea8abf220e6 100644 (file)
@@ -49,19 +49,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcscpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e118336730ffabcce2975e5910465b975b5359da..137bc4678cb565d50fdf214794038eec4ece0b64 100644 (file)
@@ -60,19 +60,17 @@ if there is none.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcscspn ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index fc259fbd0a3eb6515fe7b84cc00d68f5614f804d..cb0aff1c93c82fe3f8fbf08211cd97d02cc72ca5 100644 (file)
@@ -63,19 +63,17 @@ Insufficient memory available to allocate duplicate string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsdup ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 477053a95f0015a18a8065ae65410a18ee919118..f5dc076d2882fa6d07ce13093bccbf01f402902a 100644 (file)
@@ -41,19 +41,17 @@ number of wide characters in
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcslen ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f474fb09dda1a12331601304c589237f282bee2d..ddd363e016d5ab3561d1ec6470e96e98c8d9ef99 100644 (file)
@@ -78,19 +78,17 @@ ignoring case.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsncasecmp ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index f7bae088166eb8e273128b6b95770e91363e3903..c7c5f7de5b988dfffb3add547eb110f3927fd9df 100644 (file)
@@ -52,19 +52,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsncat ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f3dbc1ededdf0f3a891456ab7a3c3e9e4f4af4a1..ac9c9ade2515c881ea9d42141e5e89deba057e70 100644 (file)
@@ -73,19 +73,17 @@ is less than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsncmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 8f9b07db1413248ffe5b2a0dfdeabf83b583489b..4073b93a8dea3939424e1fdb764477ba26d728f4 100644 (file)
@@ -70,19 +70,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsncpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 64a7c4d47f6460b0d683a61f564bff84e1d805ae..d7725897323c0398917abc95d503d2fa52a297cb 100644 (file)
@@ -71,19 +71,17 @@ wide characters pointed to by
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsnlen ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 2b9d38781737f6e6e4a4f3b218e5d3e33dd58d0d..a5dd0e55fd7fd03f75b9947dad328f65a898d35c 100644 (file)
@@ -155,21 +155,21 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsnrtombs ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:wcsnrtombs/!ps
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 6d557bd1b2e2a5511c5a57445a57af9d9ca2ab1e..a81a5d3ef337f778e4bac28517ebc34354dbf5b3 100644 (file)
@@ -48,19 +48,17 @@ contains none of these characters, NULL is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcspbrk ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index ec1973687ad8c93a55e08f042b1089a49a3e19c6..a0bdb934c63ac9935cc03869e7381a7342032013 100644 (file)
@@ -46,19 +46,17 @@ does not occur in the string.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsrchr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index df094abc21a3f20869d6f1ec2c9db3379f847e64..9d8a0a9ecee40f68e301127536554511950be712 100644 (file)
@@ -126,21 +126,21 @@ set to
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsrtombs ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:wcsrtombs/!ps
 T}
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 8c62063d0f23244a8d32afdb9ed21fd23537e75c..98652bc7e026c52daa3b500a5f654517b5fe0eeb 100644 (file)
@@ -58,19 +58,17 @@ if there is none.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsspn ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 175395a97c8345867467c90c47c1e974e525a714..a6d8a3f214273668d5a58fa9a70b9c411082a1c5 100644 (file)
@@ -55,19 +55,17 @@ itself.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcsstr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 566dcdb76f3f376ae7976fb6aa5c51ecb6874db8..750a2028f46097925cb07dbb7d992bfbf6737d99 100644 (file)
@@ -32,20 +32,18 @@ respectively.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcstoimax (),
 .BR wcstoumax ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 4cbcc317076ba6e1284f0c8b61d3398f4e719f4d..2cefc86cae1847a3ebbe439ea106202c45e78df5 100644 (file)
@@ -79,19 +79,17 @@ or NULL if no further token was found.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcstok ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 39381005aec4df48bb397a22663ad4f90eb80ae3..1fda8aaf4595a439a0bbc70f0682f25c9c5b06fa 100644 (file)
@@ -91,19 +91,17 @@ is returned.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcstombs ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The function
index 4e9b19062087d83bf3678a9dc6cfb8fb137d2e90..2281fb1e5a876dfd62959f526ac06e1f9d74047f 100644 (file)
@@ -46,19 +46,17 @@ truncated to at most length
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcswidth ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 23bfd222aa0af5e9b4754c492b0483634938a790..1ceebf486817451239d4a8dee83eed0727c34b4c 100644 (file)
@@ -49,19 +49,17 @@ otherwise.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wctob ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c5c437720b5bb09d73aa1a0e273bf2c2379c403d..0b5adf67b944949a04c2d6f1051bbc59941aa16b 100644 (file)
@@ -83,19 +83,17 @@ encoding has nontrivial shift state, or zero if the encoding is stateless.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wctomb ()
 T}     Thread safety   MT-Unsafe race
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 The function
index cacf05ea50934270ddcd7498f167423031879416..29308dd09726ae68a10bb394c9b38946a443c4c0 100644 (file)
@@ -62,19 +62,17 @@ Otherwise, it returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wctrans ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index f2b1429bf7f925d90a50440f1bb0d354224714b2..f764c85deeda17ffdd2219a933cb014ad225d55f 100644 (file)
@@ -74,19 +74,17 @@ Otherwise, it returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wctype ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2bf243b08e5e1a5eb9bd329c428d272ed3796c21..9b9f84b3715a829912ccfd802a698529977d0e56 100644 (file)
@@ -44,19 +44,17 @@ column positions for
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wcwidth ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 POSIX.1-2008.
index 8add6a473c423720e217d1425f75d15889c0af5d..31e2176a57635628a7d4908ccd6059addd7f5138 100644 (file)
@@ -50,19 +50,17 @@ not occur among these.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wmemchr ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 9f470209fd89540a4cab717a402f427036bc957e..0918543dcee089dde198986ae58c709df370ac7f 100644 (file)
@@ -70,19 +70,17 @@ is less than
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wmemcmp ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index e667dd9724ed1ffdc471dc4e586db200e1ed306f..567eb55c092ecf6151cbce351dffe1afd34c4694 100644 (file)
@@ -53,19 +53,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wmemcpy ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index a2aba5b9e659eaddd3f3f946aeef1e77c75f5719..033bd2798b7e7dc1cf4086770985fcc9a98a2318 100644 (file)
@@ -50,19 +50,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wmemmove ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 385ebf77c27a9ed9b95ad93333b5f5f069ba71ac..3d90f4a9df9e30af7916bbad003f08a154ae2f6f 100644 (file)
@@ -42,19 +42,17 @@ returns
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wmemset ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index 2a9e0fa9337a6d91770a23c40841f8b1d30a7fc1..0c4fc4da8db0f34f606b86b7d97786c2009b21e4 100644 (file)
@@ -174,25 +174,27 @@ unmatched quotes.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lb lb lbx
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wordexp ()
 T}     Thread safety   T{
+.na
+.nh
 MT-Unsafe race:utent const:env
 env sig:ALRM timer locale
 T}
 T{
+.na
+.nh
 .BR wordfree ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 In the above table,
 .I utent
index 16ffb9e439e9e45d8ab78457a2e4e0f1abcf541a..625031a73783973e8c6431fc08da9558a996c871 100644 (file)
@@ -206,14 +206,14 @@ They return \-1 when an error occurs.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR wprintf (),
 .BR fwprintf (),
 .BR swprintf (),
@@ -222,8 +222,6 @@ T{
 .BR vswprintf ()
 T}     Thread safety   MT-Safe locale
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 C11, POSIX.1-2008.
index c49995dab301b577779ddb263c75453d606fcdce..55bdd51f5d92d7461fbac6bede2a7665524ba5bb 100644 (file)
@@ -74,21 +74,19 @@ return 1 on success and 0 on error.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR passwd2des (),
 .BR xencrypt (),
 .BR xdecrypt ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH VERSIONS
 These functions are available since glibc 2.1.
index 289738a47515cc3ed57bcae291d48b02f17ce147..351dd256a7d9f85803eff3ded2bc988d4b3c41dc 100644 (file)
@@ -551,14 +551,14 @@ Returns one if it succeeds, zero otherwise.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR xdr_array (),
 .BR xdr_bool (),
 .BR xdr_bytes (),
@@ -594,8 +594,6 @@ T{
 .BR xdr_wrapstring ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH SEE ALSO
 .BR rpc (3)
index 861b6f40b50cc98c8b673b19f75a168aeff47198..3f53fa5a87784050c68f5b090fd043437d8ebc0c 100644 (file)
--- a/man3/y0.3
+++ b/man3/y0.3
@@ -197,31 +197,33 @@ is raised.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
-.ad l
-.nh
 .TS
 allbox;
 lbx lb lb
 l l l.
 Interface      Attribute       Value
 T{
+.na
+.nh
 .BR y0 (),
 .BR y0f (),
 .BR y0l ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR y1 (),
 .BR y1f (),
 .BR y1l ()
 T}     Thread safety   MT-Safe
 T{
+.na
+.nh
 .BR yn (),
 .BR ynf (),
 .BR ynl ()
 T}     Thread safety   MT-Safe
 .TE
-.hy
-.ad
 .sp 1
 .SH STANDARDS
 .TP
index 209be5f199d2a6a240ab5f84b71a9f2ceae83120..9c1b77b52cf4eb5abd724676202913fb2b7e168e 100644 (file)
@@ -29,8 +29,6 @@ The third column identifies the manual page that provides details
 on the namespace type.
 The last column is a summary of the resources that are isolated by
 the namespace type.
-.ad l
-.nh
 .TS
 lB lB lB lB
 l1 lB1 l1 l.
@@ -60,8 +58,6 @@ Hostname and NIS
 domain name
 T}
 .TE
-.hy
-.ad
 .\"
 .\" ==================== The namespaces API ====================
 .\"