diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-26 22:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-26 22:16:10 +0000 |
commit | 406b12436b79d686192d8ae05999d5f746ea0de1 (patch) | |
tree | c86fa8916afe355041df7119ed4be86e9f0c3db7 | |
parent | e6dc0bc5332a2deefffe5f5046d77303fd407d80 (diff) |
oops, somehow i managed to comment out an entire list;
-rw-r--r-- | usr.bin/rdist/rdist.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index ff82092bca8..ed6f503cc5a 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdist.1,v 1.27 2007/02/26 22:06:36 jmc Exp $ +.\" $OpenBSD: rdist.1,v 1.28 2007/02/26 22:16:09 jmc Exp $ .\" .\" Copyright (c) 1983 Regents of the University of California. .\" All rights reserved. @@ -504,12 +504,12 @@ home directory as the root directory for the rest of the file name. The command list consists of zero or more commands of the following format. .Bl -column "except_pat" "pattern listXX" "opt_dest_name" ";" -offset indent -.\" .It `install' Ta \*(Ltoptions\*(Gt Ta opt_dest_name Ta `;' -.\" .It `notify' Ta \*(Ltname list\*(Gt Ta "" Ta `;' -.\" .It `except' Ta \*(Ltname list\*(Gt Ta "" Ta `;' -.\" .It `except_pat' Ta \*(Ltpattern list\*(Gt Ta "" Ta `;' -.\" .It `special' Ta \*(Ltname list\*(Gt Ta string Ta `;' -.\" .It `cmdspecial' Ta \*(Ltname list\*(Gt Ta string Ta `;' +.It `install' Ta \*(Ltoptions\*(Gt Ta opt_dest_name Ta `;' +.It `notify' Ta \*(Ltname list\*(Gt Ta "" Ta `;' +.It `except' Ta \*(Ltname list\*(Gt Ta "" Ta `;' +.It `except_pat' Ta \*(Ltpattern list\*(Gt Ta "" Ta `;' +.It `special' Ta \*(Ltname list\*(Gt Ta string Ta `;' +.It `cmdspecial' Ta \*(Ltname list\*(Gt Ta string Ta `;' .El .Pp The |