diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 16:57:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 16:57:50 +0000 |
commit | dd315e237a9a6218a77c1b65ddf478cfe70aa932 (patch) | |
tree | c69772d49de19320db824a78bc52ff8ba7ebf280 /lib/libc/termios/tcsetattr.3 | |
parent | f0ef086ce07b0660dcadc55c6132d420ad5a64f0 (diff) |
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
not "Month, ##, ####"
Diffstat (limited to 'lib/libc/termios/tcsetattr.3')
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 44cae7dbe1a..e34cc271355 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.7 1999/06/05 04:47:42 aaron Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.8 1999/07/02 16:57:49 aaron Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March, 4, 1992 +.Dd March 4, 1992 .Dt TCSETATTR 3 .Os .Sh NAME |