Module Name: src Committed By: uwe Date: Fri Jul 31 23:44:04 UTC 2020
Modified Files: src/usr.bin/config: config.5 Log Message: Missed formatting fixes for "no makeoptions". To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/config/config.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/config/config.5 diff -u src/usr.bin/config/config.5:1.42 src/usr.bin/config/config.5:1.43 --- src/usr.bin/config/config.5:1.42 Fri Jul 31 23:42:21 2020 +++ src/usr.bin/config/config.5 Fri Jul 31 23:44:04 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: config.5,v 1.42 2020/07/31 23:42:21 uwe Exp $ +.\" $NetBSD: config.5,v 1.43 2020/07/31 23:44:04 uwe Exp $ .\" .\" Copyright (c) 2006, 2007 The NetBSD Foundation. .\" All rights reserved. @@ -901,7 +901,10 @@ Not to be confused with the confusingly .Ic makeoptions used in the descriptions section. .\" -.It Ic no makeoptions Ar name Op , Ar name Op , Ar ... +.It Ic no makeoptions \ + Ar name \ + Ns Op Ic \&, Ar name \ + Ns Op Ic \&, Ar ... Removes one or more definitions from the generated .Pa Makefile . .\"