summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-02-13 08:33:46 +0000
committermpech <mpech@openbsd.org>2002-02-13 08:33:46 +0000
commit8be0697955efb7c869b61f206ddb353f2e3dd71a (patch)
tree05ba8b765d9ba86fba8d8a09f04b768730e21f27 /usr.sbin/quot
parentsync with KAME. (diff)
downloadwireguard-openbsd-8be0697955efb7c869b61f206ddb353f2e3dd71a.tar.xz
wireguard-openbsd-8be0697955efb7c869b61f206ddb353f2e3dd71a.zip
When you give command examples and etc., in a manual page prefix them with:
$ command or # command deraadt@ ok
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/quot.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8
index c11145ea874..500a34306f5 100644
--- a/usr.sbin/quot/quot.8
+++ b/usr.sbin/quot/quot.8
@@ -27,7 +27,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: quot.8,v 1.9 2000/03/19 17:57:12 aaron Exp $
+.\" $Id: quot.8,v 1.10 2002/02/13 08:33:47 mpech Exp $
.\"
.Dd February 8, 1994
.Dt QUOT 8
@@ -69,7 +69,7 @@ in the standard input, for each file print out the owner (plus
the remainder of the input line).
This is traditionally used in the pipe:
.Bd -literal -offset indent
-ncheck filesystem | sort +0n | quot -n filesystem
+# ncheck filesystem | sort +0n | quot -n filesystem
.Ed
.Pp
to get a report of files and their owners.