diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-10 07:34:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-12-10 07:34:39 +0000 |
commit | d2f783e0a82f74df0631b14ac1cff081c8dd4f9f (patch) | |
tree | 071bf3cedac4b9636f898727734eba5e3aded41a /usr.bin/cu | |
parent | 6c1f1de9304d94011cb5198391e43ec35316eae5 (diff) |
sort -r in the description list, and make its grammar match those
of the other options in this page;
Diffstat (limited to 'usr.bin/cu')
-rw-r--r-- | usr.bin/cu/cu.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1 index 3f47560afde..202f701455d 100644 --- a/usr.bin/cu/cu.1 +++ b/usr.bin/cu/cu.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cu.1,v 1.16 2017/12/10 01:03:46 deraadt Exp $ +.\" $OpenBSD: cu.1,v 1.17 2017/12/10 07:34:38 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,11 +55,6 @@ The options are as follows: Specify that the line is directly connected and .Nm should not allow the driver to block waiting for a carrier to be detected. -.It Fl r -Starts -.Nm -in restricted mode. -This prevents all local filesystem operations and command executions. .It Fl l Ar line Specify the line to use. Either of the forms like @@ -77,6 +72,11 @@ Users in group are permitted to use .Xr cua 4 devices by default. +.It Fl r +Start +.Nm +in restricted mode. +This prevents all local filesystem operations and command executions. .It Fl s Ar speed | Fl Ar speed Set the speed of the connection. The default is 9600. |