diff options
Diffstat (limited to 'share/examples/mdoc')
-rw-r--r-- | share/examples/mdoc/POSIX-copyright | 2 | ||||
-rw-r--r-- | share/examples/mdoc/deshallify.sh | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.1 | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.3 | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.4 | 2 | ||||
-rw-r--r-- | share/examples/mdoc/example.9 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/share/examples/mdoc/POSIX-copyright b/share/examples/mdoc/POSIX-copyright index d1bea592679bf..8b0ca05871c15 100644 --- a/share/examples/mdoc/POSIX-copyright +++ b/share/examples/mdoc/POSIX-copyright @@ -32,5 +32,5 @@ .\" the referee document. The original Standard can be obtained online at .\" http://www.opengroup.org/unix/online.html. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/share/examples/mdoc/POSIX-copyright,v 1.1 2005/01/10 18:09:17 simon Exp $ .\" diff --git a/share/examples/mdoc/deshallify.sh b/share/examples/mdoc/deshallify.sh index 361753f63efb7..464c1056a1c8e 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' \ diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index a578502fafbf7..e82c5d1f1b6bd 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/share/examples/mdoc/example.1,v 1.23 2005/01/16 22:22:28 ru Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index bbdd068e8ea06..6d9eacaedcae7 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/share/examples/mdoc/example.3,v 1.28 2005/01/12 20:56:15 keramida Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 8ab97768b5b5c..43b6565f63af3 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/share/examples/mdoc/example.4,v 1.21.2.1 2006/04/04 20:58:53 brueffer Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/share/examples/mdoc/example.9 b/share/examples/mdoc/example.9 index 7eb7088b324e7..7fd27c7900b8d 100644 --- a/share/examples/mdoc/example.9 +++ b/share/examples/mdoc/example.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/share/examples/mdoc/example.9,v 1.3 2005/01/15 16:01:19 jkoshy Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. |