diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 21:22:53 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 21:22:53 +0000 |
commit | 906214101c2afe043c4e6b86c05dad9039220a42 (patch) | |
tree | dac7f857a786f780fb4965b48ce752c840759c6e /usr.sbin/ac | |
parent | 49e07e95592f6b458f4a4182401cb8317175e365 (diff) | |
download | FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.zip FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.tar.gz |
mdoc: correct .Bd/.Bl arguments.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin/ac')
-rw-r--r-- | usr.sbin/ac/ac.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 34484ab..63b5618 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -112,7 +112,7 @@ No login or connect time accounting is performed if does not exist. .Pp For example, -.Bd -literal -offset +.Bd -literal -offset indent ac -p -t "ttyd*" > modems ac -p -t "!ttyd*" > other .Ed |