diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:06:11 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:06:11 +0000 |
commit | d1140c0a8dee13fc9f7cd94e06debd3ddd745f52 (patch) | |
tree | 1a66762d78d6e17dc25dd201bdd9b782c0aac1ce /libexec/rshd/rshd.8 | |
parent | 6788c4c40e91b82f0ee156428c9e537193b67fa7 (diff) |
o) fix bogus .Xr usage;
o) start new sentence on a new line;
o) don't use .Xr instead of .Pa tag;
o) minimal -mdoc design fixes;
millert@ ok;
Diffstat (limited to 'libexec/rshd/rshd.8')
-rw-r--r-- | libexec/rshd/rshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index d24bb9a4081..21ec5ecac7d 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rshd.8,v 1.12 2001/06/23 23:15:37 hin Exp $ +.\" $OpenBSD: rshd.8,v 1.13 2001/11/13 14:06:10 mpech Exp $ .\" Copyright (c) 1983, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -192,7 +192,7 @@ The command line passed exceeds the size of the argument list (as configured into the system). .It Sy Remote directory. The -.Xr chdir +.Xr chdir 2 command to the home directory failed. .It Sy Permission denied. The authentication procedure described above failed or @@ -203,7 +203,7 @@ The pipe needed for the wasn't created. .It Sy Can't fork; try again. A -.Xr fork +.Xr fork 2 by the server failed. .It Sy <shellname>: ... The user's login shell could not be started. |