diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 06:52:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 06:52:06 +0000 |
commit | a9ca323d2ac66d03c0b4c111702912a411142a6e (patch) | |
tree | 022df548a8e976231f72fb73884f60950c6b4e8c /libexec/getty/getty.8 | |
parent | a7f1602fa178c1bb6f47ef612d0cefb884079aaf (diff) |
where "-" represents stdin, just use Sq, not Fl, since it's not a flag;
from Jan Stary
Diffstat (limited to 'libexec/getty/getty.8')
-rw-r--r-- | libexec/getty/getty.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |