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/slattach | |
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/slattach')
-rw-r--r-- | sbin/slattach/slattach.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 6bdb275..cb45860 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -40,7 +40,7 @@ .Nm slattach .Nd attach serial lines as network interfaces .Sh SYNOPSIS -.Nm slattach +.Nm .Op Fl a .Op Fl c .Op Fl e Ar exit-command @@ -124,12 +124,12 @@ using more than one slip line. When .Nm is connected for the first time, -.Ql Nm "sh -c" Ar unit-command Nm \-1 Ar new +.Ql Nm "sh -c" Ar unit-command \-1 new is run. When .Nm is disconnected, -.Ql Nm "sh -c" Ar unit-command old Nm \-1 +.Ql Nm "sh -c" Ar unit-command old \-1 is run. .Nm Slattach will abort if the unit number @@ -233,7 +233,7 @@ slattach \-r 'kermit -y dial.script >kermit.log 2>&1' .Sh DIAGNOSTICS Look for error messages in .Pa /var/log/messages -.Pf ( Nm slattach +.No ( Nm is a daemon). Messages indicating the specified interface does not exit, the requested address is unknown, the user is not privileged and tried to |