summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
committereadler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
commit1ef5fe44d364187e492b6a152c0176186161b44f (patch)
treebc9e037fdf2ed91d8f914cfe43bade2553a869c2 /usr.bin/touch
parent0b5862156580ae2abf520982aca1e1085730d500 (diff)
downloadFreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.zip
FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.tar.gz
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1
index c2b0a60..87789ec 100644
--- a/usr.bin/touch/touch.1
+++ b/usr.bin/touch/touch.1
@@ -51,27 +51,27 @@ utility sets the modification and access times of files.
If any file does not exist, it is created with default permissions.
.Pp
By default,
-.Nm
+.Nm
changes both modification and access times. The
.Fl a
-and
+and
.Fl m
flags may be used to select the access time or the modification time
individually.
Selecting both is equivalent to the default.
By default, the timestamps are set to the current time.
-The
+The
.Fl t
flag explicitly specifies a different time, and the
.Fl r
flag specifies to set the times those of the specified file.
-The
+The
.Fl A
flag adjusts the values by a specified amount.
.Pp
The following options are available:
.Bl -tag -width Ds
-.It Fl A
+.It Fl A
Adjust the access and modification time stamps for the file by the
specified value.
This flag is intended for use in modifying files with incorrectly set
@@ -95,7 +95,7 @@ The number of seconds, from 00 to 59.
.Pp
The
.Fl A
-flag implies the
+flag implies the
.Fl c
flag: if any file specified does not exist, it will be silently ignored.
.It Fl a
OpenPOWER on IntegriCloud