diff options
author | 2004-05-02 11:54:31 +0000 | |
---|---|---|
committer | 2004-05-02 11:54:31 +0000 | |
commit | 5d76498ee31f5c97f32d3351452062e69e3026bb (patch) | |
tree | 0581af11e5ec9a75a3b38952b3d946593619124d | |
parent | bump minor for new functions. Reminder from brad@ (diff) | |
download | wireguard-openbsd-5d76498ee31f5c97f32d3351452062e69e3026bb.tar.xz wireguard-openbsd-5d76498ee31f5c97f32d3351452062e69e3026bb.zip |
Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk
via Debian; ok djm@
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index d9a21dbb0a5..d019ccb5bb8 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.200 2003/10/08 08:27:36 jmc Exp $ +.\" $OpenBSD: sshd.8,v 1.201 2004/05/02 11:54:31 dtucker Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -173,7 +173,7 @@ configuration file. .Nm rereads its configuration file when it receives a hangup signal, .Dv SIGHUP , -by executing itself with the name it was started as, i.e., +by executing itself with the name and options it was started with, e.g., .Pa /usr/sbin/sshd . .Pp The options are as follows: |