diff options
| author | bjh21 <bjh21@NetBSD.org> | 2000-10-15 13:40:53 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2000-10-15 13:40:53 +0000 |
| commit | c6f45d411c4e2c2d232e0d2a15dd891bcd94a24f (patch) | |
| tree | 03f197f5e80b08fe18a47a3c70b86fbed991bf3a /sbin/sysctl | |
| parent | 73cc97669f9f8a0a788ba1ce70217fa2372f10c0 (diff) | |
Ah, so _that_'s how you get a backslash in a macro argument.
Thanks to itojun for pointing it out.
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index cee706ae93c..38d93f4348e 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.8,v 1.57 2000/10/15 13:21:40 bjh21 Exp $ +.\" $NetBSD: sysctl.8,v 1.58 2000/10/15 13:40:53 bjh21 Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -99,7 +99,7 @@ flag specifies the name of a file to read and process. Blank lines and comments (beginning with .Ql # ) are ignored. Line continuations with -.Ql \\\\\\\\\\\\\\\\ +.Ql \e are permitted. Remaining lines are processed similarly to command line arguments of the form .Ar name |
