diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-28 23:32:12 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-28 23:32:12 +0000 |
| commit | 7dc5a4da7613bd65fa93257e93d9ef1076527e4d (patch) | |
| tree | 7feed49ce84b86073b6b8c1147a2cc42bac33d5c | |
| parent | 49364d3cb3abd9f8d7f370c9410a60ec6cffc190 (diff) | |
Notes
| -rw-r--r-- | share/examples/mdoc/example.1 | 5 | ||||
| -rw-r--r-- | share/examples/mdoc/example.3 | 5 | ||||
| -rw-r--r-- | share/examples/mdoc/example.4 | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index a99c44386906..4ee3c929598a 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -22,7 +22,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" [id for your version control system, if any] +.\" $FreeBSD$ +.\" Note: All FreeBSD man pages should have a FreeBSD revision +.\" control id to make it easier for translation teams to track +.\" changes. .\" .\" 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 1b75cf81510e..8d3f7c58fbfe 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -22,7 +22,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" [id for your version control system, if any] +.\" $FreeBSD$ +.\" Note: All FreeBSD man pages should have a FreeBSD revision +.\" control id to make it easier for translation teams to track +.\" changes. .\" .\" 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 182c4f5f0c24..e320863fb6ac 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -22,7 +22,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" [id for your version control system, if any] +.\" $FreeBSD$ +.\" Note: All FreeBSD man pages should have a FreeBSD revision +.\" control id to make it easier for translation teams to track +.\" changes. .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. |
