diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 01:46:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-24 01:46:25 +0000 |
commit | b0976924948da9277626c1ae9d5fe06b0b25fc09 (patch) | |
tree | e3cd8d44084258de491b4b32d5dac14c07b3ee69 /cgi.c | |
parent | dfc1c5fe2f232d072fbe6514abe57b63c443baa8 (diff) | |
download | mandoc-b0976924948da9277626c1ae9d5fe06b0b25fc09.tar.gz |
Be insane. Make apropos(1) subsume man(1).
Diffstat (limited to 'cgi.c')
-rw-r--r-- | cgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> + * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |