diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-16 22:37:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-16 22:37:06 +0000 |
commit | bed4fc711c6be8c64e6dfe89c2911905a84d2039 (patch) | |
tree | f17b2b92d2cf11e4816d49a2e2aa1f0dad1f5232 /bin | |
parent | d882e01682d5d015391410779fa79110140b7a73 (diff) |
Some .Li makes this look prettier.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rm/rm.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 0884529e0a6..a573065c960 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.11 2000/11/09 17:52:00 aaron Exp $ +.\" $OpenBSD: rm.1,v 1.12 2000/11/16 22:37:05 aaron Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -82,8 +82,13 @@ option overrides any previous options. .It Fl P Overwrite regular files before deleting them. -Files are overwritten three times, first with the byte pattern 0xff, -then 0x00, and then 0xff again, before they are deleted. +Files are overwritten three times, first with the byte pattern +.Li 0xff , +then +.Li 0x00 , +and then +.Li 0xff +again, before they are deleted. .It Fl R Attempt to remove the file hierarchy rooted in each file argument. The |