diff options
author | 2010-03-26 19:30:40 +0000 | |
---|---|---|
committer | 2010-03-26 19:30:40 +0000 | |
commit | e1665715adeb4446fd1c2ad302adc5405962a9a3 (patch) | |
tree | c4b0cd7a46ade44bc17b9fea794cfd6d40b79304 /share/man/man7/mdoc.samples.7 | |
parent | Remove unnecessary ptr. (diff) | |
download | wireguard-openbsd-e1665715adeb4446fd1c2ad302adc5405962a9a3.tar.xz wireguard-openbsd-e1665715adeb4446fd1c2ad302adc5405962a9a3.zip |
dispense with some wacky escape sequences;
Diffstat (limited to 'share/man/man7/mdoc.samples.7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index e619f65bc50..badf419502f 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.85 2010/02/18 13:39:21 schwarze Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.86 2010/03/26 19:30:40 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ .\" times and is guaranteed to give a worst case performance .\" for an already extremely slow package. .\" -.Dd $Mdocdate: February 18 2010 $ +.Dd $Mdocdate: March 26 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -413,7 +413,7 @@ is created by .Ql \&.Fn fetch char\e *str .It Fn fetch "char *str" can also be created by -.Ql \&.Fn fetch "\\*qchar *str\\*q" +.Ql \&.Fn fetch "\*qchar *str\*q" .El .Pp If the @@ -1202,7 +1202,7 @@ Usage: .Fn [type] function [[type] parameters ... \*(Pu] .Fn getchar .It Li "\&.Fn strlen ) ," .Fn strlen ) , -.It Li \&.Fn "\\*qint align\\*q" "\\*qconst * char *sptrs\\*q" , +.It Li \&.Fn "\*qint align\*q" "\*qconst * char *sptrs\*q" , .Fn "int align" "const * char *sptrs" , .El .Pp @@ -3174,7 +3174,7 @@ is absolutely necessary for the scaling to work correctly. .It Fl width Ar "ENAMETOOLONG" sets width to the constant width length of the string given. -.It Fl width Ar "\\*qint mkfifo\\*q" +.It Fl width Ar "\*qint mkfifo\*q" again, the width is set to the constant width of the string given. .El |