diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:06:29 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:06:29 +0000 |
| commit | 92b425d0bd2163376b9a540a4d3265e45af232d1 (patch) | |
| tree | 4f44c1d258624d91113a327cd662c04ec1c134e3 | |
| parent | 74d618ca439b0c02463113903b2c94ff4379b122 (diff) | |
Notes
| -rw-r--r-- | sbin/md5/md5.1 | 5 | ||||
| -rw-r--r-- | sbin/startslip/startslip.1 | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index c08c9892e82fd..2d5e8b0a2c36b 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -11,8 +11,9 @@ .Op Fl s Ar string .Op Ar .Sh DESCRIPTION -.Nm Md5 -takes as input a message of arbitrary length and produces +The +.Nm +utility takes as input a message of arbitrary length and produces as output a 128-bit .Dq fingerprint or diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 655a3593088fe..7faf33f8909c6 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -60,8 +60,9 @@ .Op Fl S Ar unit .Ar device user password .Sh DESCRIPTION -.Nm Startslip -opens the specified +The +.Nm +utility opens the specified .Ar device . Once carrier is asserted (if modem control is enabled) .Nm @@ -99,8 +100,7 @@ before any operation. The following options are available: .Bl -tag -width indent .It Fl d -.Nm Startslip -prints out debugging information about what it is trying to do. +Print out debugging information. .It Fl b Ar speed Determine the baud rate used for .Ar device , @@ -127,8 +127,9 @@ You can specify several .Fl s Ar stringN arguments to use with each try, f.e. several host phone numbers. .It Fl A Ar annexname -.Nm Startslip -assumes it is connecting to a Xylogics Annex box and engages in an +The +.Nm +utility assumes it is connecting to a Xylogics Annex box and engages in an appropriate dialog using the .Ar user and |
