]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/awk
ip: add some primitive rate limiting knobs to counteract bufferbloat
[plan9front.git] / sys / man / 1 / awk
old mode 100755 (executable)
new mode 100644 (file)
index d79b963..02c27b2
@@ -243,6 +243,13 @@ converts its numerical argument, a character number, to a
 .SM UTF
 string
 .TP
+.BI substr( s , " m")
+the maximum length substring of
+.I s
+that begins at position
+.IR m
+counted from 1.
+.TP
 .BI substr( s , " m" , " n\fL)
 the
 .IR n -character
@@ -303,6 +310,10 @@ If
 is not given,
 .B $0
 is used.
+.B &
+in
+.I t
+is replaced by the match.
 .TP
 .B gsub
 same as