Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reference man pages in CS papers?

I am busy writing my thesis (so, I guess this could count as a homework question). Now, one of the things that came up was the Unix select system call. I would like to add a reference to the appropriate man page, but all I can find that seems the slight bit official is the Single Unix Specification site that wants my money first. Sure, the Linux guys all have man pages, but they have real geeky urls that don't look like they will stay around forever. What to do? So far I am referring to See SELECT(2) UNIX man page...

like image 453
Daren Thomas Avatar asked Oct 18 '08 18:10

Daren Thomas


1 Answers

You need to ask your graduate college how you should reference this in your thesis. They will have strict rules about how to do it. If it makes it easier, see if your library has a copy of the The Linux Programmer's Reference -- assuming that it describes the select(2) call -- and reference it as a book

like image 127
tvanfosson Avatar answered Sep 18 '22 03:09

tvanfosson