Deleted Added
full compact
1,2c1,10
< # $FreeBSD: head/contrib/groff/tmac/strip.sed 69680 2000-12-06 18:31:21Z ru $
< /%beginstrip%/,$s/[ ]*\\".*//
---
> # $FreeBSD: head/contrib/groff/tmac/strip.sed 75589 2001-04-17 12:28:00Z ru $
> # strip comments, spaces, etc. after a line containing `%beginstrip%'
> /%beginstrip%/,$ {
> s/^\.[ ]*/./
> s/^\.\\".*/./
> s/\\".*/\\"/
> /\(.[ad]s\)/!s/[ ]*\\"//
> /\(.[ad]s\)/s/\([^ ]*\)\\"/\1/
> s/\([^/]\)doc-/\1/g
> }