diff options
| author | uwe <uwe@NetBSD.org> | 2022-07-09 21:19:44 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2022-07-09 21:19:44 +0000 |
| commit | 82456e64dd5a2b6d83166b8e8964e009adaab019 (patch) | |
| tree | 56a5605fa76aa767513aa6dfcc721d3941792667 /bin | |
| parent | e30883c16b4c9857f5981193df3d26711f0deb10 (diff) | |
csh(1): fix punctuation at the end of an .Xr line
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/csh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index ca10d2d4b64..55d80f454fc 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: csh.1,v 1.55 2021/09/11 20:55:03 christos Exp $ +.\" $NetBSD: csh.1,v 1.56 2022/07/09 21:19:44 uwe Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1343,7 +1343,7 @@ option lists process id's in addition to the normal information. The .Fl Z option sets the process title using -.Xr setproctitle 3. +.Xr setproctitle 3 . .Pp .It Ic kill % Ns Ar job .It Ic kill Ar pid ... |
