From cf1a881890643db8396c6b430f309529fe461a01 Mon Sep 17 00:00:00 2001 From: charnier Date: Fri, 15 May 1998 06:30:58 +0000 Subject: Correct use of .Nm. Add rcsid. --- bin/ps/ps.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/ps/ps.c') diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 2330ce2..092256a 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -29,8 +29,6 @@ * 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: ps.c,v 1.22 1997/12/05 07:33:40 dyson Exp $ */ #ifndef lint @@ -40,7 +38,11 @@ static char const copyright[] = #endif /* not lint */ #ifndef lint -static char const sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; +#if 0 +static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include -- cgit v1.1