diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-13 08:33:48 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-13 08:33:48 +0000 |
commit | a8fb8f9ebf32aff41a70181d19a47536b6fab9ea (patch) | |
tree | 1625f6fb5edcc9ba80dcfe569d4c16bdbaa7a2bf /usr.sbin/ac | |
parent | 31d6a75fd8f76d3ed955982e59df4729dcfb1d2e (diff) |
When you give command examples and etc., in a manual page prefix them with:
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'usr.sbin/ac')
-rw-r--r-- | usr.sbin/ac/ac.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 03295394996..257bf2514b0 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ac.8,v 1.8 2000/11/09 17:53:10 aaron Exp $ +.\" $Id: ac.8,v 1.9 2002/02/13 08:33:47 mpech Exp $ .\" .Dd March 15, 1994 .Dt AC 8 @@ -114,8 +114,8 @@ does not exist. .Pp For example, .Bd -literal -offset -ac -p -t "ttyd*" > modems -ac -p -t "!ttyd*" > other +$ ac -p -t "ttyd*" > modems +$ ac -p -t "!ttyd*" > other .Ed .Pp allows times recorded in |