summaryrefslogtreecommitdiffstats
path: root/sbin/ttyflags
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1998-11-28 19:56:15 +0000
committeraaron <aaron@openbsd.org>1998-11-28 19:56:15 +0000
commit58aefd4b92fa4c5db87575cfcced4abb5d27e179 (patch)
tree40d6ee316f94ea8558c533886f6714053585b301 /sbin/ttyflags
parent.Xr strlcat, strlcpy (diff)
downloadwireguard-openbsd-58aefd4b92fa4c5db87575cfcced4abb5d27e179.tar.xz
wireguard-openbsd-58aefd4b92fa4c5db87575cfcced4abb5d27e179.zip
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/ttyflags')
-rw-r--r--sbin/ttyflags/ttyflags.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ttyflags/ttyflags.8 b/sbin/ttyflags/ttyflags.8
index bd816d4da37..36de8d87f4a 100644
--- a/sbin/ttyflags/ttyflags.8
+++ b/sbin/ttyflags/ttyflags.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ttyflags.8,v 1.5 1998/09/17 04:15:03 aaron Exp $
+.\" $OpenBSD: ttyflags.8,v 1.6 1998/11/28 19:56:36 aaron Exp $
.\" $NetBSD: ttyflags.8,v 1.2 1995/03/18 15:01:22 cgd Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -36,12 +36,12 @@
.Nm ttyflags
.Nd set device-specific flags for terminals
.Sh SYNOPSIS
-.Nm ttyflags
+.Nm
.Op Fl v
.Op Fl p
.Op Fl a | Ar tty ...
.Sh DESCRIPTION
-.Nm ttyflags
+.Nm
sets the device-specific flags for terminals, based on the flags
found on the terminal's line in
.Pa /etc/ttys .
@@ -76,11 +76,11 @@ the ttys, as found in
.Xr ttys 5
.Sh HISTORY
The
-.Nm ttyflags
+.Nm
utility appeared in
.Nx 0.9a .
.Sh BUGS
The conditions on which to report an error are ill-defined.
-.Nm ttyflags
+.Nm
tries to report all significant errors, perhaps going over-board
at times.