diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:18:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:18:17 +0000 |
commit | ac96210d68666db85f90b60552ef39f463430d4e (patch) | |
tree | 040d57fc1daf02fff6415b784bdac0dc99ce63aa /lib/libc/net | |
parent | 884e558a5937971baa93aa1921612d0d093fe739 (diff) |
.Bx Open -> .Ox 2.x
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/rcmdsh.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index 64fe5e6a7df..17767c1c81c 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.1 1996/09/01 21:25:35 millert Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.2 1998/03/07 22:18:05 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -105,4 +105,4 @@ gets an error a file descriptor is still returned instead of \-1. The .Fn rcmdsh function first appeared in -.Bx Open . +.Ox 2.0 . |