diff options
author | 2008-06-09 23:15:55 +0000 | |
---|---|---|
committer | 2008-06-09 23:15:55 +0000 | |
commit | a2129d9978dbcb0448c91898f615fe95c28feb3b (patch) | |
tree | df8dd72223532271265c5336e876793903327212 | |
parent | Remove an arch-specific API that wasn't available in the first place, and (diff) | |
download | wireguard-openbsd-a2129d9978dbcb0448c91898f615fe95c28feb3b.tar.xz wireguard-openbsd-a2129d9978dbcb0448c91898f615fe95c28feb3b.zip |
Don't reverence slattach(8) or nmeaattach(8) in a comment.
-rw-r--r-- | sbin/ldattach/ldattach.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ldattach/ldattach.c b/sbin/ldattach/ldattach.c index 32389611237..8dcf9c1a49b 100644 --- a/sbin/ldattach/ldattach.c +++ b/sbin/ldattach/ldattach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldattach.c,v 1.6 2008/06/09 21:06:10 mbalmer Exp $ */ +/* $OpenBSD: ldattach.c,v 1.7 2008/06/09 23:15:55 mbalmer Exp $ */ /* * Copyright (c) 2007, 2008 Marc Balmer <mbalmer@openbsd.org> @@ -17,8 +17,9 @@ */ /* - * A replacement for slattach(8) and nmeaattach(8) that can be used from - * the commandline or from init(8) (using entries in /etc/ttys). + * Attach a line disciplines to a tty(4) device either from the commandline + * or from init(8) (using entries in /etc/ttys). Optionally pass the data + * received on the tty(4) device to the master device of a pty(4) pair. */ #include <sys/types.h> |