diff options
-rw-r--r-- | bin/cat/cat.1 | 6 | ||||
-rw-r--r-- | libexec/getty/getty.8 | 6 | ||||
-rw-r--r-- | usr.bin/diff/diff.1 | 6 | ||||
-rw-r--r-- | usr.sbin/cron/crontab.1 | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 700c9757157..b81670d9deb 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cat.1,v 1.32 2013/01/18 21:48:43 jmc Exp $ +.\" $OpenBSD: cat.1,v 1.33 2013/07/16 06:52:05 jmc Exp $ .\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 .\" -.Dd $Mdocdate: January 18 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt CAT 1 .Os .Sh NAME @@ -53,7 +53,7 @@ operands are processed in command-line order. If .Ar file is a single dash -.Pq Sq \&- +.Pq Sq - or absent, .Nm reads from the standard input. diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 9507c8a7145..134ffb6fa68 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getty.8,v 1.13 2007/05/31 19:19:39 jmc Exp $ +.\" $OpenBSD: getty.8,v 1.14 2013/07/16 06:52:05 jmc Exp $ .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 16 2013 $ .Dt GETTY 8 .Os .Sh NAME @@ -55,7 +55,7 @@ is the special device file in .Pa /dev to open for the terminal (for example, ``ttyh0''). If there is no argument or the argument is -.Sq Fl , +.Sq - , the tty line is assumed to be open as file descriptor 0. .Pp The diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 7d36534caba..5a00a4755e8 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.41 2013/01/20 11:19:12 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.42 2013/07/16 06:52:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: January 20 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt DIFF 1 .Os .Sh NAME @@ -331,7 +331,7 @@ If either or .Ar file2 is -.Sq Fl , +.Sq - , the standard input is used in its place. .Ss Output Style diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1 index 1051b4fa44f..3ccb11f4b9e 100644 --- a/usr.sbin/cron/crontab.1 +++ b/usr.sbin/cron/crontab.1 @@ -17,9 +17,9 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $OpenBSD: crontab.1,v 1.28 2011/01/31 19:13:31 millert Exp $ +.\" $OpenBSD: crontab.1,v 1.29 2013/07/16 06:52:05 jmc Exp $ .\" -.Dd $Mdocdate: January 31 2011 $ +.Dd $Mdocdate: July 16 2013 $ .Dt CRONTAB 1 .Os .Sh NAME @@ -48,7 +48,7 @@ they are not intended to be edited directly. .Pp The first form of this command is used to install a new crontab from some named file, or standard input if the pseudo-filename -.Sq Fl +.Sq - is given. .Pp If the |