diff options
author | 1998-06-12 17:45:14 +0000 | |
---|---|---|
committer | 1998-06-12 17:45:14 +0000 | |
commit | 88d46ead014adf41a1bba912a23784b2fbcbc037 (patch) | |
tree | 7d9942ef1c85ec32d332c38236c2b01cd6be5751 | |
parent | Properly delete messages that the user has deleted in his/her spool. (diff) | |
download | wireguard-openbsd-88d46ead014adf41a1bba912a23784b2fbcbc037.tar.xz wireguard-openbsd-88d46ead014adf41a1bba912a23784b2fbcbc037.zip |
Correct arg hack
Submitted by: David Leonard <leonard@csee.uq.edu.au>
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 4a8393b43d8..b3948ab7d82 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.19 1998/03/16 07:29:30 brian Exp $ +.\" $Id: ppp.8,v 1.20 1998/06/12 17:45:14 brian Exp $ .Dd 20 September 1995 .Os OpenBSD .Dt PPP 8 @@ -7,14 +7,13 @@ .Nd Point to Point Protocol (a.k.a. iijppp) .Sh SYNOPSIS .Nm -.\" SOMEONE FIX ME ! The .Op macro can't handle enough args ! -[ +.Oo .Fl auto | .Fl background | .Fl ddial | .Fl direct | .Fl dedicated -] +.Oc .Op Fl alias .Op Ar system .Sh DESCRIPTION |