aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysCONTRIBUTING.d/patches/trailer: Don't specify the hash lengthHEADmasterAlejandro Colomar1-1/+1
4 daysCONTRIBUTING.d/git: core.abbrev: Use only 8 charactersAlejandro Colomar1-2/+2
4 daysman/man3/: Document how string functions relate to each otherAlejandro Colomar22-416/+646
4 daysman/man3/strcpy.3: Compare str{cpy,cat}(3) to stpcpy(3)Alejandro Colomar1-18/+12
4 daysman/man3/stpcpy.3: Compare stpcpy(3) to strcpy(3)Alejandro Colomar1-1/+2
4 daysman/man3/stpcpy.3: Compare stpcpy(3) to other string functionsAlejandro Colomar1-11/+2
4 daysman/man3/streq.3: Compare streq(3) to strcmp(3)Alejandro Colomar1-0/+8
4 daysman/man3/strlen.3: Compare strlen(3) to strnul(3)Alejandro Colomar1-0/+8
4 daysman/man3/strncat.3: Compare strncat(3) to other string functionsAlejandro Colomar1-9/+2
4 daysman/man3/strcmp.3: Compare str[n]cmp(3) to memcmp(3)Alejandro Colomar1-0/+16
4 daysman/man3/stpncpy.3: Compare st[rp]ncpy(3) to other string functionsAlejandro Colomar1-18/+15
4 daysman/man3/strdupa.3: Compare str[n]dupa(3) to other functionsAlejandro Colomar1-0/+16
4 daysman/man3/strnlen.3: Compare strnlen(3) to memchr(3)Alejandro Colomar1-0/+8
4 daysman/man3/strspn.3: Compare strcspn(3) to strpbrk(3)Alejandro Colomar1-0/+8
4 daysman/man3/strstr.3: Compare strstr(3) to memmem(3)Alejandro Colomar1-0/+8
4 daysman/man3/strchr.3: Compate strchr(3) to strpbrk(3)Alejandro Colomar1-1/+2
4 daysman/man3/strchr.3: Compare str[r]chr(3) to mem[r]chr(3)Alejandro Colomar1-0/+16
4 daysman/man3/strnul.3: Compare strnul(3) to strlen(3) and strchr(3)Alejandro Colomar1-0/+9
4 daysman/man3/strchrnul.3: Compare strchrnul(3) to strcspn(3)Alejandro Colomar1-1/+3
4 daysman/man3/strchrnul.3: Compare strchrnul(3) to strchr(3) and strnul(3)Alejandro Colomar1-0/+8
4 daysman/man3/strchr.3: Remove obvious paragraphAlejandro Colomar1-4/+0
4 daysman/man3/strchrnul.3: RETURN VALUE: Remove parentheticalAlejandro Colomar1-2/+0
4 daysman/man3/str*.3: ffix, wfixAlejandro Colomar4-10/+26
4 daysman/man3/st[rp]cpy.3: Split stpcpy(3) to a separate pageAlejandro Colomar2-74/+122
4 daysman/man3/str[n]dup[a].3: Split str[n]dupa(3) to a separate pageAlejandro Colomar3-36/+65
4 daysman/man3/strtok{,_r}.3: Split strtok_r(3) to a separate pageAlejandro Colomar2-146/+168
4 daysman/man3/{raw,}memchr.3: Split rawmemchr(3) to a separate pageAlejandro Colomar2-36/+68
4 daysman/man3/strchr{,nul}.3: Split strchrnul(3) to a separate pageAlejandro Colomar2-47/+67
4 daysman/man3/str{sep,tok}.3: CAVEATS: Remove obvious statementsAlejandro Colomar2-8/+0
4 daysman/man3/strtok.3: Rename BUGS => CAVEATSAlejandro Colomar1-1/+1
4 daysman/man3/string.3: Move text from SYNOPSIS to DESCRIPTIONAlejandro Colomar1-6/+7
4 daysman/man3/string.3: Remove index(3) and rindex(3)Alejandro Colomar1-9/+1
4 daysCONTRIBUTING.d/style/c: Split subsectionsAlejandro Colomar1-1/+2
4 daysCONTRIBUTING.d/style/c: Add 'Alignment' subsectionAlejandro Colomar1-4/+13
4 daysCONTRIBUTING.d/style/c: Use tabs for indentationAlejandro Colomar1-9/+7
5 daysetc/shellcheck/shellcheckrc, share/mk/: Move exception to shellcheckrcAlejandro Colomar2-3/+2
7 daysman/man2/s390_guarded_storage.2: HISTORY: ffixSeth McDonald1-1/+1
7 daysman/man2/readv.2: HISTORY: ffixSeth McDonald1-6/+8
7 daysman/man2/process_madvise.2: HISTORY: ffixSeth McDonald1-1/+1
7 daysman/man2/perfmonctl.2: HISTORY: wfixSeth McDonald1-3/+3
7 daysman/man2/open_tree.2: HISTORY: ffixSeth McDonald1-3/+5
7 daysman/man3/: Use strnul(3) where suitableAlejandro Colomar4-7/+8
7 daysman/: Use streq(3) where suitableAlejandro Colomar8-9/+22
7 daysman/man3/strnul.3: SYNOPSIS: Document that it's a const-generic APIAlejandro Colomar1-1/+2
8 daysman/man3/strnul.3: New pageAlejandro Colomar1-0/+48
11 daysman/man2/futex_waitv.2: Move text from ERRORS to DESCRIPTIONAlejandro Colomar1-4/+7
11 daysman/man2/futex_waitv.2: NOTES: Remove sectionAlejandro Colomar1-11/+0
11 daysman/man2/futex_waitv.2: Move text from ERRORS to DESCRIPTIONAlejandro Colomar1-8/+13
12 daysshare/mk/: $CLANG_CFLAGS: -Wno-pre-c11-compat, -Wno-atomic-implicit-seq-cstAlejandro Colomar1-0/+2
12 daysman/man2/futex_waitv.2: New pageнаб2-2/+422
13 daysman/man2/mincore.2: HISTORY: Update appearances of mincore(2)Seth McDonald1-6/+8
14 daysman/: Document and use wN length modifier for printf(3) and scanf(3)Alejandro Colomar8-39/+28
2026-02-14man/: EXAMPLES: Use consistent syntax for forever loopsAlejandro Colomar6-6/+6
2026-02-11Start of man-pages-NEXT: Move Changes to Changes.oldAlejandro Colomar2-155/+192
2026-02-11*/: Say GNU+Linux instead of GNU/LinuxAlejandro Colomar7-9/+9
2026-02-11lsm: Released 6.17Alejandro Colomar1-3/+3
2026-02-11Changes: Ready for 6.17man-pages-6.17Alejandro Colomar1-7/+155
2026-02-11README.d/deps: Document gpg/gpgAlejandro Colomar1-0/+1
2026-02-11man/man2/: HISTORY, STANDARDS: Update history of syscalls H-MAlejandro Colomar16-30/+56
2026-02-11man/man2/msync.2: HISTORY: Update POSIX appearances of msync(2)Seth McDonald1-1/+2
2026-02-11man/man2/msgop.2: STANDARDS, HISTORY: Update POSIX appearances of msg{rcv,snd...Seth McDonald1-2/+4
2026-02-11man/man2/msgget.2: STANDARDS, HISTORY: Update POSIX appearances of msgget(2)Seth McDonald1-2/+4
2026-02-11man/man2/msgctl.2: STANDARDS, HISTORY: Update POSIX appearances of msgctl(2)Seth McDonald1-2/+4
2026-02-11man/man2/mprotect.2: HISTORY: Update POSIX appearances of mprotect(2)Seth McDonald1-1/+3
2026-02-11man/man2/{mount_setattr,move_mount}.2: HISTORY: ffixSeth McDonald2-2/+2
2026-02-11man/man2/mmap.2: HISTORY: Update POSIX appearances of m(un)map(2)Seth McDonald1-1/+4
2026-02-11man/man2/mlock.2: HISTORY: Update POSIX appearances of m(un)lock(all)(2)Seth McDonald1-1/+2
2026-02-11man/man2/mknod.2: STANDARDS: UpdateSeth McDonald1-1/+1
2026-02-11man/man2/mknod.2: HISTORY: Update POSIX appearances of mknod(2)Seth McDonald1-1/+4
2026-02-11man/man2/mknod.2: HISTORY: Change order of mknodat(2)Seth McDonald1-2/+2
2026-02-11man/man2/mkdir.2: HISTORY: Update BSD and POSIX appearances of mkdir(2)Seth McDonald1-1/+3
2026-02-11man/man2/mkdir.2: HISTORY: Change order of mkdirat(2)Seth McDonald1-2/+2
2026-02-11man/man2/lseek.2: HISTORY: Update POSIX appearances of lseek(2)Seth McDonald1-1/+3
2026-02-11man/man2/lseek.2: HISTORY: Update appearances of SEEK_{DATA,HOLE}Seth McDonald1-2/+4
2026-02-11man/man2/listen.2: HISTORY: Change orderSeth McDonald1-2/+2
2026-02-11man/man2/link.2: HISTORY: Update POSIX appearances of link(2)Seth McDonald1-1/+3
2026-02-11man/man2/link.2: HISTORY: Change order of linkat(2)Seth McDonald1-3/+3
2026-02-11man/man2/kill.2: HISTORY: Update POSIX appearances of kill(2)Seth McDonald1-1/+3
2026-02-11man/man2/ioctl_eventpoll.2: HISTORY: ffixSeth McDonald1-1/+1
2026-02-11AUTHORS: Update Branden's addressAlejandro Colomar1-1/+1
2026-02-11man/man2/mount.2: ERRORS: Add ENOSPCChen Linxuan1-0/+15
2026-02-11man/man3/timespec_get.3: Add ISO C23 time basesMark Harris1-1/+51
2026-02-11man/man3/timespec_get.3: Refactor to prepare for new time basesMark Harris1-3/+23
2026-02-10man/man7/feature_test_macros.7: Drop _ISOC9X_SOURCEMark Harris1-10/+1
2026-02-10man/man7/feature_test_macros.7: Add _ISOC23_SOURCE, _ISOC2X_SOURCEMark Harris1-0/+25
2026-02-10man/man7/kernel_lockdown.7: Remove Secure Boot untruthAlyssa Ross1-3/+0
2026-02-10man/man2/ptrace.2: Add PTRACE_SET_SYSCALL_INFO, update struct ptrace_syscall_...Marco Cavenati2-0/+22
2026-02-10man/man3/pthread_create.3: SYNOPSIS: Use _Nullable where appropriateAlejandro Colomar1-3/+3
2026-02-10man/man2const/FUTEX_WAIT{,_BITSET,_REQUEUE_PI}.2const: wfixнаб3-27/+3
2026-02-10man/: Use countof() instead of _Countof()Alejandro Colomar9-38/+47
2026-02-10man/: Use _Countof() instead of a custom NITEMS()Alejandro Colomar9-53/+38
2026-02-10man/man3/_Countof.3: Add link pageAlejandro Colomar1-0/+1
2026-02-10man/man3/countof.3: HISTORY: Document gnulibAlejandro Colomar1-1/+1
2026-02-08etc/cppcheck/cppcheck.suppress: constVariablePointer: Silence diagnosticAlejandro Colomar1-0/+1
2026-02-08man/man2/userfaultfd.2: EXAMPLES: Reduce scope of local variablesAlejandro Colomar1-6/+7
2026-02-08share/mk/: lint-man-poems: Don't lint copyright linesAlejandro Colomar1-1/+1
2026-02-08*/: Restore some old copyright noticesAlejandro Colomar1154-0/+1628
2026-02-08AUTHORS: Add new authorsAlejandro Colomar1-1/+21
2026-02-08README.d/deps: Document dependencies of the projectAlejandro Colomar1-0/+61
2026-02-08CONTRIBUTING.d/git: alias.ref, alias.ref2: Hard-code short datesAlejandro Colomar1-2/+2
2026-02-08CONTRIBUTING.d/git: log.date: Set to 'iso'Alejandro Colomar1-0/+5
2026-02-08CONTRIBUTING.d/git: core.abbrev: Set to 12Alejandro Colomar1-2/+7
2026-02-08CONTRIBUTING.d/git: alias.ref, alias.ref2: Simplify coloringAlejandro Colomar1-2/+2
2026-02-08CONTRIBUTING.d/: Document format of 'Fixes:' trailer fieldsAlejandro Colomar2-0/+30
2026-02-08CONTRIBUTING.d/patches/{description,trailer}: Split trailer into separate fileAlejandro Colomar2-9/+15
2026-02-08CONTRIBUTING.d/git: Use tabsAlejandro Colomar1-41/+42
2026-02-08man/man3/{str,wcs}ncasecmp.3: SYNOPSIS: Remove array parameter length express...Alejandro Colomar2-4/+2
2026-02-02man/man2/syscall.2: tfixAlejandro Colomar1-1/+1
2026-02-02man/man2/syscall.2: Fix numbering for notesThorsten Glaser1-7/+7
2026-02-02man/man7/man-pages.7: Document PARAMETERSAlejandro Colomar1-0/+5
2026-01-30man/man1/mansect.1: PARAMETERS: Add sectionAlejandro Colomar1-5/+8
2026-01-30src/bin/mansectf, man/man1/mansectf.1: Add program and manual pageAlejandro Colomar2-0/+65
2026-01-30AUTHORS: De-duplicate Andrew LutomirskiAlejandro Colomar1-2/+1
2026-01-23man/man2/: HISTORY, STANDARDS: Update history of system calls CI-GAlejandro Colomar22-32/+80
2026-01-23man/man2/gettimeofday.2: HISTORY: Update first POSIX appearance of gettimeofd...Seth McDonald1-3/+4
2026-01-23man/man2/getrusage.2: HISTORY: Update first POSIX appearance of getrusage(2)Seth McDonald1-1/+4
2026-01-23man/man2/getsid.2: HISTORY: Update first POSIX appearance of getsid(2)Seth McDonald1-2/+5
2026-01-23man/man2/getrlimit.2: HISTORY: Update first POSIX appearance of [gs]etrlimit(2)Seth McDonald1-1/+5
2026-01-23man/man2/getresuid.2: STANDARDS, HISTORY: Update first POSIX appearance of ge...Seth McDonald1-3/+3
2026-01-23man/man2/getpriority.2: HISTORY: Update first POSIX appearance of [gs]etprior...Seth McDonald1-2/+4
2026-01-23man/man2/getpid.2: HISTORY: Update first POSIX appearance of get[p]pid(2)Seth McDonald1-1/+3
2026-01-23man/man2/getpagesize.2: HISTORY: Update first SUS appearance of getpagesize(2)Seth McDonald1-2/+3
2026-01-23man/man2/getitimer.2: HISTORY: Update first SUS appearance of [gs]etitimer(2)Seth McDonald1-1/+4
2026-01-23man/man2/gethostname.2: HISTORY: Split gethostname(2) and sethostname(2)Seth McDonald1-4/+8
2026-01-23man/man2/getgroups.2: HISTORY: Update first POSIX appearance of getgroups(2)Seth McDonald1-1/+3
2026-01-23man/man2/get[gu]id.2: HISTORY: Update first POSIX appearance of get[e][gu]id(2)Seth McDonald2-2/+4
2026-01-23man/man2/fsync.2: HISTORY: Update first POSIX appearance of fdatasync(2)Seth McDonald1-1/+1
2026-01-23man/man2/fsync.2: HISTORY: Update first POSIX appearance of fsync(2)Seth McDonald1-1/+2
2026-01-23man/man2/fsync.2: HISTORY: Split fsync(2) and fdatasync(2)Seth McDonald1-1/+7
2026-01-23man/man2/fork.2: HISTORY: Update first POSIX appearance of fork(2)Seth McDonald1-1/+3
2026-01-23man/man2/fcntl_locking.2: HISTORY: Update first POSIX appearance of locking c...Seth McDonald1-1/+3
2026-01-23man/man2/fcntl.2: HISTORY: Update first POSIX appearance of fcntl(2)Seth McDonald1-1/+3
2026-01-23man/man2/_exit.2: HISTORY: Update first POSIX appearance of _exit(2)Seth McDonald1-1/+3
2026-01-23man/man2/execve.2: HISTORY: Update first POSIX appearance of execve(2)Seth McDonald1-1/+3
2026-01-23man/man2/dup.2: HISTORY: Update first POSIX appearance of dup[2](2)Seth McDonald1-1/+3
2026-01-23man/man2/close.2: HISTORY: Update first POSIX appearance of close(2)Seth McDonald1-1/+3
2026-01-23man/man2/clock_getres.2: HISTORY: Update first POSIX appearance of clock_* sy...Seth McDonald1-1/+1
2026-01-23man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and...Jeff Layton3-0/+276
2026-01-20man/man2/*: HISTORY: Update history of syscalls A-CHAlejandro Colomar6-10/+47
2026-01-20man/man2/chroot.2: HISTORY: Update first SUS appearance of chroot(2)Seth McDonald1-1/+4
2026-01-20man/man2/chown.2: HISTORY: Update first POSIX appearance of lchown(2)Seth McDonald1-1/+3
2026-01-20man/man2/chown.2: HISTORY: Update first SUS appearance of fchown(2)Seth McDonald1-0/+1
2026-01-20man/man2/chown.2: HISTORY: Update first POSIX appearance of chown(2)Seth McDonald1-2/+2
2026-01-20man/man2/chown.2: HISTORY: Split chown(2), fchown(2), and lchown(2)Seth McDonald1-3/+11
2026-01-20man/man2/chmod.2: HISTORY: Update first POSIX appearance of AT_SYMLINK_NOFOLLOWSeth McDonald1-0/+1
2026-01-20man/man2/chmod.2: HISTORY: Update first POSIX appearance of fchmod(2)Seth McDonald1-1/+2
2026-01-20man/man2/chmod.2: HISTORY: Update first POSIX appearance of chmod(2)Seth McDonald1-2/+2
2026-01-20man/man2/chmod.2: HISTORY: Split chmod(2) and fchmod(2)Seth McDonald1-2/+7
2026-01-20man/man2/chdir.2: HISTORY: Update first POSIX appearance of fchdir(2)Seth McDonald1-1/+3
2026-01-20man/man2/chdir.2: HISTORY: Update first POSIX appearance of chdir(2)Seth McDonald1-2/+2
2026-01-20man/man2/chdir.2: HISTORY: Split chdir(2) and fchdir(2)Seth McDonald1-1/+10
2026-01-20man/man2/alarm.2: HISTORY: Update first POSIX appearance of alarm(2)Seth McDonald1-1/+3
2026-01-20man/man2/access.2: HISTORY: Update first POSIX appearance of faccessat(2)Seth McDonald1-1/+2
2026-01-20man/man2/access.2: HISTORY: Update first POSIX appearance of access(2)Seth McDonald1-1/+3
2026-01-20man/man3type/time_t.3type: HISTORY: wfixSeth McDonald1-2/+0
2026-01-18man/man3type/time_t.3type: HISTORY: Some implementation are still stuck on 32...Alejandro Colomar1-2/+4
2026-01-18man/man3type/time_t.3type: HISTORY: Remove superfluous theoretical historyAlejandro Colomar1-5/+0
2026-01-18man/man7/standards.7: XPGv3 and XPGv4 were Issue 3 and Issue 4Alejandro Colomar1-0/+4
2026-01-18man/man7/standards.7: Fix names of SVID revisions, and add linksAlejandro Colomar1-5/+9
2026-01-18man/man7/standards.7: SUSv2 is Issue 5Alejandro Colomar1-2/+2
2026-01-17man/man2const/TCSETS.2const: SYNOPSIS: struct termio is deprecated, AFAICSAlejandro Colomar1-5/+5
2026-01-17man/man2const/PR_SET_MDWE.2const: wfixAlejandro Colomar1-1/+1
2026-01-14man/man5/gai.conf: Labels have a label not a precedenceDr. David Alan Gilbert1-2/+2
2026-01-14man/man2const/F_GETLEASE.2const: wfix, ffixJeff Layton1-5/+7
2026-01-14man/man2const/F_GETLEASE.2const: ERRORS: Document lease-specific errorsJeff Layton1-0/+13
2026-01-14man/man7/landlock.7: Filesystem actions: Re-group description of IOCTL access...Günther Noack1-42/+39
2026-01-13man/man2/: Don't use 'v' prefix for versionsAlejandro Colomar3-4/+4
2026-01-13CONTRIBUTING.d/patches/sendmail: In-Reply-To: Document that all revisions of ...Alejandro Colomar1-0/+18
2026-01-12man/man7/standards.7: Unix/TS: Document Unix/TS 4Alejandro Colomar1-3/+8
2026-01-12man/man7/standards.7: Organize in subsectionsAlejandro Colomar1-15/+21
2026-01-12man/man7/standards.7: Rename 'K&R C' => K&RAlejandro Colomar1-1/+1
2026-01-10man/man3type/stat.3type: HISTORY: Specify initial datatypes of .st_{blksize,b...Seth McDonald1-0/+8
2026-01-10man/man3type/stat.3type: HISTORY: Update first POSIX appearance of .st_{rdev,...Seth McDonald1-1/+2
2026-01-10man/man3type/stat.3type: HISTORY: Split stat from .st_{rdev,blksize,blocks}Seth McDonald1-0/+9
2026-01-09man/man3type/wint_t.3type: DESCRIPTION: ffixSeth McDonald1-1/+4
2026-01-09man/man3type/wint_t.3type: HISTORY: Update first SUS appearance of wint_t(3ty...Seth McDonald1-0/+1
2026-01-09man/man3type/wint_t.3type: HISTORY: Split wint_t and WEOF from WINT_M{AX,IN}Seth McDonald1-0/+10
2026-01-09man/man3type/wchar_t.3type: HISTORY: Update first SUS appearance of WCHAR_M{A...Seth McDonald1-0/+1
2026-01-09man/man3type/wchar_t.3type: HISTORY: Update first SUS appearance of wchar_t(3...Seth McDonald1-0/+1
2026-01-09man/man3type/wchar_t.3type: HISTORY: Split wchar_t and WCHAR_M{AX,IN}Seth McDonald1-0/+8
2026-01-09man/man3type/void.3type: HISTORY: Update first POSIX appearance of void(3type)Seth McDonald1-1/+2
2026-01-09man/man3type/va_list.3type: HISTORY: Update first SUS appearance of va_list(3...Seth McDonald1-1/+3
2026-01-09man/man3type/timeval.3type: HISTORY: Update first SUS appearance of timeval(3...Seth McDonald1-0/+1
2026-01-09man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of useconds...Seth McDonald1-1/+2
2026-01-09man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of susecond...Seth McDonald1-1/+3
2026-01-09man/man3type/time_t.3type: HISTORY: Update first POSIX appearance of time_t(3...Seth McDonald1-1/+2
2026-01-09man/man3type/size_t.3type: HISTORY: Update first POSIX appearance of [s]size_...Seth McDonald1-2/+3
2026-01-09man/man3type/ptrdiff_t.3type: HISTORY: Update first SUS appearance of ptrdiff...Seth McDonald1-1/+3
2026-01-09man/man3type/mbstate_t.3type: HISTORY: Update first SUS appearance of mbstate...Seth McDonald1-0/+1
2026-01-09man/man3type/lconv.3type: HISTORY: Update first SUS appearance of lconv(3type)Seth McDonald1-0/+1
2026-01-09man/man3type/lconv.3type: HISTORY: Split lconv and .int_[np]_{cs_precedes,sep...Seth McDonald1-0/+15
2026-01-09man/man3type/iovec.3type: HISTORY: Update first POSIX appearance of iovec(3type)Seth McDonald1-1/+2
2026-01-09man/man3type/intptr_t.3type: DESCRIPTION: ffixSeth McDonald1-1/+1
2026-01-09man/man3type/intptr_t.3type: STANDARDS: Update to C23Alejandro Colomar1-1/+1
2026-01-09man/man3type/intptr_t.3type: STANDARDS, HISTORY: [U]INTPTR_WIDTH was added in...Seth McDonald1-1/+10
2026-01-09man/man3type/intptr_t.3type: HISTORY: Update first POSIX appearance of [U]INT...Seth McDonald1-1/+1
2026-01-09man/man3type/intptr_t.3type: HISTORY: Update first POSIX appearance of [u]int...Seth McDonald1-1/+2
2026-01-09man/man3type/intptr_t.3type: HISTORY: Split types and macrosSeth McDonald1-0/+12
2026-01-09man/man3type/id_t.3type: HISTORY: Update first POSIX appearance of id_t(3type)Seth McDonald1-1/+3
2026-01-09man/man3type/div_t.3type: HISTORY: Update first SUS appearance of [l]div_t(3t...Seth McDonald1-0/+1