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.bin/chpass/chpass.1 | |
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.bin/chpass/chpass.1')
-rw-r--r-- | usr.bin/chpass/chpass.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 9b3471804b1..417ad3e5667 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.26 2001/08/27 02:57:07 millert Exp $ +.\" $OpenBSD: chpass.1,v 1.27 2002/02/13 08:33:47 mpech Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -234,7 +234,7 @@ will wait forever trying to lock the password file. To determine whether a live process is actually holding the lock, the admin may run the following: .Bd -literal -offset indent -fstat /etc/ptmp +$ fstat /etc/ptmp .Ed .Pp If no process is listed, it is safe to remove the |