diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /share/examples/mdoc | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
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..21deabe2730b9 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" diff --git a/share/examples/mdoc/deshallify.sh b/share/examples/mdoc/deshallify.sh index 361753f63efb7..2971b888aa77d 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.16.1 2008/10/02 02:57:24 kensmith 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..6357dd22250c1 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.16.1 2008/10/02 02:57:24 kensmith 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..ed5cb6465012b 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.16.1 2008/10/02 02:57:24 kensmith 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 7ee51f7786844..61de443794688 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.2.6.1 2008/10/02 02:57:24 kensmith 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..9ca9f213fb698 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.14.1 2008/10/02 02:57:24 kensmith Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. |