diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 21:38:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 21:38:00 +0000 |
commit | 5745ddd16f00c7a3b8fb800f01154f4ec0f684d8 (patch) | |
tree | f4b63ddeaafb4f235d31bf1c9be17eeb574e724c /lib/libc/net/rcmdsh.3 | |
parent | fc9fc0de1f486793fd2ad3cac510ba0150fde6af (diff) |
- section reorder
- macro cleanup
Diffstat (limited to 'lib/libc/net/rcmdsh.3')
-rw-r--r-- | lib/libc/net/rcmdsh.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index e993d2c9d50..674d0f479d1 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.9 2003/05/05 22:13:03 millert Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.10 2003/05/30 21:37:59 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,12 +89,12 @@ It returns \-1 on error and prints a diagnostic message on the standard error. .Xr socketpair 2 , .Xr rcmd 3 , .Xr rshd 8 -.Sh BUGS -If -.Xr rsh 1 -encounters an error, a file descriptor is still returned instead of \-1. .Sh HISTORY The .Fn rcmdsh function first appeared in .Ox 2.0 . +.Sh BUGS +If +.Xr rsh 1 +encounters an error, a file descriptor is still returned instead of \-1. |