Home | History | Annotate | Line # | Download | only in mantools
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos sed '
      4  1.1  christos 	s/^\.[^ ]*//
      5  1.1  christos 	s/\\f.//g
      6  1.1  christos 	s/\\(..//g
      7  1.1  christos ' "$@"
      8