diff options
author | 2010-05-20 13:35:29 +0000 | |
---|---|---|
committer | 2010-05-20 13:35:29 +0000 | |
commit | ca53dc1e9b4e303924d52babc70b339eb4655e45 (patch) | |
tree | b0b5ffd11503c701b77b1fb66b12db00fcbc4919 | |
parent | document the optional arg to "flag", as requested by Thomas Pfaff; (diff) | |
download | wireguard-openbsd-ca53dc1e9b4e303924d52babc70b339eb4655e45.tar.xz wireguard-openbsd-ca53dc1e9b4e303924d52babc70b339eb4655e45.zip |
escape '' to avoid confusing groff/mandoc;
-rw-r--r-- | share/man/man4/umsm.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/umsm.4 b/share/man/man4/umsm.4 index c03539a8c0f..eaa3351cf5b 100644 --- a/share/man/man4/umsm.4 +++ b/share/man/man4/umsm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umsm.4,v 1.59 2010/05/20 11:35:53 yuo Exp $ +.\" $OpenBSD: umsm.4,v 1.60 2010/05/20 13:35:29 jmc Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -169,7 +169,7 @@ REPORT CONNECT ABORT BUSY ABORT 'NO CARRIER' ABORT ERROR -'' ATZ OK AT&F OK +\&'' ATZ OK AT&F OK AT+CGDCONT=1,"IP","isp.cingular" OK ATD*99***1# CONNECT .Ed |