trash
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 17:46:43 +0000 (09:46 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 17:46:43 +0000 (09:46 -0800)
SCCS-vsn: usr.bin/tail/tail.c 4.3

usr/src/usr.bin/tail/tail.c

index 994dab3..2be9449 100644 (file)
@@ -1,8 +1,8 @@
-static char *sccsid = "@(#)tail.c      4.2 (Berkeley) %G%";
+static char *sccsid = "@(#)tail.c      4.3 (Berkeley) %G%";
 /* tail command 
  *
  *     tail where [file]
 /* tail command 
  *
  *     tail where [file]
- *     where is +\b_n[type]
+ *     where is +/-n[type]
  *     - means n lines before end
  *     + means nth line from beginning
  *     type 'b' means tail n blocks, not lines
  *     - means n lines before end
  *     + means nth line from beginning
  *     type 'b' means tail n blocks, not lines