diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/ci.1 | 4 | ||||
-rw-r--r-- | usr.bin/rcs/co.1 | 4 | ||||
-rw-r--r-- | usr.bin/rcs/ident.1 | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcs.1 | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rlog.1 | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 63822f32011..07b9323ed35 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.30 2006/04/29 05:10:16 ray Exp $ +.\" $OpenBSD: ci.1,v 1.31 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -170,6 +170,8 @@ Suffixes should be separated by the .Sq / character. .El +.Pp +.Ex -std ci .Sh ENVIRONMENT .Bl -tag -width RCSINIT .It Ev RCSINIT diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index 9a9df21dbd7..c7206e0dcbf 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.26 2006/04/27 09:58:12 jmc Exp $ +.\" $OpenBSD: co.1,v 1.27 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -133,6 +133,8 @@ used in the .Fl d option. .El +.Pp +.Ex -std co .Sh ENVIRONMENT .Bl -tag -width RCSINIT .It Ev RCSINIT diff --git a/usr.bin/rcs/ident.1 b/usr.bin/rcs/ident.1 index f07d12a1b07..68bd2f6aa13 100644 --- a/usr.bin/rcs/ident.1 +++ b/usr.bin/rcs/ident.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ident.1,v 1.6 2006/04/26 08:25:25 jmc Exp $ +.\" $OpenBSD: ident.1,v 1.7 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -43,6 +43,8 @@ Quiet mode: suppress warnings if no pattern found. .It Fl V Display version information and exit. .El +.Pp +.Ex -std ident .Sh EXAMPLES Given the following source code in file .Pa foo.c : diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 75daa060fa4..3be165d7bab 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.45 2006/05/01 15:36:55 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.46 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -191,6 +191,8 @@ Suffixes should be separated by the .Sq / character. .El +.Pp +.Ex -std rcs .Sh BRANCHES AND REVISIONS Files may be selected by .Em revision diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index 282990ae5ab..83cd4cb4967 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.18 2006/04/27 09:58:12 jmc Exp $ +.\" $OpenBSD: rcsclean.1,v 1.19 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -81,6 +81,8 @@ character. .It Fl z Ns Ar tz Specify the time zone for keyword substitution. .El +.Pp +.Ex -std rcsclean .Sh ENVIRONMENT .Bl -tag -width RCSINIT .It Ev RCSINIT diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index f5fe249d27e..b69a81c6958 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.17 2006/04/24 15:16:00 jmc Exp $ +.\" $OpenBSD: rlog.1,v 1.18 2006/05/08 12:09:34 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -167,6 +167,8 @@ dates used in the .Fl d option. .El +.Pp +.Ex -std rlog .Sh ENVIRONMENT .Bl -tag -width RCSINIT .It Ev RCSINIT |