summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rcmdsh.3
diff options
context:
space:
mode:
authorjmc <>2003-05-30 21:37:59 +0000
committerjmc <>2003-05-30 21:37:59 +0000
commit986591b4f6cea288e444153e4adc77d36f27fa67 (patch)
tree5db7d0c66b823e60b008e6ce1115fb50b7ba008e /src/lib/libc/net/rcmdsh.3
parentb696b7e6e3431709a25bed8fdb16c96c42d1074e (diff)
downloadopenbsd-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.310
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
93If
94.Xr rsh 1
95encounters an error, a file descriptor is still returned instead of \-1.
96.Sh HISTORY 92.Sh HISTORY
97The 93The
98.Fn rcmdsh 94.Fn rcmdsh
99function first appeared in 95function first appeared in
100.Ox 2.0 . 96.Ox 2.0 .
97.Sh BUGS
98If
99.Xr rsh 1
100encounters an error, a file descriptor is still returned instead of \-1.