xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
deroff
(revision 3f351f34c6d827cf017cdcff3543f6ec0c88b420)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
sed
'
4
s/^\.[^ ]*//
5
s/\\f.//g
6
s/\\(..//g
7
'
"$@"
8