diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
commit | ea31070695b2e513fcf660fbcc7f05a829839c35 (patch) | |
tree | 67d5b2b897cd080f9e1b7ede82c34bfc03085426 /sbin/startslip | |
parent | 5df8ea840b4bfe32452ba29db4478efb738f96c8 (diff) | |
download | FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.zip FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/startslip.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 285816b..7f2632a 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -39,7 +39,7 @@ .Nm startslip .Nd dial up and login to a slip server .Sh SYNOPSIS -.Nm startslip +.Nm .Op Fl d .Op Fl b Ar speed [ @@ -79,14 +79,14 @@ and goes to wait mode. If carrier drops (modem control enabled) or a .Dv SIGHUP is sent to -.Nm Ns , +.Nm , it closes the device, calls .Ar downscript and attempts to repeat the dialup and login sequence. If a .Dv SIGTERM is send to -.Nm Ns , +.Nm , it closes the device, calls .Ar downscript and exits. |