File: clean-man.sh

package info (click to toggle)
pgtcl 1%3A2.6.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,132 kB
  • sloc: ansic: 6,913; tcl: 643; sh: 470; makefile: 38; sql: 11
file content (13 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Remove day of month to reduce git update spam.

for i
do
ed - $i << \!
g/^\.TH .* "PostgreSQL Tcl Interface Documentation"/s/n "[0-9][0-9]* /n "/
w
q
!
done