summaryrefslogtreecommitdiff
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/mdoc/deshallify.sh b/share/examples/mdoc/deshallify.sh
index 361753f63efb..464c1056a1c8 100644
--- a/share/examples/mdoc/deshallify.sh
+++ b/share/examples/mdoc/deshallify.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Script to remove shall clauses.
#
-# $FreeBSD$
+# $FreeBSD: src/share/examples/mdoc/deshallify.sh,v 1.2 2005/01/10 18:54:55 ru Exp $
#
sed -e 's/s shall define/s define/g' \
-e 's/shall define/defines/g' \