aboutsummaryrefslogtreecommitdiff
path: root/share/examples/mdoc/deshallify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/mdoc/deshallify.sh')
-rw-r--r--share/examples/mdoc/deshallify.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/mdoc/deshallify.sh b/share/examples/mdoc/deshallify.sh
index 361753f63efb..b0493f5033d0 100644
--- a/share/examples/mdoc/deshallify.sh
+++ b/share/examples/mdoc/deshallify.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# Script to remove shall clauses.
#
-# $FreeBSD$
#
sed -e 's/s shall define/s define/g' \
-e 's/shall define/defines/g' \