diff options
author | jmc <> | 2003-05-30 21:37:59 +0000 |
---|---|---|
committer | jmc <> | 2003-05-30 21:37:59 +0000 |
commit | 986591b4f6cea288e444153e4adc77d36f27fa67 (patch) | |
tree | 5db7d0c66b823e60b008e6ce1115fb50b7ba008e /src/lib/libc/net/rcmdsh.3 | |
parent | b696b7e6e3431709a25bed8fdb16c96c42d1074e (diff) | |
download | openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.gz openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.bz2 openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.zip |
- section reorder
- macro cleanup
Diffstat (limited to 'src/lib/libc/net/rcmdsh.3')
-rw-r--r-- | src/lib/libc/net/rcmdsh.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/rcmdsh.3 b/src/lib/libc/net/rcmdsh.3 index e993d2c9d5..674d0f479d 100644 --- a/src/lib/libc/net/rcmdsh.3 +++ b/src/lib/libc/net/rcmdsh.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmdsh.3,v 1.9 2003/05/05 22:13:03 millert Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.10 2003/05/30 21:37:59 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" 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. | |||
89 | .Xr socketpair 2 , | 89 | .Xr socketpair 2 , |
90 | .Xr rcmd 3 , | 90 | .Xr rcmd 3 , |
91 | .Xr rshd 8 | 91 | .Xr rshd 8 |
92 | .Sh BUGS | ||
93 | If | ||
94 | .Xr rsh 1 | ||
95 | encounters an error, a file descriptor is still returned instead of \-1. | ||
96 | .Sh HISTORY | 92 | .Sh HISTORY |
97 | The | 93 | The |
98 | .Fn rcmdsh | 94 | .Fn rcmdsh |
99 | function first appeared in | 95 | function first appeared in |
100 | .Ox 2.0 . | 96 | .Ox 2.0 . |
97 | .Sh BUGS | ||
98 | If | ||
99 | .Xr rsh 1 | ||
100 | encounters an error, a file descriptor is still returned instead of \-1. | ||