diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 18:17:43 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 18:17:43 +0000 |
commit | aa25f7359e4a97684e73a9be5aa55a1503a12188 (patch) | |
tree | afd69158360bc51f91e963da0b012b045422d9e4 /usr.bin | |
parent | 48134b202888e0bdb202388bf3b0af98748befac (diff) |
for argument placeholders for file names use .Ar, not .Pa
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/calendar.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 6c26103cd86..8ce15f460cb 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: calendar.1,v 1.36 2013/03/15 08:37:10 jmc Exp $ +.\" $OpenBSD: calendar.1,v 1.37 2015/09/14 18:17:42 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 .\" -.Dd $Mdocdate: March 15 2013 $ +.Dd $Mdocdate: September 14 2015 $ .Dt CALENDAR 1 .Os .Sh NAME @@ -73,9 +73,9 @@ Print lines from today and previous days (backward, past). .It Fl b Enforce special date calculation mode for KOI8 calendars. -.It Fl f Pa calendarfile +.It Fl f Ar calendarfile Use -.Pa calendarfile +.Ar calendarfile as the default calendar file. .Sm off .It Fl "t " Oo Oo Oo Ar cc Oc Ar yy Oc Ar mm Oc Ar dd |