Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    r7365248 r32a4f3e  
    100100}
    101101
     102@misc{go:sched,
     103  author = "The Go Programming Language",
     104  title = "src/runtime/proc.go",
     105  howpublished = {\href{https://go.dev/src/runtime/proc.go}},
     106  note = "[Online; accessed 23-May-2023]"
     107}
     108
    102109@misc{go:selectref,
    103110  author = "The Go Programming Language Specification",
     
    144151@misc{linux:select,
    145152  author = "Linux man pages",
    146   title = "select(2) - Linux manual page",
     153  title = "select(2) Linux manual page",
    147154  howpublished = {\href{https://man7.org/linux/man-pages/man2/select.2.html}},
    148155  note = "[Online; accessed 23-May-2023]"
     
    151158@misc{linux:poll,
    152159  author = "Linux man pages",
    153   title = "poll(2) - Linux manual page",
     160  title = "poll(2) Linux manual page",
    154161  howpublished = {\href{https://man7.org/linux/man-pages/man2/poll.2.html}},
    155162  note = "[Online; accessed 23-May-2023]"
     
    158165@misc{linux:epoll,
    159166  author = "Linux man pages",
    160   title = "epoll(7) - Linux manual page",
     167  title = "epoll(7) Linux manual page",
    161168  howpublished = {\href{https://man7.org/linux/man-pages/man7/epoll.7.html}},
    162169  note = "[Online; accessed 23-May-2023]"
Note: See TracChangeset for help on using the changeset viewer.