Leisure (disambiguation)
Leisure is time spent away from work, domestic chores, and other necessary activities.
![]() |
Look up leisure in Wiktionary, the free dictionary. |
Leisure may also refer to:
Places
- Leisure, Indiana
- Leisure, Michigan
People
- David Leisure (born 1950), American actor
- Peter K. Leisure (born 1929), United States federal judge
Arts, entertainment, and media
- Leisure (album), a 1991 album by Blur
- "Leisure" (poem), a 1911 poem by William Henry Davies
- Leisure, a 1976 animated short film
Companies
- Leisure Air, an American charter airline 1992-1995
- Leisure Books, an imprint of Dorchester Publishing
- Leisure International Airways, a British charter airline 1996-1999
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?
gollark: <@!309787486278909952> emit antineutrinos.
gollark: Troubling.
See also
- All pages with titles beginning with Leisure
- All pages with titles containing Leisure
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.