diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-30 15:59:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-06-30 15:59:31 +0000 |
commit | 9a0f775332cffcd24ff4260a05be69e8263bf6de (patch) | |
tree | 828808ddbc81a51eb308ffb6da497e10ba8226fb /share/man | |
parent | 3c1bd3e8bc23d57e142d4806e974abc1aa3cf70d (diff) |
don't need the .xr to sysctl now either
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pty.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/pty.4 b/share/man/man4/pty.4 index 219afbd1c7d..737b9cbf36c 100644 --- a/share/man/man4/pty.4 +++ b/share/man/man4/pty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pty.4,v 1.22 2016/06/30 15:54:53 tedu Exp $ +.\" $OpenBSD: pty.4,v 1.23 2016/06/30 15:59:30 tedu Exp $ .\" $NetBSD: pty.4,v 1.4 1998/03/21 03:14:30 fair Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -273,8 +273,7 @@ pseudo terminal management device .El .Sh SEE ALSO .Xr openpty 3 , -.Xr tty 4 , -.Xr sysctl 8 +.Xr tty 4 .Sh HISTORY The .Nm |