summaryrefslogtreecommitdiffstats
path: root/bin/ps/nlist.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-15 06:30:58 +0000
committercharnier <charnier@FreeBSD.org>1998-05-15 06:30:58 +0000
commitcf1a881890643db8396c6b430f309529fe461a01 (patch)
tree709d2a8061e8b93da2bdf730a891006cb218f19d /bin/ps/nlist.c
parent8a9755ceef4307bb15a25bc49167da719cfbc0fa (diff)
downloadFreeBSD-src-cf1a881890643db8396c6b430f309529fe461a01.zip
FreeBSD-src-cf1a881890643db8396c6b430f309529fe461a01.tar.gz
Correct use of .Nm. Add rcsid.
Diffstat (limited to 'bin/ps/nlist.c')
-rw-r--r--bin/ps/nlist.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c
index 049a6a2..46ade5d 100644
--- a/bin/ps/nlist.c
+++ b/bin/ps/nlist.c
@@ -29,12 +29,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: nlist.c,v 1.8 1997/02/22 14:05:04 peter Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud