X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..d22b8a59995829bc14b4490b9bddd95346e0585d:/lib/wstat.h diff --git a/lib/wstat.h b/lib/wstat.h index bf80e42..afae594 100644 --- a/lib/wstat.h +++ b/lib/wstat.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004 Richard Kettlewell + * Copyright (C) 2004, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,6 +17,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ +/** @file lib/wstat.h + * @brief Convert wait status to text + */ #ifndef WSTAT_H #define WSTAT_H @@ -33,4 +36,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:7bf1b99d0880deb7c52839aef20fa88d */